1. bc9cd95 i2c, davinci: convert driver to new mutlibus/mutliadapter framework by Vitaly Andrianov · 11 years ago
  2. f89c87f i2c, davinci: move i2c_defs.h to the drivers/i2c directory by Karicheri, Muralidharan · 11 years ago
  3. c1dc61b NAND: DaVinci: allow forced disable of subpage writes by Karicheri, Muralidharan · 11 years ago
  4. d4cdb7a SPL:SPI: Add Falcon Mode support by Tom Rini · 11 years ago
  5. f7aa7b5 spi: ti_qspi: Add delay for successful bulk erase. by Poddar, Sourav · 11 years ago
  6. f86fd13 mtd: Build nand_util.o for CONFIG_ENV_IS_IN_NAND in SPL by Tom Rini · 11 years ago
  7. 543c9f1 mtd: Add a CONFIG_SPL_MTD_SUPPORT for a more full NAND subsystem in SPL by Tom Rini · 11 years ago
  8. b8fb7b8 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  9. 5f1f8ef Merge branch 'master' of git://git.denx.de/u-boot-arm into master by Stefano Babic · 11 years ago
  10. da3976e ahci: Fix data abort on multiple scsi resets. by Roger Quadros · 11 years ago
  11. edeb83a mmc:eSDHC: Workaround for data timeout issue on Txxx SoC by Haijun.Zhang · 11 years ago
  12. a04a6e0 mmc: fsl_esdhc: add controller reset in case of data related errors too by Andrew Gabbasov · 11 years ago
  13. d5b4866 mmc: fsl_esdhc: fix calculation of timeout for data transactions by Andrew Gabbasov · 11 years ago
  14. 35a3ea1 mmc: Add 'mmc rst-function' sub-command by Tom Rini · 11 years ago
  15. 5cedb6e mmc: sh_mmcif: Fix warning by unused variable by Nobuhiro Iwamatsu · 11 years ago
  16. 3060064 mmc: sh_mmcif: Fix compile error by Nobuhiro Iwamatsu · 11 years ago
  17. 77779a4 pci: mx6: Implement power callback by Marek Vasut · 11 years ago
  18. 59251ce ARM: mxs: Add OCOTP driver by Marek Vasut · 11 years ago
  19. d41bf8d drivers: i2c: delete an unused source file by Masahiro Yamada · 11 years ago
  20. 23bcc9b blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c by Tom Rini · 11 years ago
  21. 8d28e1b drivers: crypto: ace_sha: add implementation of hardware based lib rand by Przemyslaw Marczak · 11 years ago
  22. 498fb83 net/designware: align DMA buffer descriptors to D$ line by Alexey Brodkin · 11 years ago
  23. 75a652f Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 11 years ago
  24. 5f0e674 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  25. c8de90f dfu: mmc: Replace calls to u-boot commands with native mmc API by Łukasz Majewski · 11 years ago
  26. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  27. e7bef3a mmc: Convert mmc struct's name array to a pointer by Pantelis Antoniou · 11 years ago
  28. c9e7591 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · 11 years ago
  29. cf6d7db dfu: mmc: Replace calls to u-boot commands with native mmc API by Łukasz Majewski · 11 years ago
  30. e1ba151 usb: dfu: introduce dfuMANIFEST state by Heiko Schocher · 11 years ago
  31. 941b384 usb, dfu: extract flush code into seperate function by Heiko Schocher · 11 years ago
  32. fe27ded sandbox: Add implementation of spi_setup_slave_fdt() by Simon Glass · 11 years ago
  33. 678ef47 sandbox: Allow Ctrl-C to work in sandbox by Simon Glass · 11 years ago
  34. 59c021e sound: Move Samsung-specific code into its own file by Simon Glass · 11 years ago
  35. b9ddbf4 sandbox: Add LCD driver by Simon Glass · 11 years ago
  36. 279fc16 sandbox: Add a simple sound driver by Simon Glass · 11 years ago
  37. 9b0d1c9 cros_ec: Implement I2C pass-through by Simon Glass · 11 years ago
  38. 36170f0 cros_ec: sandbox: Add Chrome OS EC emulation by Simon Glass · 11 years ago
  39. 19cc295 cros_ec: Correct comparison between signed and unsigned numbers by Simon Glass · 11 years ago
  40. ce3ebb9 cros_ec: spi: Add support for EC protocol version 3 by Randall Spangler · 11 years ago
  41. 13c7c5b cros_ec: Add base support for protocol v3 by Simon Glass · 11 years ago
  42. f03e970 cros_ec: Clean up multiple EC protocol support by Randall Spangler · 11 years ago
  43. ece2886 cros_ec: Sync up with latest Chrome OS EC version by Simon Glass · 11 years ago
  44. c4af76a cros_ec: Move #ifdef to permit flash region access by Simon Glass · 11 years ago
  45. 041699f cros_ec: Support systems with no EC interrupt by Simon Glass · 11 years ago
  46. 2f54881 cros_ec: Drop old EC version support from EC driver by Vadim Bendebury · 11 years ago
  47. 3c59abc cros_ec: Add a function for decoding the Chrome OS EC flashmap by Simon Glass · 11 years ago
  48. 52fa1ff mtd: spi: Fix page size for S25FL032P,S25FL064P by Marek Vasut · 11 years ago
  49. 7307157 spi: atmel_dataflash: Simplify AT91F_SpiEnable implementation by Axel Lin · 11 years ago
  50. 9ad0175 sf: ops: Squash the malloc+memset combo by Jagannadha Sutradharudu Teki · 11 years ago
  51. e3c417b sf: Squash the malloc+memset combo by Marek Vasut · 11 years ago
  52. f6e2527 sf: Add S25FL128S_256K IDs by Marek Vasut · 11 years ago
  53. 3498562 sf: Fix entries for S25FL256S_256K and S25FL512S_256K by Marek Vasut · 11 years ago
  54. a4283bc Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  55. bc331bc Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  56. 4af3e08 usb: dfu: add static alt num count in dfu_config_entities() by Przemyslaw Marczak · 11 years ago
  57. 2385df6 usb: net: introduce support for Moschip USB ethernet by Gerhard Sittig · 11 years ago
  58. a1635f0 drivers: net: cpsw: init phy with gigabit features by Ilya Ledvich · 11 years ago
  59. 68be915 drivers/spi/omap3: Bug fix of premature write transfer completion by Vasili Galka · 11 years ago
  60. 12cf19e drivers:mmc:sdhci: enable support for DT by Piotr Wilczek · 11 years ago
  61. 386fd02 video:exynos_fb:fdt: add additional fdt data by Piotr Wilczek · 11 years ago
  62. 24e368a video:mipidsim:fdt: Add DT support for mipi dsim driver by Piotr Wilczek · 11 years ago
  63. d9871e8 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  64. c6b400a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  65. 39c8968 usb: create common header virtual root hub descriptors by Stephen Warren · 11 years ago
  66. d7fe61d usb: ehci: fully align interrupt QHs/QTDs by Stephen Warren · 11 years ago
  67. 1907e5a ush: ehci: initialize altnext pointers in QH by Stephen Warren · 11 years ago
  68. fba7087 cfb_console: align fields in gzipped .bmp files by Eric Nelson · 11 years ago
  69. 1fc6067 ahci: wait longer for link. by Ian Campbell · 11 years ago
  70. 1934996 ahci-plat: Provide a weak scsi_init hook by Ian Campbell · 11 years ago
  71. 9415b87 mtd: nand: atmel: prepare for nand spl boot support by Bo Shen · 11 years ago
  72. b3859f2 ppc4xx: Remove 4xx NAND booting support by Stefan Roese · 11 years ago
  73. 0faa93d net/phy: Correct AR8021 phy_mask by Haijun.Zhang · 11 years ago
  74. 0ef16bb net: asix: don't pad odd-length TX packets by Stephen Warren · 11 years ago
  75. a3645db Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 11 years ago
  76. 4b00fcd power: add PFUZE100 PMIC driver by Tim Harvey · 11 years ago
  77. 0346cab Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 11 years ago
  78. 7295fe8 mtd: nand: omap: move omap_elm.h from arch/arm/include/asm to drivers/mtd/nand by pekon gupta · 11 years ago
  79. 5bbb099 mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nand by pekon gupta · 11 years ago
  80. c77f284 mtd: nand: omap: merge duplicate GPMC data from different arch-xx headers into common omap_gpmc.h by pekon gupta · 11 years ago
  81. b4d7070 sandbox: Convert GPIOs to use driver model by Simon Glass · 11 years ago
  82. e821d18 dm: Add GPIO support and tests by Simon Glass · 11 years ago
  83. 63b1757 dm: Add a demonstration/example driver by Simon Glass · 11 years ago
  84. dd6ab88 dm: Add base driver model support by Simon Glass · 11 years ago
  85. 267d8e2 sizes.h - consolidate for all architectures by Alexey Brodkin · 11 years ago
  86. 4944f37 drivers: net: cpsw: add support to have phy address from cpsw platform data by Mugunthan V N · 11 years ago
  87. 3554b2b serial: zynq: Add OF initialization support by Michal Simek · 11 years ago
  88. c57ba04 mmc: zynq: Add OF initialization support by Michal Simek · 11 years ago
  89. 12dbc40 net: gem: Add OF initialization support by Michal Simek · 11 years ago
  90. 02f721b net: emaclite: Fix OF initialization by Michal Simek · 11 years ago
  91. b0f750a mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemes by pekon gupta · 11 years ago
  92. 03742c9 mtd: nand: omap: optimize chip->ecc.calculate() for H/W ECC schemes by pekon gupta · 11 years ago
  93. eff10ee mtd: nand: omap: optimize chip->ecc.hwctl() for H/W ECC schemes by pekon gupta · 11 years ago
  94. f343378 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  95. 2181806 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago
  96. 09a3b56 fsl/usb: Limit phy_type comparison to first four characters by Nikhil Badola · 11 years ago
  97. 04f2ba4 ar8031/8033/phy:enable autonegotiation for ar8031/8033 by Zhao Qiang · 11 years ago
  98. 2571923 power: fix: Do not execute pmic command when not all necessary parameters are passed by Łukasz Majewski · 11 years ago
  99. 29f2f57 mmc: kona: Add Kona mmc driver by Darwin Rambo · 11 years ago
  100. 18ca597 i2c: kona: Add Kona I2C driver by Darwin Rambo · 11 years ago