1. 4a269f2 misc: Add simple driver for some Nuvoton NCT6102D devices by Stefan Roese · 8 years ago
  2. 05d0c5d xtensa: add support for the 'xtfpga' evaluation board by Chris Zankel · 8 years ago
  3. 4009b7e Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 8 years ago
  4. 83e88a4 mmc: atmel_sdhci: Convert to the driver model support by Wenyou Yang · 8 years ago
  5. 11e2665 dm: atmel: Add driver model support for the ehci driver by Wenyou Yang · 8 years ago
  6. 309686c pinctrl: at91-pio4: Add pinctrl driver by Wenyou Yang · 8 years ago
  7. 0b97152 gpio: atmel_pio4: Rework to support DM & DT by Wenyou Yang · 8 years ago
  8. 312bf89 gpio: atmel_pio4: Move PIO4 definitions to head file by Wenyou Yang · 8 years ago
  9. 3f51e0f Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  10. 0c33319 net: mii: Changes not made by spatch by Joe Hershberger · 8 years ago
  11. ece1aa6 net: mii: Fix changes made by spatch by Joe Hershberger · 8 years ago
  12. 1fbcbed net: mii: Use spatch to update miiphy_register by Joe Hershberger · 8 years ago
  13. 8c772bd clk: at91: Add clock driver by Wenyou Yang · 8 years ago
  14. ec951ad tpm: atmel_twi: Make compatible with DM I2C busses by mario.six@gdsys.cc · 8 years ago
  15. 26d8828 i2c: atmel: add i2c driver by Songjun Wu · 8 years ago
  16. 848e08b net/ethoc: implement MDIO bus and support phylib by Max Filippov · 8 years ago
  17. 19e7a9e net/ethoc: support private memory configurations by Max Filippov · 8 years ago
  18. d6338ff net/ethoc: don't mix virtual and physical addresses by Max Filippov · 8 years ago
  19. a6429a9 net/ethoc: support device tree by Max Filippov · 8 years ago
  20. c91eb0c net/ethoc: add CONFIG_DM_ETH support by Max Filippov · 8 years ago
  21. f9ffa42 net/ethoc: use priv instead of dev internally by Max Filippov · 8 years ago
  22. e07d3d2 net/ethoc: add Kconfig entry for the driver by Max Filippov · 8 years ago
  23. c1255dd net: e1000: Fix the build with driver model and SPI EEPROM by Alban Bedel · 8 years ago
  24. fd3224b net: smsc95xx: Use correct get_unaligned functions by Chris Packham · 8 years ago
  25. 7b81185 net: macb: Fix build error for CONFIG_DM_ETH enabled by Wenyou Yang · 9 years ago
  26. c704d18 i2c: tegra: add standardized clk/reset API support by Bryan Wu · 8 years ago
  27. 86f6a94 pci: tegra: port to standard clock/reset/pwr domain APIs by Stephen Warren · 8 years ago
  28. d26e24d mmc: tegra: port to standard clock/reset APIs by Stephen Warren · 8 years ago
  29. 67a8348 i2c: add Tegra186 BPMP driver by Stephen Warren · 8 years ago
  30. 402a0fa power domain: add Tegra186 driver by Stephen Warren · 8 years ago
  31. fccc9c5 reset: add Tegra186 reset driver by Stephen Warren · 8 years ago
  32. e8e3f20 clock: add Tegra186 clock driver by Stephen Warren · 8 years ago
  33. a214892 misc: add Tegra BPMP driver by Stephen Warren · 8 years ago
  34. 5cd3727 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  35. 0163269 misc: add "call" uclass op by Stephen Warren · 8 years ago
  36. f7f311d power: pmic: act8846: add missing newline to debug statements by John Keeping · 8 years ago
  37. bfea23a power: regulator: act8846: fix reading values by John Keeping · 8 years ago
  38. 7d30e10 fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · 8 years ago
  39. 78cd22a kconfig: use bool instead of boolean for type definition attributes by Masahiro Yamada · 8 years ago
  40. f9f4ced drivers: net: cpsw: always flush cache of size aligned to PKTALIGN by Lokesh Vutla · 8 years ago
  41. 8857405 drivers/sysreset: group sysreset drivers by Max Filippov · 8 years ago
  42. 70ab454 i2c: Drop redundant platform data setting in drivers by Simon Glass · 8 years ago
  43. 5abb9eb Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  44. 5600d9c eth: asix88179: Add support for the driver model by Alban Bedel · 8 years ago
  45. c51acfa eth: asix88179: Prepare supporting the driver model by Alban Bedel · 8 years ago
  46. c344b6a i2c: i2c-uclass-compat: avoid any BSS usage by Vignesh R · 8 years ago
  47. 1bf9c6f drivers: net: keystone_net: add support for multi slave ethernet by Mugunthan V N · 8 years ago
  48. b499a3c drivers: net: keystone_net: fix line termination with semi-colon by Mugunthan V N · 8 years ago
  49. 8e9473d net: cpsw: Add support to drive gpios for ethernet to be functional by Vignesh R · 8 years ago
  50. 0caf07c gpio: Add driver for TI PCF8575 I2C GPIO expander by Vignesh R · 8 years ago
  51. dec81d0 eth: asix88179: Fix receiving on big endian system by Alban Bedel · 8 years ago
  52. 10a6e1c eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet Adapter by Alban Bedel · 8 years ago
  53. 885f29a usb: xhci: fsl: Add code to use CONFIG_DM_USB by Rajesh Bhagat · 8 years ago
  54. 48c5c51 usb: ehci: fsl: Add code to use CONFIG_DM_USB by Rajesh Bhagat · 8 years ago
  55. 2542d96 drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USB by Rajesh Bhagat · 8 years ago
  56. 59cfdc0 usb: add (move) CONFIG_USB_HOST to Kconfig by Masahiro Yamada · 8 years ago
  57. 718ba3c usb: add CONFIG_USB_UHCI_HCD in Kconfig by Masahiro Yamada · 8 years ago
  58. 78a9c79 usb: add CONFIG_USB_OHCI_HCD in Kconfig by Masahiro Yamada · 8 years ago
  59. 47c5097 net: usb: r8152: Add DM support by Stefan Roese · 8 years ago
  60. 5c363c1 dm: ehci-mx6: support driver model by Peng Fan · 8 years ago
  61. 91b2c19 spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value by Chin Liang See · 8 years ago
  62. f61e4bc Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 8 years ago
  63. 1937380 zynq_sdhci.c: Fix warning in arasan_sdhci_probe by Tom Rini · 8 years ago
  64. 2befe0c Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 8 years ago
  65. 1b7dcc3 rockchip: remove log2 reimplementation from clock drivers by Heiko Stübner · 8 years ago
  66. dc850de clock: rk3399: add support for dwmmc 400K by Kever Yang · 8 years ago
  67. 4776f0b move: rockchip: move clock drivers into a subdirectory by Heiko Stübner · 8 years ago
  68. ca19eac rk3399: add basic soc driver by Kever Yang · 8 years ago
  69. fcc8c76 mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA by Jaehoon Chung · 8 years ago
  70. 5b8bf12 mmc: dw_mmc: fix data starvation by host timeout under FIFO mode by Xu Ziyuan · 8 years ago
  71. 6577a2a mmc: dw_mmc: transfer proper bytes to FIFO by Xu Ziyuan · 8 years ago
  72. 8a5ffbb mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  73. 1ebd242 mmc: sdhci: remove the unused argument for sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  74. 5c47c40 mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported" by Jaehoon Chung · 8 years ago
  75. 77d747e mmc: display mmc list information like mmc_legacy type by Xu Ziyuan · 8 years ago
  76. 7825d20 mmc: use the generic error number by Jaehoon Chung · 8 years ago
  77. 0bd193d mmc: fsl_esdhc: remove the duplicated header file by Jaehoon Chung · 8 years ago
  78. edd9d1dc mmc: dw_mmc: remove the duplicated header file by Jaehoon Chung · 8 years ago
  79. a2f94cd mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B by Jaehoon Chung · 8 years ago
  80. d0d1b25 mmc: sdhci: set to INT_DATA_END when there are data by Jaehoon Chung · 8 years ago
  81. a63aaa0 mmc: sdhci: clean up timeout detection by Masahiro Yamada · 8 years ago
  82. c531731 ARM: tegra: adapt to latest HSP DT binding by Stephen Warren · 8 years ago
  83. e3cef9f driver/ddr/fsl: Fix timing_cfg_2 by York Sun · 8 years ago
  84. ff9eb05 crypto/fsl: Update blob cmd to accept 64bit addresses by Sumit Garg · 8 years ago
  85. e4584cc driver: spi: fsl-qspi: remove compile Warnings by Yunhui Cui · 8 years ago
  86. 6f72634 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 8 years ago
  87. fcdb3b3 net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffers by Hans de Goede · 8 years ago
  88. f3aa282 sunxi: gpio: Add .xlate function for gpio phandle resolution by Chen-Yu Tsai · 8 years ago
  89. b135335 rockchip: rk3288: Fix pinctrl for GPIO bank 0 by John Keeping · 8 years ago
  90. 3845660 mmc-uclass: correct the device number by Kever Yang · 8 years ago
  91. 1535e5a spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock by Vignesh R · 8 years ago
  92. 391b12c sf: sf_params: Add AT25DF321 flash support by Wenyou Yang · 8 years ago
  93. a158ff9 spi: ti_qspi: Remove delay in read path for dra7xx by Vignesh R · 8 years ago
  94. b970767 spi: ti_qspi: Fix compiler warning when DEBUG macro is set by Vignesh R · 8 years ago
  95. aa29130 spi: ti_qspi: Fix failure on multiple READ_ID cmd by Vignesh R · 8 years ago
  96. b0a00d3 spi: Add support for N25Q016A by Moritz Fischer · 8 years ago
  97. 7d20368 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  98. 341fcb1 pci: allow disabling of pci init/enum via env by Tim Harvey · 8 years ago
  99. b3a9699 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  100. 34a10d3 mmc: dw_mmc: reduce timeout detection cycle by Xu Ziyuan · 8 years ago