1. 054731b usb: ci_udc: use a single descriptor for ep0 by Stephen Warren · 10 years ago
  2. 7484d84 usb: ci_udc: detect queued requests on ep0 by Stephen Warren · 10 years ago
  3. bd69424 dfu: Introduction of the "dfu_hash_algo" env variable for checksum method setting by Lukasz Majewski · 10 years ago
  4. 90b51c3 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  5. e1bf824 Add cli_ prefix to readline functions by Simon Glass · 10 years ago
  6. 18d6653 move CLI prototypes to cli.h and add comments by Simon Glass · 10 years ago
  7. 3a56482 serial_mxc: disable new features of autobaud detection by Eric Nelson · 10 years ago
  8. 0b259dc power: Explicitly select pmic device's bus by Aaron Durbin · 10 years ago
  9. ac1058f power: Add support for TPS65090 PMU chip. by Tom Wai-Hong Tam · 10 years ago
  10. 78a36c3 power: Add PMIC_ prefix to CHARGER_EN/DISABLE by Simon Glass · 10 years ago
  11. 913702c power: Rename CONFIG_PMIC_... to CONFIG_POWER_... by Simon Glass · 10 years ago
  12. 54c5d08 dm: rename device struct to udevice by Heiko Schocher · 10 years ago
  13. 9902c7b mmc: atmel_mci: fix print incorrect buffer content for debug by Wu, Josh · 10 years ago
  14. 7d82d89 gpio: at91: add sanity check for the NULL pointer by Wu, Josh · 10 years ago
  15. 49692c5 net/designware: Make DMA burst length configurable and reduce by default by Ian Campbell · 10 years ago
  16. 1857075 net/designware: reorder struct dw_eth_dev to pack more efficiently. by Ian Campbell · 10 years ago
  17. 964ea7c net/designware: ensure cache invalidations are aligned to ARCH_DMA_MINALIGN by Ian Campbell · 10 years ago
  18. 1c848a2 net/designware: ensure device private data is DMA aligned. by Ian Campbell · 10 years ago
  19. e24ea55 sunxi: mmc support by Ian Campbell · 10 years ago
  20. c534d2f Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  21. 10dc777 esdhc/usdhc: Fix warning when CONFIG_SYS_FSL_ESDHC_USE_PIO is not set by Tom Rini · 10 years ago
  22. 638b3e8 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 10 years ago
  23. d235628 mmc: provide a select_hwpart implementation for get_device() by Stephen Warren · 10 years ago
  24. 91fdabc eMMC: add support for operations in RPMB partition by Pierre Aubert · 10 years ago
  25. 6b2221b mmc: Handle switch error status bit in MMC card status by Andrew Gabbasov · 10 years ago
  26. d803fea mmc: postponed needless timer initialization by Mateusz Zalega · 10 years ago
  27. 4d16f67 Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  28. f6ed9d5 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  29. 8e38128 Merge branch 'pr-15052014' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  30. c9afa7c Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  31. 7168977 esdhc/usdhc: Fix PIO mode bug in fsl_esdhc driver by Ye.Li · 11 years ago
  32. 1a89766 fpga: Added support to load bit stream from SD/MMC by Siva Durga Prasad Paladugu · 11 years ago
  33. 5b815c9 fpga: zynqpl: Clean partial bitstream handling by Michal Simek · 10 years ago
  34. 7a78bd2 fpga: Define bitstream type based on command selection by Michal Simek · 10 years ago
  35. 05d134b Merge remote-tracking branch 'u-boot/master' by Albert ARIBAUD · 10 years ago
  36. d7782d0 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  37. 15231f6 drivers/usb : Define usb control register mask for w1c bits by Nikhil Badola · 10 years ago
  38. f1a96ec fsl/pci: Add workaround for erratum A-005434 by Chunhe Lan · 10 years ago
  39. ffc8667 net: phy/vitesse: Add support for VSC8664 phy module by Chunhe Lan · 10 years ago
  40. 6a2f30a Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  41. a90bed7 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  42. 9b8c9a3 mmc: s5p_sdhci: add the s5p_sdhci_core_init function by Jaehoon Chung · 10 years ago
  43. e09bd85 mmc: exynos_dw_mmc: enable the DDR mode by Jaehoon Chung · 10 years ago
  44. 045bdcd mmc: dw_mmc: support the DDR mode by Jaehoon Chung · 10 years ago
  45. d22e3d4 mmc: support the DDR mode for eMMC by Jaehoon Chung · 10 years ago
  46. 8caf46d mmc: remove the unnecessary define and fix the wrong bit control by Jaehoon Chung · 10 years ago
  47. 959198f mmc: exynos_dw_mmc: restore the property into host by Jaehoon Chung · 10 years ago
  48. 44cfc3a Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  49. 9f5f515 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  50. e7f9350 Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 10 years ago
  51. c8151b4 dfu: mmc: Provide support for eMMC boot partition access by Lukasz Majewski · 10 years ago
  52. 584b55b usb:gadget:f_thor: download_tail(): remove dfu_write with 0 size by Przemyslaw Marczak · 10 years ago
  53. 1aa4bdc drivers:dfu: dfu_flush(): add raw data flush to complete dfu write by Przemyslaw Marczak · 10 years ago
  54. 8630c1c usb: ci_udc: parse QTD before over-writing it by Stephen Warren · 10 years ago
  55. a4539a2 usb: tegra: support device mode by Stephen Warren · 10 years ago
  56. 2d34151 usb: tegra: refactor PHY type selection by Stephen Warren · 10 years ago
  57. 9b20fe6 usb: tegra: fix PHY selection code by Stephen Warren · 10 years ago
  58. 4180b3d Merge remote-tracking branch 'u-boot/master' into test by Marek Vasut · 10 years ago
  59. 2072e72 mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals by Hans de Goede · 10 years ago
  60. fab356a mvtwsi: Fix clock programming by Hans de Goede · 10 years ago
  61. eb8c54b ARM: zynq: ehci: Added USB host driver support by Michal Simek · 10 years ago
  62. 97eeae1 mtd: nand: omap_gpmc: Fix update of read_ecc in oob by Belisko Marek · 10 years ago
  63. 557a331 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  64. eceb3f2 ARM: tegra: add GPIO initialization table function by Stephen Warren · 10 years ago
  65. f175603 ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICE by Stephen Warren · 10 years ago
  66. ca721fb qe: disable qe when qe-ucode fails to be uploaded for "deep sleep" by Zhao Qiang · 10 years ago
  67. 5122dfa powerpc/85xx: add T4080 SoC support by Shengzhou Liu · 10 years ago
  68. 3a7ed5a powerpc/fman/memac: use default MDIO_HOLD value by Shaohui Xie · 10 years ago
  69. 0b2e13d powerpc/85xx: Add T4240RDB board support by Chunhe Lan · 10 years ago
  70. 27b4e4b Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  71. e7d4a88 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 10 years ago
  72. 3108185 fpga: zynq: Use helper function zynq_validate_bitstream by Siva Durga Prasad Paladugu · 11 years ago
  73. a0735a3 fpga: zynq: Use helper functions for zynq dma by Siva Durga Prasad Paladugu · 11 years ago
  74. 42a74a0 fpga: zynq: Remove sparse warnings by Michal Simek · 10 years ago
  75. 14cfc4f fpga: xilinx: Simplify load/dump/info function handling by Michal Simek · 11 years ago
  76. f8c1be9 fpga: xilinx: Avoid CamelCase for in Xilinx_desc by Michal Simek · 11 years ago
  77. d9071ce fpga: virtex2: Avoid CamelCase by Michal Simek · 11 years ago
  78. 2a6e386 fpga: spartan3: Avoid CamelCase by Michal Simek · 11 years ago
  79. b625b9a fpga: spartan2: Avoid CamelCase by Michal Simek · 11 years ago
  80. f6ae1ca S5P: Exynos: Add GPIO pin numbering and rename definitions by Akshay Saraswat · 10 years ago
  81. 15e82e5 net/designware: call phy_connect_dev() to properly setup phylib device by Ian Campbell · 10 years ago
  82. bafd67d tps6586x: staticize funtions by Manish Badarkhe · 10 years ago
  83. da384a9 net: rename and refactor eth_rand_ethaddr() function by Masahiro Yamada · 10 years ago
  84. 597fe04 net/phy: enable get_phy_id redefinable by Shengzhou Liu · 10 years ago
  85. 02aa4c5 AR8035/phy: Enable autonegotiation function for ar8035 by Xiaobo Xie · 10 years ago
  86. d57dee5 serial: nsl16550: add hw flow control support by Karicheri, Muralidharan · 10 years ago
  87. 8e26157 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 10 years ago
  88. bcb879c Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  89. d1dacf7 video: Add support for imx25 lcd controller by Thomas Diener · 10 years ago
  90. 5e2f017 power: Add support for LTC3676 PMIC by Tim Harvey · 10 years ago
  91. 93a6d92 power: make pfuze100 be able to coexist with other pmics by Tim Harvey · 10 years ago
  92. d2a3e911 Merge branch 'u-boot/master' by Albert ARIBAUD · 10 years ago
  93. fc25fa2 dfu, nand: add medium specific polltimeout function by Heiko Schocher · 10 years ago
  94. ab2f5c1 musb-new, dfu: first send request answer then call completions by Heiko Schocher · 10 years ago
  95. 3aab70a usb/gadget: add the fastboot gadget by Sebastian Siewior · 10 years ago
  96. 5146fc2 i2c: zynq: Fixed compilation errors when using DEBUG by Jesper B. Christensen · 10 years ago
  97. 340ed42 usb: ums: remove ci_udc special case by Stephen Warren · 10 years ago
  98. 2813006 usb: ci_udc: allow multiple buffer allocs per ep by Stephen Warren · 10 years ago
  99. 173d294 Merge branch 'serial' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  100. a1a1f6e Merge branch 'net' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago