1. ea7b30c usb: ehci: Add missing cache flush to destroy_int_queue by Hans de Goede · 10 years ago
  2. 4e2c4ad usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chain by Hans de Goede · 10 years ago
  3. 9169305 cfi_flash: don't hide write/erase errors by Baruch Siach · 10 years ago
  4. 7f36855 serial: add UniPhier serial driver by Masahiro Yamada · 10 years ago
  5. 845034e mtd: denali: add Denali NAND driver for SPL by Masahiro Yamada · 10 years ago
  6. 4b0abf9 mtd: denali: add Denali controller configs to Kconfig by Masahiro Yamada · 10 years ago
  7. b966db0 dw_mmc: cleanups by Pavel Machek · 10 years ago
  8. 786a27b mmc: Fix mmc bus width by Mario Schuknecht · 10 years ago
  9. bcd0698 mvebu_mmc: Driver addition by Mario Schuknecht · 10 years ago
  10. 6dc93e7 mmc: restore capacity when switching to partition 0 by Peter Bigot · 10 years ago
  11. 021a805 mmc: fix ERASE_GRP_DEF handling by Hannes Petermaier · 10 years ago
  12. 282a82e mmc: set correct block size value in bfin sdh driver by Sonic Zhang · 10 years ago
  13. 5546ad0 usb: ehci-mx6: Rename the USB register base address by Ye.Li · 10 years ago
  14. dd24b57 usb: ehci: mxs: Add board-specific callbacks by Marek Vasut · 10 years ago
  15. be9f643 Merge branch 'for-tom' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  16. 110bdee sandbox: Convert SPI flash emulation to use sf_params by Simon Glass · 10 years ago
  17. 2c2277f Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  18. 2c3dc79 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  19. 3eb3e72 nand/denali: Adding Denali NAND driver support by Chin Liang See · 10 years ago
  20. be16aba mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep() by Stefan Roese · 10 years ago
  21. 2f66594 mtd: nand: am335x: Fix 'bit-flip' errors in SPL by Rostislav Lisovy · 10 years ago
  22. f80d647 driver/ddr/fsl: Fix DDR4 driver by York Sun · 10 years ago
  23. bb57832 driver/ddr/fsl: Fix tXP and tCKE by York Sun · 10 years ago
  24. 1d71efb driver/ddr: Restruct driver to allow standalone memory space by York Sun · 10 years ago
  25. 5b8388a driver/mtd: Use generic timer API for FSL IFC, eLBC by Prabhakar Kushwaha · 10 years ago
  26. f494e0a kbuild: refactor some makefiles by Masahiro Yamada · 10 years ago
  27. c79cba3 cosmetic: replace MIN, MAX with min, max by Masahiro Yamada · 10 years ago
  28. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  29. a427720 e1000: fix no nvm build by Marcel Ziswiler · 10 years ago
  30. 593cbd9 usb/gadget: fastboot: minor cleanup by Steve Rae · 10 years ago
  31. d1b5ed0 usb/gadget: fastboot: add support for flash command by Steve Rae · 10 years ago
  32. 5273aa3 board/t1040qds: Add sgmii ports support in 0xA7 protocol by Priyanka Jain · 10 years ago
  33. bf9b86d spi: kirkwood_spi.c: cosmetic: Fix minor coding style issues by Stefan Roese · 10 years ago
  34. 0299046 spi: kirkwood_spi.c: Make global variable static by Stefan Roese · 10 years ago
  35. c032174 spi: kirkwood_spi.c: Some fixes and cleanup by Stefan Roese · 10 years ago
  36. 31969b8 sf: Add M25PX64 SPI NOR flash ID by Stefan Roese · 10 years ago
  37. 88e34e5 spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_* by Nikita Kiryanov · 10 years ago
  38. 155fa9a spi: mxc: fix sf probe when using mxc_spi by Nikita Kiryanov · 10 years ago
  39. 01d2aaf mtd: spi: add support for M25PE16 and M25PX16 by Nikita Kiryanov · 10 years ago
  40. cae025a dm: avoid dev->req_seq overflow by Robert Baldyga · 10 years ago
  41. 59990bf dm: serial: Don't require device tree to configure a console by Simon Glass · 10 years ago
  42. 91cbd79 dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL by Simon Glass · 10 years ago
  43. bf1a86f sf: Add an empty entry to the parameter list by Simon Glass · 10 years ago
  44. 42817eb Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 10 years ago
  45. d357b94 mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC by Boris BREZILLON · 10 years ago
  46. 97b2043 USB: ehci-atmel: use pcr to enable or disable clock by Bo Shen · 10 years ago
  47. 01c8bf5 USB: ohci-at91: use pcr to enable or disable clock by Bo Shen · 10 years ago
  48. 14b3b44 mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc register by Wu, Josh · 10 years ago
  49. e38b15b Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  50. ad6e48e net: usb: Add SMSC copyright to smsc95xx driver by Simon Glass · 10 years ago
  51. 5da163d mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREAD by maxin.john@enea.com · 10 years ago
  52. 7206111 mtd: nand: davinci_nand: update write_page function for keystone RBL by Khoronzhuk, Ivan · 10 years ago
  53. 3b61297 kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  54. 5d9f423 rtl8169: Defer network packet processing by Thierry Reding · 10 years ago
  55. 72d7bea mtd: nand: add Freescale vf610_nfc driver by Stefan Agner · 10 years ago
  56. 9f680d2 openrisc: Fix a few type cast related warnings by Vasili Galka · 10 years ago
  57. 8d028d4 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  58. 114cc42 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  59. 858530a dm: tegra: Enable driver model for serial by Simon Glass · 10 years ago
  60. 12e431b dm: serial: Add driver model support for ns16550 by Simon Glass · 10 years ago
  61. 8bbe33c dm: serial: Collect common baud rate code in ns16550 by Simon Glass · 10 years ago
  62. fa54eb1 dm: serial: Move baud rate calculation to ns16550.c by Simon Glass · 10 years ago
  63. 72e9822 sandbox: serial: Support a coloured console by Simon Glass · 10 years ago
  64. 890fcef sandbox: Convert serial driver to use driver model by Simon Glass · 10 years ago
  65. 57d9275 dm: Add a uclass for serial devices by Simon Glass · 10 years ago
  66. 1f359e3 dm: Adjust lists_bind_fdt() to return the bound device by Simon Glass · 10 years ago
  67. addf951 serial: Set up the 'priv' pointer when creating a serial device by Simon Glass · 10 years ago
  68. 2fccd2d tegra: Convert tegra GPIO driver to use driver model by Simon Glass · 10 years ago
  69. 1b8ad74 pcie_imx: Add mx6solox support by Fabio Estevam · 10 years ago
  70. 89e69fd arm: vf610: lpuart: disable FIFO on initializaton by Stefan Agner · 10 years ago
  71. a3db78d arm: vf610: lpuart: fix status register handling by Stefan Agner · 10 years ago
  72. 0991866 pci: add support for board_pci_fixup_dev function by Tim Harvey · 10 years ago
  73. dc383dd sata: dwc_ahsata: implement sata_port_status by Nikita Kiryanov · 10 years ago
  74. f599288 net: fec_mxc: Poll FEC_TBD_READY after polling TDAR by Fabio Estevam · 10 years ago
  75. db5b7f5 net: fec_mxc: Adjust RX DMA alignment for mx6solox by Fabio Estevam · 10 years ago
  76. b653516 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  77. 327def5 video: dcu: Add DCU driver support by Wang Huan · 10 years ago
  78. 6209e14 serial: lpuart: add 32-bit registers lpuart support by Jingchang Lu · 10 years ago
  79. ef87cab driver/ddr/fsl: Add support of overriding chip select write leveling by York Sun · 10 years ago
  80. 5cb27c5 driver/ddr/freescale: Fix DDR3 driver for ARM by York Sun · 10 years ago
  81. d28cb67 driver/ddr/freescale: Add support of accumulate ECC by York Sun · 10 years ago
  82. 19060bd ls102xa: esdhc: Add esdhc support for LS102xA by Wang Huan · 10 years ago
  83. 52d00a8 ls102xa: etsec: Add etsec support for LS102xA by Alison Wang · 10 years ago
  84. d2614ea net: mdio: Use mb() to be compatible for both ARM and PowerPC by Alison Wang · 10 years ago
  85. 93f26f1 net: Merge asm/fsl_enet.h into fsl_mdio.h by Claudiu Manoil · 10 years ago
  86. df0a5b8 ls102xa: i2c: Add i2c support for LS102xA by Wang Huan · 10 years ago
  87. d60a209 arm: ls102xa: Add Freescale LS102xA SoC support by Wang Huan · 10 years ago
  88. 9e8f664 video: Add driver for Parade PS8625 dP to LVDS bridge by Vadim Bendebury · 10 years ago
  89. 45c480c video: exynos_fimd: Add framework to disable FIMD sysmmu by Ajay Kumar · 10 years ago
  90. f001717 exynos_fb: Remove usage of static defines by Ajay Kumar · 10 years ago
  91. cc81a52 mtd: nand: omap_gpmc: Fix 'bit-flip' errors by Rostislav Lisovy · 10 years ago
  92. 5c3f7e0 mtd: nand: omap_gpmc: Enable multiple NAND flash devices by Rostislav Lisovy · 10 years ago
  93. fc12a1f mtd: nand: davinci_nand: correct keystone RBL layout definition by Khoronzhuk, Ivan · 10 years ago
  94. e6c9428 keystone2: use readl/writel functions instead of redefinition by Khoronzhuk, Ivan · 10 years ago
  95. 06fa91c USB: gadget: s3c: get rid of debug compile warning by Bo Shen · 10 years ago
  96. f9abd4b USB: gadget: atmel: get rid of debug compile warning by Bo Shen · 10 years ago
  97. 842ef9a usb: ci_udc: implement dfu_usb_get_reset by Stephen Warren · 10 years ago
  98. f2ec4e3 udc: dfu: s3c_udc: Provide function to check if USB reset was asserted by Lukasz Majewski · 10 years ago
  99. 1cc03c5 dfu: Provide means to find difference between dfu-util -e and -R by Lukasz Majewski · 10 years ago
  100. 0a64bc2 Merge branch 'master' of git://git.denx.de/u-boot-nios by Tom Rini · 10 years ago