1. c5de15c crypto/fsl: Add command for encapsulating/decapsulating blobs by Ruchika Gupta · 10 years ago
  2. b9eebfa fsl_sec: Add hardware accelerated SHA256 and SHA1 by Ruchika Gupta · 10 years ago
  3. 74bf796 sunxi: axp152: dcdc3 scale is 50mV / step not 25mV / step by Hans de Goede · 10 years ago
  4. e89d623 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  5. 790af81 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  6. 4760957 macb: simplify gmac initialisation by Andreas Bießmann · 10 years ago
  7. 4a74298 serial-uclass: Fix compilation error by Hans de Goede · 10 years ago
  8. db67801 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 10 years ago
  9. 02590aa ahci: Don't start command DMA engine before buffers are set by Roger Quadros · 10 years ago
  10. ebf8644 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  11. ed3c980 mtd: denali: support NAND_CMD_RNDOUT command by Masahiro Yamada · 10 years ago
  12. 05968e7 mtd: denali: fix NAND_CMD_PARAM command by Masahiro Yamada · 10 years ago
  13. 4b19b74 Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · 10 years ago
  14. 311757b samsung: Enable device tree for s5p_goni by Simon Glass · 10 years ago
  15. 5b9c8cb cros_ec: exynos: Use the correct tps65090 driver in each case by Simon Glass · 10 years ago
  16. 2c94611 cros_ec: power: Add a tunnelled version of the tps65090 driver by Simon Glass · 10 years ago
  17. dd0204e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  18. 8a6b088 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  19. 04de09f Merge branch 'topic/arm/socfpga-20141006' of git://git.denx.de/u-boot-socfpga by Tom Rini · 10 years ago
  20. e214058 usb: gadget: fastboot: terminate commands with NULL by Eric Nelson · 10 years ago
  21. 16b61d1 usb: musb-new: core: set MUSB_POWER_HSENAB in MUSB_POWER for host mode by Daniel Mack · 10 years ago
  22. 230fe9b arm: socfpga: fpga: Add SoCFPGA FPGA programming interface by Pavel Machek · 10 years ago
  23. 498d1a6 arm: socfpga: mmc: Pick the clock from clock manager by Pavel Machek · 10 years ago
  24. 77fa164 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. 96cec17 net: dwc: Make the cache handling less cryptic by Marek Vasut · 10 years ago
  26. 4f68678 net: dwc: Fix cache alignment issues by Marek Vasut · 10 years ago
  27. 58ec63d net: phy: Cleanup drivers/net/phy/micrel.c by Pavel Machek · 10 years ago
  28. f33c930 mmc: dw_mmc: cleanups by Pavel Machek · 10 years ago
  29. 2012f23 fpga: altera: Turn the switches into table lookup by Marek Vasut · 10 years ago
  30. fda915a fpga: altera: Make altera_validate return normal values by Marek Vasut · 10 years ago
  31. 54c96b1 fpga: altera: Move altera_validate to the top by Marek Vasut · 10 years ago
  32. 4a4c0a5 fpga: altera: More indentation trimdown by Marek Vasut · 10 years ago
  33. 5561a84 fpga: altera: Clean up altera_validate function by Marek Vasut · 10 years ago
  34. 0ae16cb fpga: altera: Clean up the printing and debug by Marek Vasut · 10 years ago
  35. d1fcbae usb: tegra: ULPI regression on tegra20 by Marcel Ziswiler · 10 years ago
  36. 84c24f6 usb: gadget: fastboot: explicitly set radix of maximum download size by Eric Nelson · 10 years ago
  37. c674a66 usb: gadget: fastboot: add max-download-size variable by Eric Nelson · 10 years ago
  38. e206799 usb: ci_udc: respect CONFIG_USB_GADGET_DUALSPEED by Eric Nelson · 10 years ago
  39. 23d1d10 usb: gadget: fastboot: improve download progress bar by Bo Shen · 10 years ago
  40. f9935c8 usb: f_mass_storage: set removable flag in do_inquiry based on LUN by Eric Nelson · 10 years ago
  41. 9f3b8ed usb: dfu: add fullspeed support for DFU by Heiko Schocher · 10 years ago
  42. b9c99d3 usb: dfu: thor: gadget: Remove dead code by Lukasz Majewski · 10 years ago
  43. 32d0192 stdio: Add force parameter to stdio_deregister by Hans de Goede · 10 years ago
  44. 36b7310 usb: ehci: Make periodic_schedules a per controller variable by Hans de Goede · 10 years ago
  45. 415548d usb: ehci: poll_int_queue check real qtd, not the overlay by Hans de Goede · 10 years ago
  46. ea7b30c usb: ehci: Add missing cache flush to destroy_int_queue by Hans de Goede · 10 years ago
  47. 4e2c4ad usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chain by Hans de Goede · 10 years ago
  48. 9169305 cfi_flash: don't hide write/erase errors by Baruch Siach · 10 years ago
  49. 7f36855 serial: add UniPhier serial driver by Masahiro Yamada · 10 years ago
  50. 845034e mtd: denali: add Denali NAND driver for SPL by Masahiro Yamada · 10 years ago
  51. 4b0abf9 mtd: denali: add Denali controller configs to Kconfig by Masahiro Yamada · 10 years ago
  52. b966db0 dw_mmc: cleanups by Pavel Machek · 10 years ago
  53. 786a27b mmc: Fix mmc bus width by Mario Schuknecht · 10 years ago
  54. bcd0698 mvebu_mmc: Driver addition by Mario Schuknecht · 10 years ago
  55. 6dc93e7 mmc: restore capacity when switching to partition 0 by Peter Bigot · 10 years ago
  56. 021a805 mmc: fix ERASE_GRP_DEF handling by Hannes Petermaier · 10 years ago
  57. 282a82e mmc: set correct block size value in bfin sdh driver by Sonic Zhang · 10 years ago
  58. 5546ad0 usb: ehci-mx6: Rename the USB register base address by Ye.Li · 10 years ago
  59. dd24b57 usb: ehci: mxs: Add board-specific callbacks by Marek Vasut · 10 years ago
  60. be9f643 Merge branch 'for-tom' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  61. 110bdee sandbox: Convert SPI flash emulation to use sf_params by Simon Glass · 10 years ago
  62. 2c2277f Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  63. 2c3dc79 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  64. 3eb3e72 nand/denali: Adding Denali NAND driver support by Chin Liang See · 10 years ago
  65. be16aba mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep() by Stefan Roese · 10 years ago
  66. 2f66594 mtd: nand: am335x: Fix 'bit-flip' errors in SPL by Rostislav Lisovy · 10 years ago
  67. f80d647 driver/ddr/fsl: Fix DDR4 driver by York Sun · 10 years ago
  68. bb57832 driver/ddr/fsl: Fix tXP and tCKE by York Sun · 10 years ago
  69. 1d71efb driver/ddr: Restruct driver to allow standalone memory space by York Sun · 10 years ago
  70. 5b8388a driver/mtd: Use generic timer API for FSL IFC, eLBC by Prabhakar Kushwaha · 10 years ago
  71. f494e0a kbuild: refactor some makefiles by Masahiro Yamada · 10 years ago
  72. c79cba3 cosmetic: replace MIN, MAX with min, max by Masahiro Yamada · 10 years ago
  73. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  74. a427720 e1000: fix no nvm build by Marcel Ziswiler · 10 years ago
  75. 593cbd9 usb/gadget: fastboot: minor cleanup by Steve Rae · 10 years ago
  76. d1b5ed0 usb/gadget: fastboot: add support for flash command by Steve Rae · 10 years ago
  77. 5273aa3 board/t1040qds: Add sgmii ports support in 0xA7 protocol by Priyanka Jain · 10 years ago
  78. bf9b86d spi: kirkwood_spi.c: cosmetic: Fix minor coding style issues by Stefan Roese · 10 years ago
  79. 0299046 spi: kirkwood_spi.c: Make global variable static by Stefan Roese · 10 years ago
  80. c032174 spi: kirkwood_spi.c: Some fixes and cleanup by Stefan Roese · 10 years ago
  81. 31969b8 sf: Add M25PX64 SPI NOR flash ID by Stefan Roese · 10 years ago
  82. 88e34e5 spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_* by Nikita Kiryanov · 10 years ago
  83. 155fa9a spi: mxc: fix sf probe when using mxc_spi by Nikita Kiryanov · 10 years ago
  84. 01d2aaf mtd: spi: add support for M25PE16 and M25PX16 by Nikita Kiryanov · 10 years ago
  85. cae025a dm: avoid dev->req_seq overflow by Robert Baldyga · 10 years ago
  86. 59990bf dm: serial: Don't require device tree to configure a console by Simon Glass · 10 years ago
  87. 91cbd79 dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL by Simon Glass · 10 years ago
  88. bf1a86f sf: Add an empty entry to the parameter list by Simon Glass · 10 years ago
  89. 42817eb Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 10 years ago
  90. d357b94 mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC by Boris BREZILLON · 10 years ago
  91. 97b2043 USB: ehci-atmel: use pcr to enable or disable clock by Bo Shen · 10 years ago
  92. 01c8bf5 USB: ohci-at91: use pcr to enable or disable clock by Bo Shen · 10 years ago
  93. 14b3b44 mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc register by Wu, Josh · 10 years ago
  94. e38b15b Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  95. ad6e48e net: usb: Add SMSC copyright to smsc95xx driver by Simon Glass · 10 years ago
  96. 5da163d mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREAD by maxin.john@enea.com · 10 years ago
  97. 7206111 mtd: nand: davinci_nand: update write_page function for keystone RBL by Khoronzhuk, Ivan · 10 years ago
  98. 3b61297 kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  99. 5d9f423 rtl8169: Defer network packet processing by Thierry Reding · 10 years ago
  100. 72d7bea mtd: nand: add Freescale vf610_nfc driver by Stefan Agner · 10 years ago