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