1. 48d4e29 dm: Add functions to access a device's children by Simon Glass · 10 years ago
  2. 4071742 dm: Provide a function to scan child FDT nodes by Simon Glass · 10 years ago
  3. de70867 dm: Avoid accessing uclasses before they are ready by Simon Glass · 10 years ago
  4. c1464ab dm: Allow a device to be found by its FDT offset by Simon Glass · 10 years ago
  5. db6f020 dm: Introduce device sequence numbering by Simon Glass · 10 years ago
  6. 4b67cef dm: Move uclass error checking/probing into a function by Simon Glass · 10 years ago
  7. b9d5f6b Add a flag indicating when the serial console is ready by Simon Glass · 10 years ago
  8. a730c5d dm: Support driver model prior to relocation by Simon Glass · 10 years ago
  9. fef72b7 dm: Allow drivers to be marked 'before relocation' by Simon Glass · 10 years ago
  10. 0019758 dm: Provide a way to shut down driver model by Simon Glass · 10 years ago
  11. 6d3b3e2 dm: Make sure that the root device is probed by Simon Glass · 10 years ago
  12. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  13. 1867bd4 stdio: Remove redundant code around stdio_register() calls by Simon Glass · 10 years ago
  14. f988071 dm: gpio: Don't use the driver model uclass for SPL by Simon Glass · 10 years ago
  15. 368989b AHCI: Increase link timeout to 200ms by Ian Campbell · 10 years ago
  16. ef2c62f serial: ns16550: use a const variable instead of macro by Masahiro Yamada · 10 years ago
  17. 75ab6cb serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor by Masahiro Yamada · 10 years ago
  18. dabca15 serial: ns16550: drop CONFIG_OMAP1610 from the special case by Masahiro Yamada · 10 years ago
  19. ae0ae22 driver/usb: include upper/lower_32_bits() from linux/compat.h by Lijun Pan · 10 years ago
  20. 40250da Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 10 years ago
  21. aedeeaa mmc: prevent some warnings with make W=1 by Jeroen Hofstee · 10 years ago
  22. 4772630 dirvers: mmc: use __weak by Jeroen Hofstee · 10 years ago
  23. cf0cf82 dm: add missing includes by Jeroen Hofstee · 10 years ago
  24. 5a85e89 mtd: cfi_flash: fix clang warning by Jeroen Hofstee · 10 years ago
  25. 37787f6 fsl_i2c: add support for 3rd and 4th I2C by Shengzhou Liu · 10 years ago
  26. 0ecd655 i2c, omap24xx: add i2c deblock sequenz by Heiko Schocher · 10 years ago
  27. d8d0b2f usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x by Felipe Balbi · 10 years ago
  28. ae46a4c usb: host: xhci: make sure to power up PHY by Felipe Balbi · 10 years ago
  29. ca185b0 board: gdsys: Make gdsys osd hardware detection more robust by Dirk Eibach · 10 years ago
  30. b957743 i2c: IHS I2C master driver by Dirk Eibach · 10 years ago
  31. bc69181 blackfin: Fix warning about undefined function by Vasili Galka · 10 years ago
  32. a6f5758 mpc8xx: remove v37 board support by Masahiro Yamada · 10 years ago
  33. 54c5d93 mpc8xx: remove rbc823 board support by Masahiro Yamada · 10 years ago
  34. 13be81d mpc8xx: remove RPXlite_dw, quantum board support by Masahiro Yamada · 10 years ago
  35. a9b6ef1 tpm: don't use unneeded double brackets by Jeroen Hofstee · 10 years ago
  36. c5b2a00 build: define CPU only when arch/${ARCH}/cpu/${CPU} exists by Masahiro Yamada · 10 years ago
  37. bff242f Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 10 years ago
  38. 9d80009 watchdog/denali: Adding DesignWare watchdog driver support by Chin Liang See · 10 years ago
  39. 6828676 arm: ep9315: Return back Cirrus Logic EDB9315A board support by Sergey Kostanbaev · 10 years ago
  40. 6e903e1 gpio: spear_gpio: Fix gpio_set_value() implementation by Axel Lin · 11 years ago
  41. 8ff14b7 armv8/fsl-lsch3: Add support to load and start MC Firmware by J. German Rivera · 10 years ago
  42. a84cd72 ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC by York Sun · 10 years ago
  43. 51def16 i2c: tegra: dump alen in debug statements by Stephen Warren · 10 years ago
  44. 6e06f46 i2c: tegra: write clean data to TX FIFO by Stephen Warren · 10 years ago
  45. db88225 i2c: tegra: use repeated start for reads by Stephen Warren · 10 years ago
  46. 0c538ea Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  47. 192e8eb usb: ci_udc: use var name ep/ci_ep consistently by Stephen Warren · 10 years ago
  48. 16a643e USB: gadget: atmel: zero out allocated requests by Stephen Warren · 10 years ago
  49. 1d0788f usb: ci_udc: don't memalign() struct ci_req allocations by Stephen Warren · 10 years ago
  50. b8a872c usb: ci_udc: remove controller.items array by Stephen Warren · 10 years ago
  51. d13034e usb: ci_udc: fix items array size/stride calculation by Stephen Warren · 10 years ago
  52. fe52910 usb: ci_udc: lift ilist size calculations to global scope by Stephen Warren · 10 years ago
  53. 6667e23 usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPs by Stephen Warren · 10 years ago
  54. bec1c13 usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe() by Stephen Warren · 10 years ago
  55. ca8ca05 Merge remote-tracking branch 'u-boot-samsung/master' by Albert ARIBAUD · 10 years ago
  56. ad763d7 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  57. edd3447 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  58. 180bb6a usb: eth: smsc95xx: add LAN9500A device ID by Ilya Ledvich · 11 years ago
  59. 36a6b40 usb: fastboot: fix potential buffer overflow by Jeroen Hofstee · 10 years ago
  60. b351e46 usb: xhci: (likely) fix bracket in if condition by Jeroen Hofstee · 10 years ago
  61. e5bad0d usb:g_dnl:f_thor: remove memset before memcpy by Jeroen Hofstee · 10 years ago
  62. 6931bff usb:composite: clear the whole common buffer by Jeroen Hofstee · 10 years ago
  63. 8af893e usb: r8a66597: Fix initilization size of r8a66597 info structure by Yasuhisa Umano · 11 years ago
  64. ea33c6a usb: r8a66597: Fix initialization hub that using R8A66597_MAX_ROOT_HUB by yasuhisa umano · 11 years ago
  65. 5528f4c usb: cosmetic: double const by Jeroen Hofstee · 10 years ago
  66. fa51417 usb: ci_udc: fix typo in debug message by Stephen Warren · 10 years ago
  67. f66ae99 usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDC by Stephen Warren · 10 years ago
  68. d0b3d76 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  69. 746b92b PMIC: MAX77686: fix invalid bus check by Jeroen Hofstee · 10 years ago
  70. 8613bed Exynos: SPI: Fix reading data from SPI flash by Akshay Saraswat · 10 years ago
  71. 34a1d35 dm: Cast away the const-ness of the global_data pointer by Simon Glass · 10 years ago
  72. df6bd7d dm: Add missing header files in lists and root by Simon Glass · 10 years ago
  73. d4acf63 dm: Use case-insensitive comparison for GPIO banks by Simon Glass · 10 years ago
  74. 767827a dm: Rename struct device_id to udevice_id by Simon Glass · 10 years ago
  75. 78472a8 spi: davinci: Fix register address for SPI1_BUS by Axel Lin · 10 years ago
  76. 8062b05 ARM: keystone: aemif: move aemif driver to drivers/memory/ti-aemif.c by Khoronzhuk, Ivan · 10 years ago
  77. 753a00a mtd: nand: davinci: add header file for driver definitions by Khoronzhuk, Ivan · 10 years ago
  78. 550b42d pmic: tps65090: correct checking i2c bus by Jeroen Hofstee · 10 years ago
  79. bfe88fe includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  80. 52b2afd video: atmel_hlcdfb: enable dcache support by Wu, Josh · 11 years ago
  81. 1805240 net: macb: enable dcache in macb by Wu, Josh · 11 years ago
  82. 1e86812 macb: make checkpatch clean by Andreas Bießmann · 11 years ago
  83. 51c03fa Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 10 years ago
  84. cc350cb mmc: free allocated memory on initialization errors by Darwin Rambo · 11 years ago
  85. bf0c785 mmc: return meaningful error codes from mmc_select_hwpart by Stephen Warren · 11 years ago
  86. 6c2d142 i2c: kona: Resolve Kona I2C driver issue by Steve Rae · 11 years ago
  87. 660031e m68k: Fix warnings with gcc 4.6 by Simon Glass · 10 years ago
  88. b6d1611 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 10 years ago
  89. 3298501 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  90. 3e0d028 dfu: Disable default calculation of CRC32 by Lukasz Majewski · 10 years ago
  91. a9e91da usb: ci_udc: terminate ep0 INs with a zlp when required by Stephen Warren · 10 years ago
  92. 9c7ebe7 usb: ci_udc: clean up all allocations in unregister by Stephen Warren · 10 years ago
  93. c5d619b usb: ci_udc: fix probe error cleanup by Stephen Warren · 10 years ago
  94. 10fecbd usb: ci_udc: fix freeing of ep0 req by Stephen Warren · 10 years ago
  95. 6e9aa0d usb: ci_udc: call udc_disconnect() from ci_pullup() by Stephen Warren · 10 years ago
  96. 8d14b25 net: sh-eth: Fix typo from rESR_RTLF to EESR_RTLF by Nobuhiro Iwamatsu · 11 years ago
  97. 31e84df net: sh-eth: Fix coding style by Nobuhiro Iwamatsu · 11 years ago
  98. 46288f4 net: sh-eth: Add support R7S72100 of rmobile by Nobuhiro Iwamatsu · 11 years ago
  99. c7410e3 arm: vf610: Add QSPI driver support by Alison Wang · 11 years ago
  100. 39a5ebc sf: probe: Fix quad bit set path by Poddar, Sourav · 11 years ago