1. 3d75ec9 driver/ddr: Fix DDR register timing_cfg_8 by York Sun · 10 years ago
  2. 8340e7a driver/ddr: Fix DDR4 driver for ARM by York Sun · 10 years ago
  3. 591dd19 driver/nand: Add support of 16K SRAM for IFC 2.0 by Prabhakar Kushwaha · 10 years ago
  4. 32514d2 fsl/pcie: Change 'no link' to 'undetermined' for pcie endpoint by Zang Roy-R61911 · 10 years ago
  5. 04818bb driver/nand: Update SRAM initialize logic for IFC. by Prabhakar Kushwaha · 10 years ago
  6. 3bab3d8 driver/nand:Define MAX_BANKS same as SoC defined for IFC by Prabhakar Kushwaha · 10 years ago
  7. 38d67a4e qe: move immap_qe.h from arch directory into common directory by Zhao Qiang · 10 years ago
  8. 1155d8d net/fm: call fm_port_to_index() with proper checks by Rotariu Marian-Cristian · 10 years ago
  9. e0ddcf9 AHCI: Increase link timeout to 200ms by Ian Campbell · 10 years ago
  10. 5b9587a serial: ns16550: use a const variable instead of macro by Masahiro Yamada · 10 years ago
  11. f8c7c20 serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor by Masahiro Yamada · 10 years ago
  12. 841977d serial: ns16550: drop CONFIG_OMAP1610 from the special case by Masahiro Yamada · 10 years ago
  13. 4a755f1 driver/usb: include upper/lower_32_bits() from linux/compat.h by Lijun Pan · 10 years ago
  14. 3364b18 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 10 years ago
  15. 750121c mmc: prevent some warnings with make W=1 by Jeroen Hofstee · 10 years ago
  16. cee9ab7 dirvers: mmc: use __weak by Jeroen Hofstee · 10 years ago
  17. fd536d8 dm: add missing includes by Jeroen Hofstee · 10 years ago
  18. c15df21 mtd: cfi_flash: fix clang warning by Jeroen Hofstee · 10 years ago
  19. a17fd10 fsl_i2c: add support for 3rd and 4th I2C by Shengzhou Liu · 10 years ago
  20. f7c1053 i2c, omap24xx: add i2c deblock sequenz by Heiko Schocher · 10 years ago
  21. 5ba9554 usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x by Felipe Balbi · 10 years ago
  22. 26707d9 usb: host: xhci: make sure to power up PHY by Felipe Balbi · 10 years ago
  23. 3a990bf board: gdsys: Make gdsys osd hardware detection more robust by Dirk Eibach · 10 years ago
  24. b46226b i2c: IHS I2C master driver by Dirk Eibach · 10 years ago
  25. 0519e80 blackfin: Fix warning about undefined function by Vasili Galka · 10 years ago
  26. b8c1438 mpc8xx: remove v37 board support by Masahiro Yamada · 10 years ago
  27. c750b9c mpc8xx: remove rbc823 board support by Masahiro Yamada · 10 years ago
  28. 0657e46 mpc8xx: remove RPXlite_dw, quantum board support by Masahiro Yamada · 10 years ago
  29. 49f9337 tpm: don't use unneeded double brackets by Jeroen Hofstee · 10 years ago
  30. a8b0f9b build: define CPU only when arch/${ARCH}/cpu/${CPU} exists by Masahiro Yamada · 10 years ago
  31. 6ee3d00 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 10 years ago
  32. d8c67dc watchdog/denali: Adding DesignWare watchdog driver support by Chin Liang See · 10 years ago
  33. 7237d22 arm: ep9315: Return back Cirrus Logic EDB9315A board support by Sergey Kostanbaev · 10 years ago
  34. c0c3740 gpio: spear_gpio: Fix gpio_set_value() implementation by Axel Lin · 10 years ago
  35. b940ca6 armv8/fsl-lsch3: Add support to load and start MC Firmware by J. German Rivera · 10 years ago
  36. 2f78eae ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC by York Sun · 10 years ago
  37. ad3091a i2c: tegra: dump alen in debug statements by Stephen Warren · 10 years ago
  38. 981b14f i2c: tegra: write clean data to TX FIFO by Stephen Warren · 10 years ago
  39. 68049a0 i2c: tegra: use repeated start for reads by Stephen Warren · 10 years ago
  40. fe8b321 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  41. dcb89b5 usb: ci_udc: use var name ep/ci_ep consistently by Stephen Warren · 10 years ago
  42. 369d3c4 USB: gadget: atmel: zero out allocated requests by Stephen Warren · 10 years ago
  43. 639e990 usb: ci_udc: don't memalign() struct ci_req allocations by Stephen Warren · 10 years ago
  44. 6ac15fd usb: ci_udc: remove controller.items array by Stephen Warren · 10 years ago
  45. 7e54188 usb: ci_udc: fix items array size/stride calculation by Stephen Warren · 10 years ago
  46. 06b38fc usb: ci_udc: lift ilist size calculations to global scope by Stephen Warren · 10 years ago
  47. 8d7c39d usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPs by Stephen Warren · 10 years ago
  48. d7beeb9 usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe() by Stephen Warren · 10 years ago
  49. 304f936 Merge remote-tracking branch 'u-boot-samsung/master' by Albert ARIBAUD · 10 years ago
  50. e99f30e Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  51. d6694af Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  52. 08ebd46 usb: eth: smsc95xx: add LAN9500A device ID by Ilya Ledvich · 11 years ago
  53. 29425be usb: fastboot: fix potential buffer overflow by Jeroen Hofstee · 10 years ago
  54. 25d1936 usb: xhci: (likely) fix bracket in if condition by Jeroen Hofstee · 10 years ago
  55. 19a2a67 usb:g_dnl:f_thor: remove memset before memcpy by Jeroen Hofstee · 10 years ago
  56. 933611f usb:composite: clear the whole common buffer by Jeroen Hofstee · 10 years ago
  57. 198c5f9 usb: r8a66597: Fix initilization size of r8a66597 info structure by Yasuhisa Umano · 11 years ago
  58. 8ecdce7 usb: r8a66597: Fix initialization hub that using R8A66597_MAX_ROOT_HUB by yasuhisa umano · 11 years ago
  59. 51afc2c usb: cosmetic: double const by Jeroen Hofstee · 10 years ago
  60. 83c3750 usb: ci_udc: fix typo in debug message by Stephen Warren · 10 years ago
  61. fb22ae6 usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDC by Stephen Warren · 10 years ago
  62. ed1d98d Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  63. 00d4796 PMIC: MAX77686: fix invalid bus check by Jeroen Hofstee · 10 years ago
  64. e76d2a8 Exynos: SPI: Fix reading data from SPI flash by Akshay Saraswat · 10 years ago
  65. 89876a5 dm: Cast away the const-ness of the global_data pointer by Simon Glass · 10 years ago
  66. 6a6d8fb dm: Add missing header files in lists and root by Simon Glass · 10 years ago
  67. 939cda5 dm: Use case-insensitive comparison for GPIO banks by Simon Glass · 10 years ago
  68. ae7f451 dm: Rename struct device_id to udevice_id by Simon Glass · 10 years ago
  69. 7a4861f spi: davinci: Fix register address for SPI1_BUS by Axel Lin · 10 years ago
  70. 909ea9a ARM: keystone: aemif: move aemif driver to drivers/memory/ti-aemif.c by Khoronzhuk, Ivan · 10 years ago
  71. 3e01ed0 mtd: nand: davinci: add header file for driver definitions by Khoronzhuk, Ivan · 10 years ago
  72. a348d56 pmic: tps65090: correct checking i2c bus by Jeroen Hofstee · 10 years ago
  73. 2b9912e includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  74. b137bd8 video: atmel_hlcdfb: enable dcache support by Wu, Josh · 10 years ago
  75. 5ae0e38 net: macb: enable dcache in macb by Wu, Josh · 10 years ago
  76. ceef983 macb: make checkpatch clean by Andreas Bießmann · 10 years ago
  77. d8a97f9 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 10 years ago
  78. 3d6a5a4 mmc: free allocated memory on initialization errors by Darwin Rambo · 10 years ago
  79. d4622df mmc: return meaningful error codes from mmc_select_hwpart by Stephen Warren · 10 years ago
  80. 6736ec1 i2c: kona: Resolve Kona I2C driver issue by Steve Rae · 10 years ago
  81. ddc9437 m68k: Fix warnings with gcc 4.6 by Simon Glass · 10 years ago
  82. 28b62f0 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 10 years ago
  83. 61e76f5 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  84. 3d83e67 dfu: Disable default calculation of CRC32 by Lukasz Majewski · 10 years ago
  85. e0672b3 usb: ci_udc: terminate ep0 INs with a zlp when required by Stephen Warren · 10 years ago
  86. b7c0051 usb: ci_udc: clean up all allocations in unregister by Stephen Warren · 10 years ago
  87. 9a7d34b usb: ci_udc: fix probe error cleanup by Stephen Warren · 10 years ago
  88. bdf8161 usb: ci_udc: fix freeing of ep0 req by Stephen Warren · 10 years ago
  89. 43a8f25 usb: ci_udc: call udc_disconnect() from ci_pullup() by Stephen Warren · 10 years ago
  90. 1dbd728 net: sh-eth: Fix typo from rESR_RTLF to EESR_RTLF by Nobuhiro Iwamatsu · 11 years ago
  91. e2752db net: sh-eth: Fix coding style by Nobuhiro Iwamatsu · 11 years ago
  92. 62cbddc net: sh-eth: Add support R7S72100 of rmobile by Nobuhiro Iwamatsu · 11 years ago
  93. 6b57ff6 arm: vf610: Add QSPI driver support by Alison Wang · 10 years ago
  94. 1f436a6 sf: probe: Fix quad bit set path by Poddar, Sourav · 11 years ago
  95. c1c0dd2 spi: soft_spi: Support NULL din/dout buffers by Andrew Ruder · 11 years ago
  96. 0472808 sf: params: Added support for Spansion S25FL512S_512K by Siva Durga Prasad Paladugu · 11 years ago
  97. 55e8250 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  98. 86db550 power: Add support for the TPS65218 PMIC by Tom Rini · 10 years ago
  99. ce3cc8e ti: qspi: populate slave device to set flash quad bit. by Sourav Poddar · 10 years ago
  100. 46840f6 mtd: nand: omap: add support for BCH16_ECC - NAND driver updates by pekon gupta · 10 years ago