1. 74f96da dm: Give the demo uclass a name by Simon Glass · 10 years ago
  2. bb58503 dm: Add dm_scan_other() to locate board-specific devices by Simon Glass · 10 years ago
  3. 9b0ba06 dm: Improve errors and warnings in lists_bind_fdt() by Simon Glass · 10 years ago
  4. a327dee dm: Add child_pre_probe() and child_post_remove() methods by Simon Glass · 10 years ago
  5. e59f458 dm: Introduce per-child data for devices by Simon Glass · 10 years ago
  6. 997c87b dm: Add functions to access a device's children by Simon Glass · 10 years ago
  7. 1ca7e20 dm: Provide a function to scan child FDT nodes by Simon Glass · 10 years ago
  8. c910e2e dm: Avoid accessing uclasses before they are ready by Simon Glass · 10 years ago
  9. f4cdead dm: Allow a device to be found by its FDT offset by Simon Glass · 10 years ago
  10. 5a66a8f dm: Introduce device sequence numbering by Simon Glass · 10 years ago
  11. 9ca296a dm: Move uclass error checking/probing into a function by Simon Glass · 10 years ago
  12. 093f79a Add a flag indicating when the serial console is ready by Simon Glass · 10 years ago
  13. ab7cd62 dm: Support driver model prior to relocation by Simon Glass · 10 years ago
  14. 00606d7 dm: Allow drivers to be marked 'before relocation' by Simon Glass · 10 years ago
  15. 9adbd7a dm: Provide a way to shut down driver model by Simon Glass · 10 years ago
  16. 7497812 dm: Make sure that the root device is probed by Simon Glass · 10 years ago
  17. 709ea54 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  18. 91d0be1 stdio: Remove redundant code around stdio_register() calls by Simon Glass · 10 years ago
  19. 5b9765c dm: gpio: Don't use the driver model uclass for SPL by Simon Glass · 10 years ago
  20. e0ddcf9 AHCI: Increase link timeout to 200ms by Ian Campbell · 10 years ago
  21. 5b9587a serial: ns16550: use a const variable instead of macro by Masahiro Yamada · 10 years ago
  22. f8c7c20 serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor by Masahiro Yamada · 10 years ago
  23. 841977d serial: ns16550: drop CONFIG_OMAP1610 from the special case by Masahiro Yamada · 10 years ago
  24. 4a755f1 driver/usb: include upper/lower_32_bits() from linux/compat.h by Lijun Pan · 10 years ago
  25. 3364b18 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 10 years ago
  26. 750121c mmc: prevent some warnings with make W=1 by Jeroen Hofstee · 10 years ago
  27. cee9ab7 dirvers: mmc: use __weak by Jeroen Hofstee · 10 years ago
  28. fd536d8 dm: add missing includes by Jeroen Hofstee · 10 years ago
  29. c15df21 mtd: cfi_flash: fix clang warning by Jeroen Hofstee · 10 years ago
  30. a17fd10 fsl_i2c: add support for 3rd and 4th I2C by Shengzhou Liu · 10 years ago
  31. f7c1053 i2c, omap24xx: add i2c deblock sequenz by Heiko Schocher · 10 years ago
  32. 5ba9554 usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x by Felipe Balbi · 10 years ago
  33. 26707d9 usb: host: xhci: make sure to power up PHY by Felipe Balbi · 10 years ago
  34. 3a990bf board: gdsys: Make gdsys osd hardware detection more robust by Dirk Eibach · 10 years ago
  35. b46226b i2c: IHS I2C master driver by Dirk Eibach · 10 years ago
  36. 0519e80 blackfin: Fix warning about undefined function by Vasili Galka · 10 years ago
  37. b8c1438 mpc8xx: remove v37 board support by Masahiro Yamada · 10 years ago
  38. c750b9c mpc8xx: remove rbc823 board support by Masahiro Yamada · 10 years ago
  39. 0657e46 mpc8xx: remove RPXlite_dw, quantum board support by Masahiro Yamada · 10 years ago
  40. 49f9337 tpm: don't use unneeded double brackets by Jeroen Hofstee · 10 years ago
  41. a8b0f9b build: define CPU only when arch/${ARCH}/cpu/${CPU} exists by Masahiro Yamada · 10 years ago
  42. 6ee3d00 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 10 years ago
  43. d8c67dc watchdog/denali: Adding DesignWare watchdog driver support by Chin Liang See · 10 years ago
  44. 7237d22 arm: ep9315: Return back Cirrus Logic EDB9315A board support by Sergey Kostanbaev · 10 years ago
  45. c0c3740 gpio: spear_gpio: Fix gpio_set_value() implementation by Axel Lin · 10 years ago
  46. b940ca6 armv8/fsl-lsch3: Add support to load and start MC Firmware by J. German Rivera · 10 years ago
  47. 2f78eae ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC by York Sun · 10 years ago
  48. ad3091a i2c: tegra: dump alen in debug statements by Stephen Warren · 10 years ago
  49. 981b14f i2c: tegra: write clean data to TX FIFO by Stephen Warren · 10 years ago
  50. 68049a0 i2c: tegra: use repeated start for reads by Stephen Warren · 10 years ago
  51. fe8b321 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  52. dcb89b5 usb: ci_udc: use var name ep/ci_ep consistently by Stephen Warren · 10 years ago
  53. 369d3c4 USB: gadget: atmel: zero out allocated requests by Stephen Warren · 10 years ago
  54. 639e990 usb: ci_udc: don't memalign() struct ci_req allocations by Stephen Warren · 10 years ago
  55. 6ac15fd usb: ci_udc: remove controller.items array by Stephen Warren · 10 years ago
  56. 7e54188 usb: ci_udc: fix items array size/stride calculation by Stephen Warren · 10 years ago
  57. 06b38fc usb: ci_udc: lift ilist size calculations to global scope by Stephen Warren · 10 years ago
  58. 8d7c39d usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPs by Stephen Warren · 10 years ago
  59. d7beeb9 usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe() by Stephen Warren · 10 years ago
  60. 304f936 Merge remote-tracking branch 'u-boot-samsung/master' by Albert ARIBAUD · 10 years ago
  61. e99f30e Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  62. d6694af Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  63. 08ebd46 usb: eth: smsc95xx: add LAN9500A device ID by Ilya Ledvich · 11 years ago
  64. 29425be usb: fastboot: fix potential buffer overflow by Jeroen Hofstee · 10 years ago
  65. 25d1936 usb: xhci: (likely) fix bracket in if condition by Jeroen Hofstee · 10 years ago
  66. 19a2a67 usb:g_dnl:f_thor: remove memset before memcpy by Jeroen Hofstee · 10 years ago
  67. 933611f usb:composite: clear the whole common buffer by Jeroen Hofstee · 10 years ago
  68. 198c5f9 usb: r8a66597: Fix initilization size of r8a66597 info structure by Yasuhisa Umano · 11 years ago
  69. 8ecdce7 usb: r8a66597: Fix initialization hub that using R8A66597_MAX_ROOT_HUB by yasuhisa umano · 11 years ago
  70. 51afc2c usb: cosmetic: double const by Jeroen Hofstee · 10 years ago
  71. 83c3750 usb: ci_udc: fix typo in debug message by Stephen Warren · 10 years ago
  72. fb22ae6 usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDC by Stephen Warren · 10 years ago
  73. ed1d98d Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  74. 00d4796 PMIC: MAX77686: fix invalid bus check by Jeroen Hofstee · 10 years ago
  75. e76d2a8 Exynos: SPI: Fix reading data from SPI flash by Akshay Saraswat · 10 years ago
  76. 89876a5 dm: Cast away the const-ness of the global_data pointer by Simon Glass · 10 years ago
  77. 6a6d8fb dm: Add missing header files in lists and root by Simon Glass · 10 years ago
  78. 939cda5 dm: Use case-insensitive comparison for GPIO banks by Simon Glass · 10 years ago
  79. ae7f451 dm: Rename struct device_id to udevice_id by Simon Glass · 10 years ago
  80. 7a4861f spi: davinci: Fix register address for SPI1_BUS by Axel Lin · 10 years ago
  81. 909ea9a ARM: keystone: aemif: move aemif driver to drivers/memory/ti-aemif.c by Khoronzhuk, Ivan · 10 years ago
  82. 3e01ed0 mtd: nand: davinci: add header file for driver definitions by Khoronzhuk, Ivan · 10 years ago
  83. a348d56 pmic: tps65090: correct checking i2c bus by Jeroen Hofstee · 10 years ago
  84. 2b9912e includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  85. b137bd8 video: atmel_hlcdfb: enable dcache support by Wu, Josh · 11 years ago
  86. 5ae0e38 net: macb: enable dcache in macb by Wu, Josh · 10 years ago
  87. ceef983 macb: make checkpatch clean by Andreas Bießmann · 10 years ago
  88. d8a97f9 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 10 years ago
  89. 3d6a5a4 mmc: free allocated memory on initialization errors by Darwin Rambo · 10 years ago
  90. d4622df mmc: return meaningful error codes from mmc_select_hwpart by Stephen Warren · 10 years ago
  91. 6736ec1 i2c: kona: Resolve Kona I2C driver issue by Steve Rae · 10 years ago
  92. ddc9437 m68k: Fix warnings with gcc 4.6 by Simon Glass · 10 years ago
  93. 28b62f0 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 10 years ago
  94. 61e76f5 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  95. 3d83e67 dfu: Disable default calculation of CRC32 by Lukasz Majewski · 10 years ago
  96. e0672b3 usb: ci_udc: terminate ep0 INs with a zlp when required by Stephen Warren · 10 years ago
  97. b7c0051 usb: ci_udc: clean up all allocations in unregister by Stephen Warren · 10 years ago
  98. 9a7d34b usb: ci_udc: fix probe error cleanup by Stephen Warren · 10 years ago
  99. bdf8161 usb: ci_udc: fix freeing of ep0 req by Stephen Warren · 10 years ago
  100. 43a8f25 usb: ci_udc: call udc_disconnect() from ci_pullup() by Stephen Warren · 10 years ago