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