1. 4b27bf1 ARM: tegra: add GPIO initialization table function by Stephen Warren · 11 years ago
  2. 2c0ea60 ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICE by Stephen Warren · 11 years ago
  3. 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · 11 years ago
  4. dfa75ed Merge branch 'serial' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 11 years ago
  5. 1df24c5 Merge branch 'net' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 11 years ago
  6. c669b7d serial: zynq: Fix typo in suffix function name by Michal Simek · 11 years ago
  7. 7537045 serial: zynq: Remove sparse warnings by Michal Simek · 11 years ago
  8. b055f67 net: zynq: Fix sparse warnings in gem by Michal Simek · 11 years ago
  9. 5031623 net: zynq: Use predefined macros instead of hardcoded value by Michal Simek · 11 years ago
  10. e239fa5 USB: gadget: save driver name before registering it by Stephen Warren · 11 years ago
  11. 69cb0bb USB: gadget: added a saner gadget downloader registration API by Mateusz Zalega · 11 years ago
  12. 0ab80bf dfu: mmc: change offset base handling by Mateusz Zalega · 11 years ago
  13. dcb6ea6 dfu: mmc: raw data write fix by Mateusz Zalega · 11 years ago
  14. 21fe3f7 usb: dfu: fix boards wo USB cable detection by Mateusz Zalega · 11 years ago
  15. 546e2cd usb: gadget: allow ci_udc to build with new gadget framework by Stephen Warren · 11 years ago
  16. 5d94687 usb: ums: use only 1 buffer for CI_UDC by Stephen Warren · 11 years ago
  17. e13a704 usb: ci_udc: support variants with hostpc register by Stephen Warren · 11 years ago
  18. 0381a727 usb: ci_udc: make PHY initialization conditional by Stephen Warren · 11 years ago
  19. d06444f usb: ci_udc: set ep->req.actual after transfer by Stephen Warren · 11 years ago
  20. de40a1e usb: ci_udc: Support larger packets by Stephen Warren · 11 years ago
  21. f62b92d dfu:fix: Replace wrong return value with proper one by Lukasz Majewski · 11 years ago
  22. 6baf21c exynos: usb: Fix data abort on boards w/o vbus-gpio node in the DT by andrey.konovalov@linaro.org · 11 years ago
  23. 15175e7 usb: musb: fill in usb_gadget_unregister_driver by Rob Herring · 11 years ago
  24. ef60fda usb: handle NULL table in usb_gadget_get_string by Rob Herring · 11 years ago
  25. ef9d4d4 usb:gadget:f_thor: fix write to filesystem by add dfu_flush() by Przemyslaw Marczak · 11 years ago
  26. 13a41c8 usb:gadget:f_thor: code cleanup in function download_tail() by Przemyslaw Marczak · 11 years ago
  27. 29d0587 usb: Add endian support macros to interrupt transfers in the EHCI driver. by Adrian Cox · 11 years ago
  28. 53000ce usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs by Nobuhiro Iwamatsu · 11 years ago
  29. fdd7efe drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write by Shaveta Leekha · 11 years ago
  30. a4c0266 driver/mxc_i2c: Move static data structure to global_data by York Sun · 11 years ago
  31. b095762 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago
  32. 05caaf9 ar8031: modify the config func of ar8031 to ar8021_config by Zhao Qiang · 11 years ago
  33. 9ea255a driver: Add support of image load for MMC & SPI in SPL by Prabhakar Kushwaha · 11 years ago
  34. 77aa132 driver/mtd/spi:Read 8KB data chunk during u-boot load in SPL by Prabhakar Kushwaha · 11 years ago
  35. c00098b driver/ifc: define nand_spl_load_image() for SPL by Prabhakar Kushwaha · 11 years ago
  36. a7364af mpc85xx/t104x: Add deep sleep framework support by Tang Yuantian · 11 years ago
  37. edbeee1 drivers/ddr: Fix possible out of bounds error by York Sun · 11 years ago
  38. 845226e driver/net/fm/memac_phy: Initialize mdio_clock for SoCs wih FMANv3 by Priyanka Jain · 11 years ago
  39. b0b48da fsl/usb: Increase TXFIFOTHRESH value for usb write in T4 Rev 2.0 by Nikhil Badola · 11 years ago
  40. 568bb76 driver/mmc: fix compile warnings by Prabhakar Kushwaha · 11 years ago
  41. 2613cfc fsl/usb: Workaround for USB erratum-A007075 by Nikhil Badola · 11 years ago
  42. 2896cb7 driver/ddr/fsl: Add DDR4 support to Freescale DDR driver by York Sun · 11 years ago
  43. 9df3ec4 net/phy: Fix PHY id for VSC8514 by Codrin Ciubotariu · 11 years ago
  44. d377b61 driver/fsl_ifc: Add a function to finalize CS0 address binding by York Sun · 11 years ago
  45. b818ba2 QE/U-QE: Add U-QE support by Zhao Qiang · 11 years ago
  46. 83a9084 QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CONFIG_SYS_QE_FW_ADDR by Zhao Qiang · 11 years ago
  47. eb97e25 fsl/usb: Fix phy type for Second USB controller by Nikhil Badola · 11 years ago
  48. 7b4187c Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  49. 842487a Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  50. 2e1823d MIPS: drop incaip board by Daniel Schwierzeck · 11 years ago
  51. 88b7793 e1000: remove redundant assignment by David Müller (ELSOFT AG) · 11 years ago
  52. 14e4740 pcnet: force ordering of descriptor accesses by Paul Burton · 11 years ago
  53. 7f3c38e pcnet: align rx buffers for cache invalidation by Paul Burton · 11 years ago
  54. 5250592 pcnet: access descriptor rings & init block uncached by Paul Burton · 11 years ago
  55. c921366 arm: remove lubbock board support by Masahiro Yamada · 11 years ago
  56. f6fbbb8 powerpc: remove RPXClassic, RPXlite boards support by Masahiro Yamada · 11 years ago
  57. 657f6b5 keystone2: net: add keystone ethernet driver by Karicheri, Muralidharan · 11 years ago
  58. a44c84e spi: davinci: add support for multiple bus and chip select by Karicheri, Muralidharan · 11 years ago
  59. 7bcf4d6 k2hk: add support for k2hk SOC and EVM by Vitaly Andrianov · 11 years ago
  60. bc9cd95 i2c, davinci: convert driver to new mutlibus/mutliadapter framework by Vitaly Andrianov · 11 years ago
  61. f89c87f i2c, davinci: move i2c_defs.h to the drivers/i2c directory by Karicheri, Muralidharan · 11 years ago
  62. c1dc61b NAND: DaVinci: allow forced disable of subpage writes by Karicheri, Muralidharan · 11 years ago
  63. d4cdb7a SPL:SPI: Add Falcon Mode support by Tom Rini · 11 years ago
  64. f7aa7b5 spi: ti_qspi: Add delay for successful bulk erase. by Poddar, Sourav · 11 years ago
  65. f86fd13 mtd: Build nand_util.o for CONFIG_ENV_IS_IN_NAND in SPL by Tom Rini · 11 years ago
  66. 543c9f1 mtd: Add a CONFIG_SPL_MTD_SUPPORT for a more full NAND subsystem in SPL by Tom Rini · 11 years ago
  67. 5affe4c mtd: delete unused files by Masahiro Yamada · 11 years ago
  68. 0d5c46a usb: tegra: combine header file by Stefan Agner · 11 years ago
  69. fb38739 usb: tegra: fix PHY configuration by Stefan Agner · 11 years ago
  70. afc492b usb: tegra: fix USB2 powerdown for Tegra30 and later by Stefan Agner · 11 years ago
  71. f27f4e8 ARM: tegra: Tegra20 pinmux cleanup by Stephen Warren · 11 years ago
  72. 8b5fe13 i2c: sh_i2c: bugfix: i2c probe command does not work by Tetsuyuki Kobayashi · 11 years ago
  73. b8fb7b8 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  74. 5f1f8ef Merge branch 'master' of git://git.denx.de/u-boot-arm into master by Stefano Babic · 11 years ago
  75. da3976e ahci: Fix data abort on multiple scsi resets. by Roger Quadros · 11 years ago
  76. edeb83a mmc:eSDHC: Workaround for data timeout issue on Txxx SoC by Haijun.Zhang · 11 years ago
  77. a04a6e0 mmc: fsl_esdhc: add controller reset in case of data related errors too by Andrew Gabbasov · 11 years ago
  78. d5b4866 mmc: fsl_esdhc: fix calculation of timeout for data transactions by Andrew Gabbasov · 11 years ago
  79. 35a3ea1 mmc: Add 'mmc rst-function' sub-command by Tom Rini · 11 years ago
  80. 5cedb6e mmc: sh_mmcif: Fix warning by unused variable by Nobuhiro Iwamatsu · 11 years ago
  81. 3060064 mmc: sh_mmcif: Fix compile error by Nobuhiro Iwamatsu · 11 years ago
  82. 77779a4 pci: mx6: Implement power callback by Marek Vasut · 11 years ago
  83. 59251ce ARM: mxs: Add OCOTP driver by Marek Vasut · 11 years ago
  84. d41bf8d drivers: i2c: delete an unused source file by Masahiro Yamada · 11 years ago
  85. 23bcc9b blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c by Tom Rini · 11 years ago
  86. 8d28e1b drivers: crypto: ace_sha: add implementation of hardware based lib rand by Przemyslaw Marczak · 11 years ago
  87. 498fb83 net/designware: align DMA buffer descriptors to D$ line by Alexey Brodkin · 11 years ago
  88. 75a652f Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 11 years ago
  89. 5f0e674 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  90. c8de90f dfu: mmc: Replace calls to u-boot commands with native mmc API by Łukasz Majewski · 11 years ago
  91. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  92. e7bef3a mmc: Convert mmc struct's name array to a pointer by Pantelis Antoniou · 11 years ago
  93. c9e7591 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · 11 years ago
  94. cf6d7db dfu: mmc: Replace calls to u-boot commands with native mmc API by Łukasz Majewski · 11 years ago
  95. e1ba151 usb: dfu: introduce dfuMANIFEST state by Heiko Schocher · 11 years ago
  96. 941b384 usb, dfu: extract flush code into seperate function by Heiko Schocher · 11 years ago
  97. fe27ded sandbox: Add implementation of spi_setup_slave_fdt() by Simon Glass · 11 years ago
  98. 678ef47 sandbox: Allow Ctrl-C to work in sandbox by Simon Glass · 11 years ago
  99. 59c021e sound: Move Samsung-specific code into its own file by Simon Glass · 11 years ago
  100. b9ddbf4 sandbox: Add LCD driver by Simon Glass · 11 years ago