1. d2a3e911 Merge branch 'u-boot/master' by Albert ARIBAUD · 10 years ago
  2. 173d294 Merge branch 'serial' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  3. a1a1f6e Merge branch 'net' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  4. 870e0bd serial: zynq: Fix typo in suffix function name by Michal Simek · 10 years ago
  5. 6c4da35 serial: zynq: Remove sparse warnings by Michal Simek · 10 years ago
  6. 2fd2489 net: zynq: Fix sparse warnings in gem by Michal Simek · 10 years ago
  7. c1a9fa4 net: zynq: Use predefined macros instead of hardcoded value by Michal Simek · 11 years ago
  8. 25fbf96 USB: gadget: save driver name before registering it by Stephen Warren · 10 years ago
  9. c4d0e85 USB: gadget: added a saner gadget downloader registration API by Mateusz Zalega · 10 years ago
  10. b7d4259 dfu: mmc: change offset base handling by Mateusz Zalega · 10 years ago
  11. 711b931 dfu: mmc: raw data write fix by Mateusz Zalega · 10 years ago
  12. 75504e9 usb: dfu: fix boards wo USB cable detection by Mateusz Zalega · 10 years ago
  13. 2fc5dab usb: gadget: allow ci_udc to build with new gadget framework by Stephen Warren · 10 years ago
  14. a022c1e usb: ums: use only 1 buffer for CI_UDC by Stephen Warren · 10 years ago
  15. fcf2ede usb: ci_udc: support variants with hostpc register by Stephen Warren · 10 years ago
  16. 0c51dc6 usb: ci_udc: make PHY initialization conditional by Stephen Warren · 10 years ago
  17. 8aac6e9 usb: ci_udc: set ep->req.actual after transfer by Stephen Warren · 10 years ago
  18. f5c0300 usb: ci_udc: Support larger packets by Stephen Warren · 10 years ago
  19. 672ad18 dfu:fix: Replace wrong return value with proper one by Lukasz Majewski · 10 years ago
  20. e6e493f exynos: usb: Fix data abort on boards w/o vbus-gpio node in the DT by andrey.konovalov@linaro.org · 10 years ago
  21. 078d730 usb: musb: fill in usb_gadget_unregister_driver by Rob Herring · 10 years ago
  22. 52d4501 usb: handle NULL table in usb_gadget_get_string by Rob Herring · 10 years ago
  23. fd2a89b usb:gadget:f_thor: fix write to filesystem by add dfu_flush() by Przemyslaw Marczak · 10 years ago
  24. adfc17b usb:gadget:f_thor: code cleanup in function download_tail() by Przemyslaw Marczak · 10 years ago
  25. ea42777 usb: Add endian support macros to interrupt transfers in the EHCI driver. by Adrian Cox · 10 years ago
  26. ede4d5e usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs by Nobuhiro Iwamatsu · 11 years ago
  27. a405764 drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write by Shaveta Leekha · 10 years ago
  28. dec1861 driver/mxc_i2c: Move static data structure to global_data by York Sun · 11 years ago
  29. 080d897 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  30. 08ad9b0 ar8031: modify the config func of ar8031 to ar8021_config by Zhao Qiang · 10 years ago
  31. 1eaa742 driver: Add support of image load for MMC & SPI in SPL by Prabhakar Kushwaha · 11 years ago
  32. e278ddc driver/mtd/spi:Read 8KB data chunk during u-boot load in SPL by Prabhakar Kushwaha · 11 years ago
  33. 5abed9c driver/ifc: define nand_spl_load_image() for SPL by Prabhakar Kushwaha · 11 years ago
  34. aade200 mpc85xx/t104x: Add deep sleep framework support by Tang Yuantian · 10 years ago
  35. 349689b drivers/ddr: Fix possible out of bounds error by York Sun · 11 years ago
  36. 2ee6c52 driver/net/fm/memac_phy: Initialize mdio_clock for SoCs wih FMANv3 by Priyanka Jain · 11 years ago
  37. 896720c fsl/usb: Increase TXFIFOTHRESH value for usb write in T4 Rev 2.0 by Nikhil Badola · 11 years ago
  38. 613ab32 driver/mmc: fix compile warnings by Prabhakar Kushwaha · 11 years ago
  39. 1185691 fsl/usb: Workaround for USB erratum-A007075 by Nikhil Badola · 11 years ago
  40. 34e026f driver/ddr/fsl: Add DDR4 support to Freescale DDR driver by York Sun · 11 years ago
  41. 44afbbc net/phy: Fix PHY id for VSC8514 by Codrin Ciubotariu · 11 years ago
  42. e77224e driver/fsl_ifc: Add a function to finalize CS0 address binding by York Sun · 11 years ago
  43. 2a44efe QE/U-QE: Add U-QE support by Zhao Qiang · 11 years ago
  44. dcf1d77 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
  45. 0ecb15c fsl/usb: Fix phy type for Second USB controller by Nikhil Badola · 11 years ago
  46. c9aab0f Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  47. 94b972d Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  48. 538cf92 MIPS: drop incaip board by Daniel Schwierzeck · 10 years ago
  49. d2ff5e5 e1000: remove redundant assignment by David Müller (ELSOFT AG) · 10 years ago
  50. 6fb49e4 pcnet: force ordering of descriptor accesses by Paul Burton · 11 years ago
  51. a354ddc pcnet: align rx buffers for cache invalidation by Paul Burton · 11 years ago
  52. f1ae382 pcnet: access descriptor rings & init block uncached by Paul Burton · 11 years ago
  53. 36bf57b arm: remove lubbock board support by Masahiro Yamada · 11 years ago
  54. 4fb3925 powerpc: remove RPXClassic, RPXlite boards support by Masahiro Yamada · 11 years ago
  55. fc9a8e8 keystone2: net: add keystone ethernet driver by Karicheri, Muralidharan · 11 years ago
  56. 2bcdf84 spi: davinci: add support for multiple bus and chip select by Karicheri, Muralidharan · 11 years ago
  57. ef509b9 k2hk: add support for k2hk SOC and EVM by Vitaly Andrianov · 11 years ago
  58. e8459dc i2c, davinci: convert driver to new mutlibus/mutliadapter framework by Vitaly Andrianov · 11 years ago
  59. 356d15e i2c, davinci: move i2c_defs.h to the drivers/i2c directory by Karicheri, Muralidharan · 11 years ago
  60. 999d7d3 NAND: DaVinci: allow forced disable of subpage writes by Karicheri, Muralidharan · 11 years ago
  61. fa1a73f SPL:SPI: Add Falcon Mode support by Tom Rini · 11 years ago
  62. b545a98 spi: ti_qspi: Add delay for successful bulk erase. by Poddar, Sourav · 11 years ago
  63. db60580 mtd: Build nand_util.o for CONFIG_ENV_IS_IN_NAND in SPL by Tom Rini · 11 years ago
  64. 6dd3b56 mtd: Add a CONFIG_SPL_MTD_SUPPORT for a more full NAND subsystem in SPL by Tom Rini · 11 years ago
  65. dd649f1 mtd: delete unused files by Masahiro Yamada · 11 years ago
  66. 8f9fd6c usb: tegra: combine header file by Stefan Agner · 11 years ago
  67. b1d615f usb: tegra: fix PHY configuration by Stefan Agner · 11 years ago
  68. b03f4b3 usb: tegra: fix USB2 powerdown for Tegra30 and later by Stefan Agner · 11 years ago
  69. 70ad375 ARM: tegra: Tegra20 pinmux cleanup by Stephen Warren · 11 years ago
  70. 7a65768 i2c: sh_i2c: bugfix: i2c probe command does not work by Tetsuyuki Kobayashi · 10 years ago
  71. 519fdde Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  72. 1cad23c Merge branch 'master' of git://git.denx.de/u-boot-arm into master by Stefano Babic · 11 years ago
  73. 3f62971 ahci: Fix data abort on multiple scsi resets. by Roger Quadros · 11 years ago
  74. 1336e2d mmc:eSDHC: Workaround for data timeout issue on Txxx SoC by Haijun.Zhang · 11 years ago
  75. 8a57302 mmc: fsl_esdhc: add controller reset in case of data related errors too by Andrew Gabbasov · 11 years ago
  76. fb82398 mmc: fsl_esdhc: fix calculation of timeout for data transactions by Andrew Gabbasov · 11 years ago
  77. 33ace36 mmc: Add 'mmc rst-function' sub-command by Tom Rini · 11 years ago
  78. 74c32ef mmc: sh_mmcif: Fix warning by unused variable by Nobuhiro Iwamatsu · 11 years ago
  79. cd2bf48 mmc: sh_mmcif: Fix compile error by Nobuhiro Iwamatsu · 11 years ago
  80. a778aea pci: mx6: Implement power callback by Marek Vasut · 11 years ago
  81. 2bbcccf ARM: mxs: Add OCOTP driver by Marek Vasut · 11 years ago
  82. 462d188 drivers: i2c: delete an unused source file by Masahiro Yamada · 11 years ago
  83. 0b2da7e blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c by Tom Rini · 11 years ago
  84. 0bd9372 drivers: crypto: ace_sha: add implementation of hardware based lib rand by Przemyslaw Marczak · 11 years ago
  85. a7b26db net/designware: align DMA buffer descriptors to D$ line by Alexey Brodkin · 11 years ago
  86. 82b9547 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 11 years ago
  87. ab6423c Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  88. eea4e6f dfu: mmc: Replace calls to u-boot commands with native mmc API by Łukasz Majewski · 11 years ago
  89. 93bfd61 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  90. 22cb7d3 mmc: Convert mmc struct's name array to a pointer by Pantelis Antoniou · 11 years ago
  91. ab769f2 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · 11 years ago
  92. 7d0b605 dfu: mmc: Replace calls to u-boot commands with native mmc API by Łukasz Majewski · 11 years ago
  93. 001a831 usb: dfu: introduce dfuMANIFEST state by Heiko Schocher · 11 years ago
  94. a2199af usb, dfu: extract flush code into seperate function by Heiko Schocher · 11 years ago
  95. 6e16d90 sandbox: Add implementation of spi_setup_slave_fdt() by Simon Glass · 11 years ago
  96. ffb8790 sandbox: Allow Ctrl-C to work in sandbox by Simon Glass · 11 years ago
  97. a77bf70 sound: Move Samsung-specific code into its own file by Simon Glass · 11 years ago
  98. 7d95f2a sandbox: Add LCD driver by Simon Glass · 11 years ago
  99. c34c024 sandbox: Add a simple sound driver by Simon Glass · 11 years ago
  100. b2a668b cros_ec: Implement I2C pass-through by Simon Glass · 11 years ago