1. fc9a8e8 keystone2: net: add keystone ethernet driver by Karicheri, Muralidharan · 11 years ago
  2. 2bcdf84 spi: davinci: add support for multiple bus and chip select by Karicheri, Muralidharan · 11 years ago
  3. ef509b9 k2hk: add support for k2hk SOC and EVM by Vitaly Andrianov · 11 years ago
  4. e8459dc i2c, davinci: convert driver to new mutlibus/mutliadapter framework by Vitaly Andrianov · 11 years ago
  5. 356d15e i2c, davinci: move i2c_defs.h to the drivers/i2c directory by Karicheri, Muralidharan · 11 years ago
  6. 999d7d3 NAND: DaVinci: allow forced disable of subpage writes by Karicheri, Muralidharan · 11 years ago
  7. fa1a73f SPL:SPI: Add Falcon Mode support by Tom Rini · 11 years ago
  8. b545a98 spi: ti_qspi: Add delay for successful bulk erase. by Poddar, Sourav · 11 years ago
  9. db60580 mtd: Build nand_util.o for CONFIG_ENV_IS_IN_NAND in SPL by Tom Rini · 11 years ago
  10. 6dd3b56 mtd: Add a CONFIG_SPL_MTD_SUPPORT for a more full NAND subsystem in SPL by Tom Rini · 11 years ago
  11. 519fdde Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  12. 1cad23c Merge branch 'master' of git://git.denx.de/u-boot-arm into master by Stefano Babic · 11 years ago
  13. 3f62971 ahci: Fix data abort on multiple scsi resets. by Roger Quadros · 11 years ago
  14. 1336e2d mmc:eSDHC: Workaround for data timeout issue on Txxx SoC by Haijun.Zhang · 11 years ago
  15. 8a57302 mmc: fsl_esdhc: add controller reset in case of data related errors too by Andrew Gabbasov · 11 years ago
  16. fb82398 mmc: fsl_esdhc: fix calculation of timeout for data transactions by Andrew Gabbasov · 11 years ago
  17. 33ace36 mmc: Add 'mmc rst-function' sub-command by Tom Rini · 11 years ago
  18. 74c32ef mmc: sh_mmcif: Fix warning by unused variable by Nobuhiro Iwamatsu · 11 years ago
  19. cd2bf48 mmc: sh_mmcif: Fix compile error by Nobuhiro Iwamatsu · 11 years ago
  20. a778aea pci: mx6: Implement power callback by Marek Vasut · 11 years ago
  21. 2bbcccf ARM: mxs: Add OCOTP driver by Marek Vasut · 11 years ago
  22. 462d188 drivers: i2c: delete an unused source file by Masahiro Yamada · 11 years ago
  23. 0b2da7e blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c by Tom Rini · 11 years ago
  24. 0bd9372 drivers: crypto: ace_sha: add implementation of hardware based lib rand by Przemyslaw Marczak · 11 years ago
  25. a7b26db net/designware: align DMA buffer descriptors to D$ line by Alexey Brodkin · 11 years ago
  26. 82b9547 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 11 years ago
  27. ab6423c Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  28. eea4e6f dfu: mmc: Replace calls to u-boot commands with native mmc API by Łukasz Majewski · 11 years ago
  29. 93bfd61 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  30. 22cb7d3 mmc: Convert mmc struct's name array to a pointer by Pantelis Antoniou · 11 years ago
  31. ab769f2 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · 11 years ago
  32. 7d0b605 dfu: mmc: Replace calls to u-boot commands with native mmc API by Łukasz Majewski · 11 years ago
  33. 001a831 usb: dfu: introduce dfuMANIFEST state by Heiko Schocher · 11 years ago
  34. a2199af usb, dfu: extract flush code into seperate function by Heiko Schocher · 11 years ago
  35. 6e16d90 sandbox: Add implementation of spi_setup_slave_fdt() by Simon Glass · 11 years ago
  36. ffb8790 sandbox: Allow Ctrl-C to work in sandbox by Simon Glass · 11 years ago
  37. a77bf70 sound: Move Samsung-specific code into its own file by Simon Glass · 11 years ago
  38. 7d95f2a sandbox: Add LCD driver by Simon Glass · 11 years ago
  39. c34c024 sandbox: Add a simple sound driver by Simon Glass · 11 years ago
  40. b2a668b cros_ec: Implement I2C pass-through by Simon Glass · 11 years ago
  41. df93d90 cros_ec: sandbox: Add Chrome OS EC emulation by Simon Glass · 11 years ago
  42. 2ab83f0 cros_ec: Correct comparison between signed and unsigned numbers by Simon Glass · 11 years ago
  43. a607028 cros_ec: spi: Add support for EC protocol version 3 by Randall Spangler · 11 years ago
  44. 2d8ede5 cros_ec: Add base support for protocol v3 by Simon Glass · 11 years ago
  45. e8c1266 cros_ec: Clean up multiple EC protocol support by Randall Spangler · 11 years ago
  46. 836bb6e cros_ec: Sync up with latest Chrome OS EC version by Simon Glass · 11 years ago
  47. 1c266b9 cros_ec: Move #ifdef to permit flash region access by Simon Glass · 11 years ago
  48. e0dd81e cros_ec: Support systems with no EC interrupt by Simon Glass · 11 years ago
  49. 4ff9b46 cros_ec: Drop old EC version support from EC driver by Vadim Bendebury · 11 years ago
  50. d7f25f3 cros_ec: Add a function for decoding the Chrome OS EC flashmap by Simon Glass · 11 years ago
  51. bf64035 mtd: spi: Fix page size for S25FL032P,S25FL064P by Marek Vasut · 11 years ago
  52. 7dfc4db spi: atmel_dataflash: Simplify AT91F_SpiEnable implementation by Axel Lin · 11 years ago
  53. c6136aa sf: ops: Squash the malloc+memset combo by Jagannadha Sutradharudu Teki · 11 years ago
  54. cc56f13 sf: Squash the malloc+memset combo by Marek Vasut · 11 years ago
  55. cfa90a6 sf: Add S25FL128S_256K IDs by Marek Vasut · 11 years ago
  56. c1f9325 sf: Fix entries for S25FL256S_256K and S25FL512S_256K by Marek Vasut · 11 years ago
  57. 63f347e Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  58. 0879802 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  59. b627eb4 usb: dfu: add static alt num count in dfu_config_entities() by Przemyslaw Marczak · 11 years ago
  60. df4fb1c usb: net: introduce support for Moschip USB ethernet by Gerhard Sittig · 11 years ago
  61. ef59bb7 drivers: net: cpsw: init phy with gigabit features by Ilya Ledvich · 11 years ago
  62. ce6889a drivers/spi/omap3: Bug fix of premature write transfer completion by Vasili Galka · 11 years ago
  63. 3577fe8 drivers:mmc:sdhci: enable support for DT by Piotr Wilczek · 11 years ago
  64. 1591ee7 video:exynos_fb:fdt: add additional fdt data by Piotr Wilczek · 11 years ago
  65. de461c5 video:mipidsim:fdt: Add DT support for mipi dsim driver by Piotr Wilczek · 11 years ago
  66. 5495dae Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  67. c0d2979 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  68. eb838e7 usb: create common header virtual root hub descriptors by Stephen Warren · 11 years ago
  69. 8165e34 usb: ehci: fully align interrupt QHs/QTDs by Stephen Warren · 11 years ago
  70. 2456b97 ush: ehci: initialize altnext pointers in QH by Stephen Warren · 11 years ago
  71. 5ca05c8 cfb_console: align fields in gzipped .bmp files by Eric Nelson · 11 years ago
  72. 73545f7 ahci: wait longer for link. by Ian Campbell · 11 years ago
  73. c6f3d50 ahci-plat: Provide a weak scsi_init hook by Ian Campbell · 11 years ago
  74. 0b0b4f5 mtd: nand: atmel: prepare for nand spl boot support by Bo Shen · 11 years ago
  75. 345b77b ppc4xx: Remove 4xx NAND booting support by Stefan Roese · 11 years ago
  76. dc116bd net/phy: Correct AR8021 phy_mask by Haijun.Zhang · 11 years ago
  77. 9a04a85 net: asix: don't pad odd-length TX packets by Stephen Warren · 11 years ago
  78. 1ad6364 Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 11 years ago
  79. 91baa6f power: add PFUZE100 PMIC driver by Tim Harvey · 11 years ago
  80. e4b87e5 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 11 years ago
  81. 2eda892 mtd: nand: omap: move omap_elm.h from arch/arm/include/asm to drivers/mtd/nand by pekon gupta · 11 years ago
  82. 6aff050 mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nand by pekon gupta · 11 years ago
  83. 51d192c mtd: nand: omap: merge duplicate GPMC data from different arch-xx headers into common omap_gpmc.h by pekon gupta · 11 years ago
  84. e2d8a71 sandbox: Convert GPIOs to use driver model by Simon Glass · 11 years ago
  85. 96495d9 dm: Add GPIO support and tests by Simon Glass · 11 years ago
  86. 39f7611 dm: Add a demonstration/example driver by Simon Glass · 11 years ago
  87. 6494d70 dm: Add base driver model support by Simon Glass · 11 years ago
  88. 1ace402 sizes.h - consolidate for all architectures by Alexey Brodkin · 11 years ago
  89. 9c653aa drivers: net: cpsw: add support to have phy address from cpsw platform data by Mugunthan V N · 11 years ago
  90. c9416b9 serial: zynq: Add OF initialization support by Michal Simek · 11 years ago
  91. 345d3c0 mmc: zynq: Add OF initialization support by Michal Simek · 11 years ago
  92. f88a686 net: gem: Add OF initialization support by Michal Simek · 11 years ago
  93. 0c9c99a net: emaclite: Fix OF initialization by Michal Simek · 11 years ago
  94. 6e562b1 mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemes by pekon gupta · 11 years ago
  95. 71a7f95 mtd: nand: omap: optimize chip->ecc.calculate() for H/W ECC schemes by pekon gupta · 11 years ago
  96. f5f1f61 mtd: nand: omap: optimize chip->ecc.hwctl() for H/W ECC schemes by pekon gupta · 11 years ago
  97. eeb72e6 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  98. a7e8c15 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago
  99. 91d7746 fsl/usb: Limit phy_type comparison to first four characters by Nikhil Badola · 11 years ago
  100. e0d8096 ar8031/8033/phy:enable autonegotiation for ar8031/8033 by Zhao Qiang · 11 years ago