1. abc574b mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  2. b30eaad Merge git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  3. 82cdd78 dm: core: Fix code reentrancy issue in device_probe_child() by Bin Meng · 9 years ago
  4. a4c3818 dm: pci: Optimize pci_uclass_post_bind() by Bin Meng · 9 years ago
  5. ff1b635 video: ct69000: Remove unused codes by Bin Meng · 9 years ago
  6. e52e17a video: cfb_console: Allow VGA device to work without i8042 keyboard by Bin Meng · 9 years ago
  7. ef4d785 x86: i8042: Correctly initialize the controller by Bin Meng · 9 years ago
  8. bc82308 x86: i8042: Clean up the driver per coding convention by Bin Meng · 9 years ago
  9. c89f251 x86: i8042: Reorder static functions by Bin Meng · 9 years ago
  10. c8c1ef9 x86: i8042: Remove unused codes by Bin Meng · 9 years ago
  11. 0773aed x86: gpio: Tidy up gpio_ich6_get_base() and callers by Simon Glass · 9 years ago
  12. 94641cb x86: gpio: Correct calls to _ich6_gpio_set_direction() by Simon Glass · 9 years ago
  13. 44344a6 dm: pci: Save devfn without bus number in pci_uclass_child_post_bind() by Bin Meng · 9 years ago
  14. df92cee x86: superio: Add keyboard controller support to smsc_lpc47m driver by Bin Meng · 9 years ago
  15. c0820a4 x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe() by Bin Meng · 9 years ago
  16. 984c0dc dm: pci: Support selected device/driver binding before relocation by Bin Meng · 9 years ago
  17. 9f671fd x86: Set up video framebuffer for coreboot before loading kernel by Bin Meng · 9 years ago
  18. c8990bd video: coreboot: Save VESA mode for future use by Bin Meng · 9 years ago
  19. d0ee7d0 net: e1000: Fix build warnings for 32-bit by Bin Meng · 9 years ago
  20. b12d6fc Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 9 years ago
  21. e3bbfb7 mtd: nand: mxs invalidate dcache before DMA read by Peng Fan · 9 years ago
  22. c94f09d mtd: nand: mxs support oobsize bigger than 512 by Peng Fan · 9 years ago
  23. 75659da mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driver by Stefan Roese · 9 years ago
  24. 3ea94ed nand: Sync with Linux v4.1 by Scott Wood · 9 years ago
  25. fc9d57c mtd: Introduce mtd_block_isreserved() by Ezequiel Garcia · 11 years ago
  26. 831bbad nand: Remove __UBOOT__ ifdefs by Scott Wood · 9 years ago
  27. e822b4a lcd: pxa: clean-up include file order by Marcel Ziswiler · 9 years ago
  28. f891e24 usb: pxa27x_udc: clean-up include file order by Marcel Ziswiler · 9 years ago
  29. 7cfcbee serial: pxa: clean-up include file order by Marcel Ziswiler · 9 years ago
  30. 2c64583 arm: pxa: mmc: clean-up include file order by Marcel Ziswiler · 9 years ago
  31. 1558797 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  32. 12a8d79 gpio: Add DW APB GPIO driver by Marek Vasut · 9 years ago
  33. eb447cb ddr: altera: Repair uninited variable by Marek Vasut · 9 years ago
  34. af67cf3 ddr: altera: Replace float multiplication with integer one by Marek Vasut · 9 years ago
  35. a83ccd5 net: e1000: Add Kconfig options by Simon Glass · 9 years ago
  36. 9f86b38 net: e1000: Convert to driver model by Simon Glass · 9 years ago
  37. c53abc3 net: e1000: Prepare for driver model conversion by Simon Glass · 9 years ago
  38. cece904 net: e1000: Move #include of common.h to the C files by Simon Glass · 9 years ago
  39. d9c4d2a net: e1000: Support 64-bit physical address by Mingkai Hu · 9 years ago
  40. af83c78 usb: dwc2: Rename to dwc2_usb by Marek Vasut · 9 years ago
  41. ac4a35f usb: dwc2: Add original Synopsys compat string by Marek Vasut · 9 years ago
  42. 2b9d163 usb: gadget: ether: populate _reset_ callback by Kishon Vijay Abraham I · 9 years ago
  43. 9cceb95 usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stop by Kishon Vijay Abraham I · 9 years ago
  44. 8db2520 usb: gadget: ether: Perform board initialization from ethernet gadget driver by Kishon Vijay Abraham I · 9 years ago
  45. 65bb454 usb: xhci: Fix a potential NULL pointer dereference by Sergey Temerkhanov · 9 years ago
  46. 64bbb7d usb: spear: Add support for both SPEAr600 EHCI controllers by Stefan Roese · 9 years ago
  47. c52eb1c imx: usb: ehci-mx6: wait_for_bit to check reg status by Adrian Alonso · 9 years ago
  48. f31599f imx: usb: ehci-mx6: add usb support for imx7d soc by Adrian Alonso · 9 years ago
  49. 14dfbbb imx: usb: ehci-mx6: document board specific functions by Adrian Alonso · 9 years ago
  50. aee79b4 imx: usb: ehci-mx6: reg accessor cleanups by Adrian Alonso · 9 years ago
  51. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  52. 04aa00d dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list by Masahiro Yamada · 9 years ago
  53. 8f4338a led: unify obj-$(CONFIG_LED) and obj-$(CONFIG_SPL_LED) entries by Masahiro Yamada · 9 years ago
  54. 645dbd6 led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LED by Masahiro Yamada · 9 years ago
  55. 8c0f0db ram: unify obj-$(CONFIG_RAM) and obj-$(CONFIG_SPL_RAM) entries by Masahiro Yamada · 9 years ago
  56. 2ba7a8c ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAM by Masahiro Yamada · 9 years ago
  57. 200812b clk: unify obj-$(CONFIG_CLK) and obj-$(CONFIG_SPL_CLK) entries by Masahiro Yamada · 9 years ago
  58. b16de45 clk: rename CONFIG_SPL_CLK_SUPPORT to CONFIG_SPL_CLK by Masahiro Yamada · 9 years ago
  59. 95fc4ff dm: unify obj-$(CONFIG_DM) and obj-$(CONFIG_SPL_DM) entries by Masahiro Yamada · 9 years ago
  60. 39ba4b1 spl: move SPL driver entries to driver/Makefile by Masahiro Yamada · 9 years ago
  61. 714642d i2c: lpc32xx: correct sanity check for requested bus speed by Vladimir Zapolskiy · 9 years ago
  62. 890cc77 usb: lpc32xx: add host USB driver by Sylvain Lemieux · 9 years ago
  63. fb51abb i2c: lpc32xx: add support for OTG I2C by Sylvain Lemieux · 9 years ago
  64. 416e10d nand: lpc32xx: add ECC layout for small page NAND by Sylvain Lemieux · 9 years ago
  65. e72017a nand: lpc32xx: add hardware ECC support by Sylvain Lemieux · 9 years ago
  66. 90a837f dma: lpc32xx: add DMA driver by Sylvain Lemieux · 9 years ago
  67. 9c09d39 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  68. b537707 Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · 9 years ago
  69. a5bba8d spi: ti_qspi: Use DMA to read from qspi flash by Vignesh R · 9 years ago
  70. fbe1909 dma: ti-edma3: Add helper function to support edma3 transfer by Vignesh R · 9 years ago
  71. 4fe4470 sf: ops: Add spi_flash_copy_mmap function by Tom Rini · 9 years ago
  72. 41c1f4a ti: qspi: set flash quad bit based on quad support flag by vishalm@ti.com · 9 years ago
  73. 98530e9 pci: mvebu: Add PCIe driver by Anton Schubert · 9 years ago
  74. f3345e6 arm: mvebu: Add complete SDRAM ECC scrubbing by Stefan Roese · 9 years ago
  75. 11b8ebf arm: mvebu: add multiple usb-hostcontroller support for AXP by Anton Schubert · 9 years ago
  76. f43d323 arm: mvebu: Enable USB EHCI support on Armada XP by Stefan Roese · 9 years ago
  77. badccc3 arm: mvebu: Enable NAND controller on MVEBU SoC's by Stefan Roese · 9 years ago
  78. e4a0f27 arm: mvebu: sdram: Enable ECC support on Armada XP by Stefan Roese · 9 years ago
  79. 2e6300f i2c: lpc32xx: fix write timeout by Sylvain Lemieux · 9 years ago
  80. dcdd925 i2c: lpc32xx: fix read timeout by Sylvain Lemieux · 9 years ago
  81. e071cd7 i2c: lpc32xx: use api to get hclk instead of fix value by Sylvain Lemieux · 9 years ago
  82. e0bdcb8 sf: Make 4K sector support configurable by Marek Vasut · 9 years ago
  83. 74f8486 ARM: exynos: move SoC sources to mach-exynos by Thomas Abraham · 9 years ago
  84. 4b2c9d5 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  85. 057e078 Merge branch 'master' of git://git.denx.de/u-boot-pmic by Tom Rini · 9 years ago
  86. 932adc6 video: vesa: Correct a typo in the Kconfig VESA mode string by Bin Meng · 9 years ago
  87. 27517b3 Revert "dm: pci: Allow scan bridge child devices before relocation" by Simon Glass · 9 years ago
  88. 6f4f6d2 Add missing part of: "power: pmic: pfuze100 support driver model" by Peng Fan · 9 years ago
  89. 04c8b6a dm: pci: Add a way to iterate through all PCI devices by Simon Glass · 9 years ago
  90. 94ef242 dm: pci: Provide friendly config access functions by Simon Glass · 9 years ago
  91. 91f1b82 sunxi: Display: Add support for eDP panels connected via an anx9804 bridge by Hans de Goede · 9 years ago
  92. dfc1efe video: Add support for the ANX9804 parallel lcd to dp bridge chip by Hans de Goede · 9 years ago
  93. 1336578 sun6i: display: Add support for using the mipi pll as lcd clock source by Hans de Goede · 9 years ago
  94. 167c8a1 sunxi: gpio: Add support for the gpio banks which are part of the R-io cluster by Hans de Goede · 9 years ago
  95. 8a195ca sunxi: display: Fix composite video out on sun5i by Hans de Goede · 9 years ago
  96. d955f44 sunxi: display: Add overscan correction by Hans de Goede · 9 years ago
  97. a8287e7 cfbconsole: Add support for stride != width by Hans de Goede · 9 years ago
  98. b922f78 cfbconsole: Remove width argument from the logo functions by Hans de Goede · 9 years ago
  99. cdbf208 tegra: nand: disable subpage writes by Marcel Ziswiler · 9 years ago
  100. d5c6922 mtd/nand/tegra: alignment workaround by Marcel Ziswiler · 9 years ago