1. 723806c env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  2. 35affd7 env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  3. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  4. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  5. fd1e959 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  6. 018f530 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  7. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  8. 0151009 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
  9. a5fe87e driver: net: ldpaa: Update priv->phydev after free() by Prabhakar Kushwaha · 8 years ago
  10. d2c3197 usb: net: Add support for Microchip LAN75xx and LAN78xx by Yuiko Oshino · 7 years ago
  11. 3f8f141 net: fman: add support RGMII_TXID to memac by Madalin Bucur · 7 years ago
  12. c1b62ba Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  13. bc5d038 stm32f1: remove stm32f1 support by Patrice Chotard · 7 years ago
  14. ffdec30 wdt: Update uclass to make clear that the timeout is in ms by Andy Shevchenko · 7 years ago
  15. beb5f52 nvme: Handle zero Maximum Data Transfer Size (MDTS) by Bin Meng · 7 years ago
  16. f81d83d nvme: Fix number of blocks detection by Jon Nettleton · 7 years ago
  17. 0deb913 nvme: Detect devices that are class Storage Express by Jon Nettleton · 7 years ago
  18. f6aa61d nvme: Add show routine to print detailed information by Zhikang Zhang · 7 years ago
  19. 982388e nvme: Add NVM Express driver support by Zhikang Zhang · 7 years ago
  20. ffab694 dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME by Zhikang Zhang · 7 years ago
  21. 1b69ce2 arm: mvebu: ddr3_debug: remove self assignments by xypron.glpk@gmx.de · 7 years ago
  22. a21d636 arm: mvebu: remove self assignment by xypron.glpk@gmx.de · 7 years ago
  23. 217273c rockchip: clk: remove RATE_TO_DIV by Kever Yang · 7 years ago
  24. 3a94d75 rockchip: clk: update dwmmc clock div by Kever Yang · 7 years ago
  25. 1168d2d rockchip: timer: add device-model timer driver for RK3368 (and similar) by Philipp Tomsich · 7 years ago
  26. e9e5d9d dm: timer: normalise SPL and TPL support by Philipp Tomsich · 7 years ago
  27. b1a1600 timer: add OF_PLATDATA support for timer-uclass by Philipp Tomsich · 7 years ago
  28. d16120a rockchip: spi: enable support for the rk_spi driver for the RK3368 by Philipp Tomsich · 7 years ago
  29. 403e9cb rockchip: rk3368: add DRAM controller driver with DRAM initialisation by Philipp Tomsich · 7 years ago
  30. 793f2fd net: gmac_rockchip: Add support for the RK3368 GMAC by Philipp Tomsich · 7 years ago
  31. cf8aceb rockchip: clk: rk3368: add support for configuring the SPI clocks by Philipp Tomsich · 7 years ago
  32. 4e4c40d rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate() by Philipp Tomsich · 7 years ago
  33. df0ae00 rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clock by Philipp Tomsich · 7 years ago
  34. 6292469 rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL) by Philipp Tomsich · 7 years ago
  35. f5a4329 rockchip: clk: rk3368: implement MMC/SD clock reparenting by Philipp Tomsich · 7 years ago
  36. a00dfa0 rockchip: clk: rk3368: implement DPLL (DRAM PLL) support by Philipp Tomsich · 7 years ago
  37. 4bebf94 rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROM by Philipp Tomsich · 7 years ago
  38. bee6180 rockchip: clk: rk3368: support OF_PLATDATA for the RK3368 clk driver by Philipp Tomsich · 7 years ago
  39. ddfe77d rockchip: clk: rk3368: implement bandwidth adjust for PLLs by Philipp Tomsich · 7 years ago
  40. e95b631 rockchip: pinctrl: rk3368: add SPI support by Philipp Tomsich · 7 years ago
  41. a49773d rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driver by Philipp Tomsich · 7 years ago
  42. abcde47 rockchip: pinctrl: rk3368: add support for configuring the MMC pins by Philipp Tomsich · 7 years ago
  43. 5282a3f rockchip: pinctrl: rk3368: add GMAC (RGMII only) support by Philipp Tomsich · 7 years ago
  44. c1828cf rockchip: rk3368: grf: use shifted-constants by Philipp Tomsich · 7 years ago
  45. 87c16d4 drivers: spl: consistently use the $(SPL_TPL_) macro by Philipp Tomsich · 7 years ago
  46. 7c819e7 spl: dm: Kconfig: split CLK support for SPL and TPL by Philipp Tomsich · 7 years ago
  47. f0776a5 spl: dm: Kconfig: SPL_CLK depends on SPL_DM by Philipp Tomsich · 7 years ago
  48. c336c3c spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM) by Philipp Tomsich · 7 years ago
  49. 4523330 spl: dm: Kconfig: SPL_RAM depends on SPL_DM by Philipp Tomsich · 7 years ago
  50. c6ac6c1 spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPL by Philipp Tomsich · 7 years ago
  51. 9c44737 spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCON by Philipp Tomsich · 7 years ago
  52. a41e3e1 OMAP3_SPI: Kconfig: move OMAP3_SPI out of DM_SPI section. by Adam Ford · 7 years ago
  53. 5bbc265 Convert CONFIG_NAND to Kconfig by Adam Ford · 7 years ago
  54. 90d99e5 Convert CONFIG_CMD_TCA642X to Kconfig by Simon Glass · 7 years ago
  55. 1c27a4c gpio: Drop sx151x driver by Simon Glass · 7 years ago
  56. 3abe4e6 Kconfig; Drop CONFIG_IDE_TI_CARDBUS and associated driver by Simon Glass · 7 years ago
  57. ba7cc6c Kconfig: Drop CONFIG_CMD_PCA953X_INFO by Simon Glass · 7 years ago
  58. 0091362 Convert CONFIG_CMD_PCA953X to Kconfig by Simon Glass · 7 years ago
  59. 7f513e8 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  60. b24065c Merge git://git.denx.de/u-boot-i2c by Tom Rini · 7 years ago
  61. 014e47f i2c: designware: Allow sending restart conditions by Marek Vasut · 7 years ago
  62. daa0f05 Convert CONFIG_SYS_I2C_OMAP24XX to Kconfig by Adam Ford · 7 years ago
  63. ceec6c4 net: mvpp2x: Set BM poll size once during priv probe by Stefan Chulski · 7 years ago
  64. a25962c net: mvpp2x: remove TX drain from transmit routine by Stefan Chulski · 7 years ago
  65. 783e785 net: mvpp2x: Set BM pool high address by Stefan Chulski · 7 years ago
  66. 16f18d2 net: mvpp2x: Remove IRQ configuration from U-Boot by Stefan Chulski · 7 years ago
  67. d4b0e00 net: mvpp2x: remove MBUS configurations from MvPP22 driver by Stefan Chulski · 7 years ago
  68. f0e970f net: mvpp2x: decrease size of AGGR_TXQ and CPU_DESC_CHUNK by Stefan Chulski · 7 years ago
  69. bb915c8 net: mvpp2x: fix BM configuration overrun issue by Stefan Chulski · 7 years ago
  70. 73f592f net: mvpp2x: Enable GoP packet padding in TX by Stefan Chulski · 7 years ago
  71. 377883f net: mvpp2x: fix phy connected to wrong mdio issue by Stefan Chulski · 7 years ago
  72. 4189373 net: mvpp2x: Add GPIO configuration support by Stefan Chulski · 7 years ago
  73. 06651b9 driver: net: fsl-mc: fsl_mc_ldpaa_exit exit earlier if dpl applied by Santan Kumar · 7 years ago
  74. 590e87d mmc: fsl_esdhc: not always setting esdhc fdt status to okay by Yang Li · 7 years ago
  75. 89d8e13 PCI: layerscape: Fix assigning wrong address to LS2088A pcie cfg1 space by Hou Zhiqiang · 7 years ago
  76. 9bb272e driver: mmc: fsl_esdhc: Fix compiling warning by York Sun · 7 years ago
  77. 94d50be Configs: Migrate CONFIG_SYS_I2C_OMAP34XX to CONFIG_SYS_I2C_OMAP24XX by Adam Ford · 7 years ago
  78. 0bc8f64 i2c: at91: Add missing probe function to device driver by Wenyou.Yang@microchip.com · 7 years ago
  79. 6e7adf7 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 7 years ago
  80. ef1f61a net: phy: micrel: add an option to disable gigabit for the KSZ9031 by Sebastien Bourdelin · 7 years ago
  81. d7e8ac6 net: phy: Add AFE settings to the Broadcom Cygnus phy by Arun Parameswaran · 7 years ago
  82. c89782d net: move Broadcom SF2 driver to Kconfig by Suji Velupillai · 7 years ago
  83. 9a31c73 net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig options by Alexandru Gagniuc · 7 years ago
  84. fbc120e net: phy: micrel: Remove ksz90x1 drivers from micrel_ksz8xxx by Alexandru Gagniuc · 7 years ago
  85. d397f7c net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 drivers by Alexandru Gagniuc · 7 years ago
  86. cb543d3 net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021 by Alexandru Gagniuc · 7 years ago
  87. 2fd519f net: ag7xxx: Propagate errors on phy access by Joe Hershberger · 7 years ago
  88. 9240a2f net: ag7xxx: Comment register names by Joe Hershberger · 7 years ago
  89. 734f9ab net: usb: r8152: fix "duplicate 'const' declaration specifier" by Philipp Tomsich · 7 years ago
  90. 8f0b16938 drivers/net/phy/fixed: do not overwrite addr by Christian Gmeiner · 7 years ago
  91. fcc1d05 rockchip: video: Makefile: Add soc specific driver for rk3288 mipi dsi by eric.gao@rock-chips.com · 7 years ago
  92. f680a91 rockchip: video: mipi: Add rk3288 soc specific driver for mipi dsi by eric.gao@rock-chips.com · 7 years ago
  93. e9037fb rockchop: video: mipi: Makefile: Add soc specfic driver for rk3399 mipi dsi by eric.gao@rock-chips.com · 7 years ago
  94. 36602eb rockchip: video: mipi: Split mipi driver into common and specific parts by eric.gao@rock-chips.com · 7 years ago
  95. c674e00 video: Drop the ct69000 driver by Bin Meng · 7 years ago
  96. aa82f93 video: Drop the sm501 driver by Bin Meng · 7 years ago
  97. 5ec94cd video: Drop the sed156x driver by Bin Meng · 7 years ago
  98. 0778d0c video: Drop the l5f31188 driver by Bin Meng · 7 years ago
  99. fe84c48 Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 7 years ago
  100. 7b9c88b ahci-pci: Update call to ahci_probe_scsi_pci() by Bin Meng · 7 years ago