1. e854108 mtd: nand: mxs: Add ECC geometry for 2048b/112b NAND by Marek Vasut · 10 years ago
  2. 16acd1c ARM: i.MX: provide declaration for board_spi_cs_gpio by Eric Nelson · 10 years ago
  3. 88ccfd8 sunxi: axp152: dcdc3 scale is 50mV / step not 25mV / step by Hans de Goede · 10 years ago
  4. c8ac489 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  5. ab43536 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  6. d43a89a macb: simplify gmac initialisation by Andreas Bießmann · 10 years ago
  7. 4c4150c serial-uclass: Fix compilation error by Hans de Goede · 10 years ago
  8. 6057854 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 10 years ago
  9. 26dc25b ahci: Don't start command DMA engine before buffers are set by Roger Quadros · 10 years ago
  10. b5a9992 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  11. b692b3f mtd: denali: support NAND_CMD_RNDOUT command by Masahiro Yamada · 10 years ago
  12. 40525e2 mtd: denali: fix NAND_CMD_PARAM command by Masahiro Yamada · 10 years ago
  13. cfb8ff2 Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · 10 years ago
  14. 96aa072 samsung: Enable device tree for s5p_goni by Simon Glass · 10 years ago
  15. 7a5a79f cros_ec: exynos: Use the correct tps65090 driver in each case by Simon Glass · 10 years ago
  16. f46fc92 cros_ec: power: Add a tunnelled version of the tps65090 driver by Simon Glass · 10 years ago
  17. 428ea9e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  18. 2cfb0c7 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  19. 700dc65 Merge branch 'topic/arm/socfpga-20141006' of git://git.denx.de/u-boot-socfpga by Tom Rini · 10 years ago
  20. 3d626cd usb: gadget: fastboot: terminate commands with NULL by Eric Nelson · 10 years ago
  21. ed4262c usb: musb-new: core: set MUSB_POWER_HSENAB in MUSB_POWER for host mode by Daniel Mack · 10 years ago
  22. c721380 arm: socfpga: fpga: Add SoCFPGA FPGA programming interface by Pavel Machek · 10 years ago
  23. 51d2113 arm: socfpga: mmc: Pick the clock from clock manager by Pavel Machek · 10 years ago
  24. 99f0c22 Merge branches 'topic/drivers/fpga-20141006', 'topic/drivers/mmc-20141006', 'topic/drivers/net-20141006', 'topic/tools/mkimage-20141006' and 'topic/arm/cache-20141006' into HEAD by Marek Vasut · 10 years ago
  25. 1519304 net: dwc: Make the cache handling less cryptic by Marek Vasut · 10 years ago
  26. 16ef0a8 net: dwc: Fix cache alignment issues by Marek Vasut · 10 years ago
  27. 5f02211 net: phy: Cleanup drivers/net/phy/micrel.c by Pavel Machek · 10 years ago
  28. a425f5d mmc: dw_mmc: cleanups by Pavel Machek · 10 years ago
  29. f5d25e4 fpga: altera: Turn the switches into table lookup by Marek Vasut · 10 years ago
  30. b9d4df3 fpga: altera: Make altera_validate return normal values by Marek Vasut · 10 years ago
  31. ff4072c fpga: altera: Move altera_validate to the top by Marek Vasut · 10 years ago
  32. 1822135 fpga: altera: More indentation trimdown by Marek Vasut · 10 years ago
  33. c5e53b5 fpga: altera: Clean up altera_validate function by Marek Vasut · 10 years ago
  34. 9e3a844 fpga: altera: Clean up the printing and debug by Marek Vasut · 10 years ago
  35. afc106e usb: tegra: ULPI regression on tegra20 by Marcel Ziswiler · 10 years ago
  36. 33004ab usb: gadget: fastboot: explicitly set radix of maximum download size by Eric Nelson · 10 years ago
  37. 70567d9a usb: gadget: fastboot: add max-download-size variable by Eric Nelson · 10 years ago
  38. fe24e16 usb: ci_udc: respect CONFIG_USB_GADGET_DUALSPEED by Eric Nelson · 10 years ago
  39. c65503a usb: gadget: fastboot: improve download progress bar by Bo Shen · 10 years ago
  40. e1d833a usb: f_mass_storage: set removable flag in do_inquiry based on LUN by Eric Nelson · 10 years ago
  41. 3e3a136 usb: dfu: add fullspeed support for DFU by Heiko Schocher · 10 years ago
  42. 3f3a240 usb: dfu: thor: gadget: Remove dead code by Lukasz Majewski · 10 years ago
  43. 1a58638 stdio: Add force parameter to stdio_deregister by Hans de Goede · 10 years ago
  44. 8f5f4f7 usb: ehci: Make periodic_schedules a per controller variable by Hans de Goede · 10 years ago
  45. 9db174c usb: ehci: poll_int_queue check real qtd, not the overlay by Hans de Goede · 10 years ago
  46. 8e00cf6 usb: ehci: Add missing cache flush to destroy_int_queue by Hans de Goede · 10 years ago
  47. da16677 usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chain by Hans de Goede · 10 years ago
  48. 9e2712d cfi_flash: don't hide write/erase errors by Baruch Siach · 10 years ago
  49. b289073 serial: add UniPhier serial driver by Masahiro Yamada · 10 years ago
  50. d182d54 mtd: denali: add Denali NAND driver for SPL by Masahiro Yamada · 10 years ago
  51. c343b38 mtd: denali: add Denali controller configs to Kconfig by Masahiro Yamada · 10 years ago
  52. f39dbac dw_mmc: cleanups by Pavel Machek · 10 years ago
  53. 968f6c0 mmc: Fix mmc bus width by Mario Schuknecht · 10 years ago
  54. 6764f37 mvebu_mmc: Driver addition by Mario Schuknecht · 10 years ago
  55. 45fde89 mmc: restore capacity when switching to partition 0 by Peter Bigot · 10 years ago
  56. 15e874d mmc: fix ERASE_GRP_DEF handling by Hannes Petermaier · 10 years ago
  57. 69b2c1c mmc: set correct block size value in bfin sdh driver by Sonic Zhang · 10 years ago
  58. f93453a usb: ehci-mx6: Rename the USB register base address by Ye.Li · 10 years ago
  59. 809860b usb: ehci: mxs: Add board-specific callbacks by Marek Vasut · 11 years ago
  60. 6519943 Merge branch 'for-tom' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  61. 5d8f063 sandbox: Convert SPI flash emulation to use sf_params by Simon Glass · 10 years ago
  62. 4844742 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  63. 36009b6 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  64. 03534df nand/denali: Adding Denali NAND driver support by Chin Liang See · 10 years ago
  65. a9e9954 mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep() by Stefan Roese · 10 years ago
  66. 278d903 mtd: nand: am335x: Fix 'bit-flip' errors in SPL by Rostislav Lisovy · 10 years ago
  67. a8b3d52 driver/ddr/fsl: Fix DDR4 driver by York Sun · 10 years ago
  68. c1bf24f driver/ddr/fsl: Fix tXP and tCKE by York Sun · 10 years ago
  69. 79a779b driver/ddr: Restruct driver to allow standalone memory space by York Sun · 10 years ago
  70. d7550e1 driver/mtd: Use generic timer API for FSL IFC, eLBC by Prabhakar Kushwaha · 10 years ago
  71. 6968298 kbuild: refactor some makefiles by Masahiro Yamada · 10 years ago
  72. b62b39b cosmetic: replace MIN, MAX with min, max by Masahiro Yamada · 10 years ago
  73. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  74. a07e0ae e1000: fix no nvm build by Marcel Ziswiler · 10 years ago
  75. 56ad792 usb/gadget: fastboot: minor cleanup by Steve Rae · 10 years ago
  76. bfb9ba4 usb/gadget: fastboot: add support for flash command by Steve Rae · 10 years ago
  77. ded483c board/t1040qds: Add sgmii ports support in 0xA7 protocol by Priyanka Jain · 10 years ago
  78. 57767df spi: kirkwood_spi.c: cosmetic: Fix minor coding style issues by Stefan Roese · 10 years ago
  79. 8edd6e0 spi: kirkwood_spi.c: Make global variable static by Stefan Roese · 10 years ago
  80. b85f0cb spi: kirkwood_spi.c: Some fixes and cleanup by Stefan Roese · 10 years ago
  81. 4d23d51 sf: Add M25PX64 SPI NOR flash ID by Stefan Roese · 10 years ago
  82. 6c6ccdf spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_* by Nikita Kiryanov · 10 years ago
  83. 00cd738 spi: mxc: fix sf probe when using mxc_spi by Nikita Kiryanov · 10 years ago
  84. 257ede9 mtd: spi: add support for M25PE16 and M25PX16 by Nikita Kiryanov · 10 years ago
  85. 2e9edbf dm: avoid dev->req_seq overflow by Robert Baldyga · 10 years ago
  86. 28141d5 dm: serial: Don't require device tree to configure a console by Simon Glass · 10 years ago
  87. c2ac141 dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL by Simon Glass · 10 years ago
  88. 49c753d sf: Add an empty entry to the parameter list by Simon Glass · 10 years ago
  89. ea9b351 Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 10 years ago
  90. d7915f4 mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC by Boris BREZILLON · 10 years ago
  91. a2a637d USB: ehci-atmel: use pcr to enable or disable clock by Bo Shen · 10 years ago
  92. cf90563 USB: ohci-at91: use pcr to enable or disable clock by Bo Shen · 10 years ago
  93. b31868f mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc register by Wu, Josh · 10 years ago
  94. 21aeea3 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  95. 00be89c net: usb: Add SMSC copyright to smsc95xx driver by Simon Glass · 10 years ago
  96. b5ee6e2 mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREAD by maxin.john@enea.com · 10 years ago
  97. d5c6580 mtd: nand: davinci_nand: update write_page function for keystone RBL by Khoronzhuk, Ivan · 10 years ago
  98. 2be4b3e kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  99. 3e9d93e rtl8169: Defer network packet processing by Thierry Reding · 10 years ago
  100. d6b1ccb mtd: nand: add Freescale vf610_nfc driver by Stefan Agner · 10 years ago