1. 743268f dm: test: Add GPIO open drain tests by mario.six@gdsys.cc · 8 years ago
  2. 5178178 dm: gpio: Implement open drain for MPC85XX GPIO by mario.six@gdsys.cc · 8 years ago
  3. 53ecdfb dm: gpio: Add methods for open drain setting by mario.six@gdsys.cc · 8 years ago
  4. 07d31f8 dm: gpio: Add driver for MPC85XX GPIO controller by mario.six@gdsys.cc · 8 years ago
  5. e40095f net: Add ag7xxx driver for Atheros MIPS by Marek Vasut · 8 years ago
  6. bed1ca3 net: pcnet: Fix init on big endian 64 bit by Paul Burton · 8 years ago
  7. 442d2e0 net: pcnet: Make 64 bit safe by Paul Burton · 8 years ago
  8. 4677d66 net: pcnet: Stop converting kseg1->kseg0 addresses by Paul Burton · 8 years ago
  9. e4a94ce Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  10. 378f913 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 8 years ago
  11. 0985294 mtd: nand: am335x: spl: Fix copying of image by Lokesh Vutla · 8 years ago
  12. 00d5595 spl: Support loading a FIT from SPI by Lokesh Vutla · 8 years ago
  13. 3ac8d1e usb: dwc3: Makefile: Don't build gadget code if USB_GADGET is disabled by Roger Quadros · 8 years ago
  14. bfcef28 arm: add initial support for Amlogic Meson and ODROID-C2 by Beniamino Galvani · 8 years ago
  15. 0e1a3e3 net: designware: fix descriptor layout and warnings on 64-bit archs by Beniamino Galvani · 8 years ago
  16. e6c2807 dm: mmc: Use cfg directly in mmc_bind() by Simon Glass · 8 years ago
  17. e419a3e dm: mmc: Fix up mmc_bread/bwrite() prototypes for SPL by Simon Glass · 8 years ago
  18. f6e41d1 dm: rockchip: mmc: Allow use of CONFIG_BLK by Simon Glass · 8 years ago
  19. 5e6ff81 dm: mmc: dwmmc: Support CONFIG_BLK by Simon Glass · 8 years ago
  20. 19d2e34 dm: mmc: Convert sdhci to support CONFIG_BLK by Simon Glass · 8 years ago
  21. b55e04a rockchip: video: Flush the cache when the display is updated by Simon Glass · 8 years ago
  22. 0aefc0b rockchip: rk3288: Add clock support for the gmac ethernet interface by Sjoerd Simons · 9 years ago
  23. 70f7a2c rockchip: rk3288: pinctrl: support more pins by Sjoerd Simons · 9 years ago
  24. 90b7fc9 net: designware: support phy reset device-tree bindings by Sjoerd Simons · 9 years ago
  25. 71db327 dm: gpio: pca953x: Support PCA953X with 40 GPIOs by mario.six@gdsys.cc · 8 years ago
  26. 61fe076 mmc: Use byte array for multipliers by Simon Glass · 8 years ago
  27. e98dd20 mmc: Drop mmc_register() by Simon Glass · 8 years ago
  28. 5c08621 reset: Drop the reset failure message by Simon Glass · 8 years ago
  29. 8961b52 mailbox: implement a sandbox test by Stephen Warren · 8 years ago
  30. 6238935 Add a mailbox driver framework/uclass by Stephen Warren · 8 years ago
  31. 1163625 Rename reset to sysreset by Stephen Warren · 8 years ago
  32. 6f82fac sunxi: gpio: convert bind() to use driver data by Stephen Warren · 8 years ago
  33. daac3bf dm: allow setting driver_data before/during bind by Stephen Warren · 8 years ago
  34. 6523dbf Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 8 years ago
  35. df8ec55 dm: ns16550: Don't map_physmem for I/O ports by Paul Burton · 8 years ago
  36. 0a222d5 fdt: Support for ISA busses by Paul Burton · 8 years ago
  37. 82f2a14 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  38. 1b80e79 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 8 years ago
  39. 795857d sunxi: power: add AXP809 support by Chen-Yu Tsai · 8 years ago
  40. 5119926 sunxi: Implement poweroff support for axp818 pmic by Chen-Yu Tsai · 8 years ago
  41. 15278cc sunxi: power: axp818: Add support for switch SW by Chen-Yu Tsai · 8 years ago
  42. a696253 power: axp818: Fix typo for fldo2 Kconfig description by Chen-Yu Tsai · 8 years ago
  43. aa23f53 power: axp221: Remove switch case to simplify axp_set_eldo by Chen-Yu Tsai · 8 years ago
  44. ae932cf clk: uniphier: add Media I/O clock driver support for PH1-LD11 by Masahiro Yamada · 8 years ago
  45. 826d06d Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 8 years ago
  46. 8ef548d powerpc:t4240: MAC9 and MAC10 should not be identified as 1G interface in some case by Ying Zhang · 8 years ago
  47. fc15b9b Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  48. 2ee490a Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  49. 0a71cd7 net: phy: dp83867: Add SGMII helper for configuration by Dan Murphy · 8 years ago
  50. 3ab72fe net: phy: Move is_rgmii helper to phy.h by Dan Murphy · 8 years ago
  51. 085445c net: phy: ti: Allow the driver to be more configurable by Dan Murphy · 8 years ago
  52. 20671a9 net: zynq_gem: Add the passing of the phy-handle node by Dan Murphy · 8 years ago
  53. cb38622 drivers: net: cpsw: Add reading of DT phy-handle node by Dan Murphy · 8 years ago
  54. e431056 drivers: net: cpsw: add support for reading mac address from efuse by Mugunthan V N · 8 years ago
  55. 66e740c drivers: net: cpsw: fix get mdio base and gmii_sel reg from DT by Mugunthan V N · 8 years ago
  56. b2003c5 drivers: net: cpsw: fix cpsw dp parse when num slaves as 1 by Mugunthan V N · 8 years ago
  57. 73443b9 drivers: core: device: add support to check dt compatible for a device/machine by Mugunthan V N · 8 years ago
  58. 24ae396 net: phy: Add PHY driver for mv88e61xx switches by Kevin Smith · 8 years ago
  59. 83c0551 net: Remove unused mv88e61xx switch driver by Kevin Smith · 8 years ago
  60. ec8fb48 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 8 years ago
  61. 1b008fd phy: marvell: Do not reset phy after negotiation by Michal Simek · 8 years ago
  62. 7a673f0 phy: Wire return value from phy_config() by Michal Simek · 8 years ago
  63. b733c27 net: phy: Handle phy_startup() error codes properly by Michal Simek · 8 years ago
  64. ef5e821 phy: Return correct error code when timeout happens by Michal Simek · 8 years ago
  65. 55259e7 net: xilinx: Handle error value from phy_startup() by Michal Simek · 8 years ago
  66. 905bca6 fpga: Fix typo in function comment by Michal Simek · 8 years ago
  67. a6b9587 gpio: zynq: Add support for reading gpio pin state by Michal Simek · 9 years ago
  68. 6d54868 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 8 years ago
  69. d7d0003 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 8 years ago
  70. 5f89a15 omap3: Fix SPI registers on am33xx and am43xx by Martin Hejnfelt · 8 years ago
  71. eece493 cmd: qfw: bring ACPI generation code into qfw core by Miao Yan · 8 years ago
  72. 1868659 cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h] by Miao Yan · 8 years ago
  73. 2e82e74 x86: qemu: move x86 specific operations out of qfw core by Miao Yan · 8 years ago
  74. fcf5c04 x86: qemu: split qfw command interface and qfw core by Miao Yan · 8 years ago
  75. 773f3b2 ar933x: serial: Remove the explicit pinctrl setting by Wills Wang · 8 years ago
  76. 5fabf2e ath79: spi: Remove the explicit pinctrl setting by Wills Wang · 8 years ago
  77. 5c99045 drivers: mtd: add Microchip PIC32 internal non-CFI flash driver. by Purna Chandra Mandal · 9 years ago
  78. b85dc46 drivers: spi: add spi support for QCA/Atheros ath79 SOCs by Wills Wang · 9 years ago
  79. 60b4976 drivers: serial: add serial driver for ar933x SOC by Wills Wang · 9 years ago
  80. c102453 drivers: pinctrl: Add simple pinctrl driver for Qualcomm/Atheros qca953x. by Wills Wang · 9 years ago
  81. a79d064 drivers: pinctrl: Add simple pinctrl driver for Qualcomm/Atheros ar933x. by Wills Wang · 9 years ago
  82. 29b5935 arm: mvebu: a38x: Weed out floating point use by Marek Vasut · 8 years ago
  83. 019a147 driver/ddr/fsl: Add workaround for erratum A-010165 by Shengzhou Liu · 8 years ago
  84. 76394c9 crypto/fsl: add support for multiple SEC engines initialization by Alex Porosanu · 8 years ago
  85. 80c1bfd sf: Disable 4-KB erase command for SPANSION S25FS-S family by Yuan Yao · 9 years ago
  86. febffe8 spi: fsl_qspi: Enable Spansion S25FS-S family flashes by Yuan Yao · 9 years ago
  87. 4e14741 spi: fsl_qspi: Assign AMBA mem according CS num in dts by Yuan Yao · 9 years ago
  88. bf9bffa spi: fsl_qspi: Fix issues on arm64 by Yuan Yao · 9 years ago
  89. 4b6e1fd Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  90. 5fc62fe driver/ddr/fsl: Add workaround for erratum A-009801 by Shengzhou Liu · 9 years ago
  91. 4a68489 drivers/ddr/fsl: update workaround for erratum A-008511 by Shengzhou Liu · 9 years ago
  92. 27bec5c Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  93. f376a3c dm: mmc: sandbox: Add an SD-card emulation by Simon Glass · 8 years ago
  94. 33fb211 dm: mmc: Add support for driver-model block devices by Simon Glass · 8 years ago
  95. ad27dd5 dm: mmc: Add a way to bind MMC devices with driver model by Simon Glass · 8 years ago
  96. 8ef761e dm: mmc: Implement the MMC functions for block devices by Simon Glass · 8 years ago
  97. f8b7752 dm: sandbox: Only enable the sandbox MMC driver when valid by Simon Glass · 8 years ago
  98. fdbb139 dm: mmc: Adjust mmc_switch_part() to use a struct mmc by Simon Glass · 8 years ago
  99. c40fdca dm: mmc: Move the device list into a separate file by Simon Glass · 8 years ago
  100. cffe5d8 dm: mmc: Set up the device pointer when using the MMC uclass by Simon Glass · 8 years ago