1. cf7ab0c video: simplefb by Rob Clark · 7 years ago
  2. dcbad9a video: add STM32 LTDC display controller by Philippe CORNU · 7 years ago
  3. a3c046f dm: backlight: Add a driver for GPIO backlight by Patrick Delaunay · 7 years ago
  4. 4300f07 dm: backlight: Add CONFIG_BACKLIGHT_PWM by Patrick Delaunay · 7 years ago
  5. 5781c46 block: ide: Don't bother to create BLK device if no CDROM inserted by Bin Meng · 7 years ago
  6. b650afa block: ide: Fix block read/write with driver model by Bin Meng · 7 years ago
  7. b110e11 usb: net: migrate USB Ethernet adapters to Kconfig by Chris Packham · 7 years ago
  8. 547cf41 usb: net: migrate CONFIG_USB_HOST_ETHER to Kconfig by Chris Packham · 7 years ago
  9. 4237696 net: fix typos by Heinrich Schuchardt · 7 years ago
  10. 83ba7aa net: phy: realtek: fix enabling of the TX-delay for RTL8211F by Madalin Bucur · 7 years ago
  11. 708bc68 usb: gadget: g_dnl: Sync internal SN variable with env by Sam Protsenko · 7 years ago
  12. c4f7b77 Merge git://git.denx.de/u-boot-video by Tom Rini · 7 years ago
  13. 838d754 rockchip: i2c: fix >32 byte reads by Wadim Egorov · 7 years ago
  14. 9b32b57 rockchip: timer: fix U_BOOT_DRIVER name by Philipp Tomsich · 7 years ago
  15. 3e7ad7d video: ipuv3_fb: skip IPU shutdown if IPU was not enabled before by Anatolij Gustschin · 7 years ago
  16. 9cb083a crypto/fsl: fix obj-yy in Makefile by Clemens Gruber · 7 years ago
  17. 8ec73a9 block: Drop the ftide020 driver by Bin Meng · 7 years ago
  18. b2c7baa block: ide: Drop CONFIG_IDE_LED by Bin Meng · 7 years ago
  19. 23e2d33 block: ide: Drop CONFIG_IDE_INIT_POSTRESET by Bin Meng · 7 years ago
  20. c9ee946 nvme: Remove dead codes in nvme_setup_io_queues() by Bin Meng · 7 years ago
  21. 8ac9f6c nvme: Fix potential sign extension issue in nvme_blk_rw() by Bin Meng · 7 years ago
  22. 318dda2 nvme: Fix wrong ndev->queues memset by Bin Meng · 7 years ago
  23. 681b521 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  24. 5664f83 Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set by Adam Ford · 7 years ago
  25. 4a75e9b x86: ich-spi: Clear atomic preop only when SPI settings are not locked by Bin Meng · 7 years ago
  26. 26ed19c x86: ich-spi: Remove useless assignment in ich_spi_xfer() by Bin Meng · 7 years ago
  27. fa1dd3d Convert CONFIG_SYS_I2C_BUS_MAX to Kconfig by Adam Ford · 7 years ago
  28. 73010ab Configs: Migrate I2C_BUS_MAX to CONFIG_SYS_I2C_BUS_MAX by Adam Ford · 7 years ago
  29. 47dce76 Revert "Merge git://git.denx.de/u-boot-video" by Tom Rini · 7 years ago
  30. bd0f255 Merge git://git.denx.de/u-boot-video by Tom Rini · 7 years ago
  31. a220f8f Merge git://git.denx.de/u-boot-imx by Tom Rini · 7 years ago
  32. b8f2c8c Merge git://git.denx.de/u-boot-uniphier by Tom Rini · 7 years ago
  33. 59565f9 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  34. e76f006 mmc: sunxi: Only update timing mode bit when enabling new timing mode by Chen-Yu Tsai · 7 years ago
  35. 8eb6a1c reset: uniphier: add PXs3 support by Masahiro Yamada · 7 years ago
  36. 68199a2 reset: uniphier: fix compatible for SD reset node for LD11/LD20 by Masahiro Yamada · 7 years ago
  37. 644f5bf clk: uniphier: add System clock support by Masahiro Yamada · 7 years ago
  38. 9c5a5dd mtd: nand: denali_dt: add a DT driver by Masahiro Yamada · 7 years ago
  39. 4dada2c ofnode: add {ofnode, dev}_read_resource_byname() by Masahiro Yamada · 7 years ago
  40. fa4211c video: ipuv3_fb: skip IPU shutdown if IPU was not enabled before by Anatolij Gustschin · 7 years ago
  41. 0f3f23e Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  42. 66038de usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3 by Masahiro Yamada · 7 years ago
  43. 0cc228e mmc: sunxi: fix legacy MMC initialisation by Maxime Ripard · 7 years ago
  44. 95e3470 mmc: sunxi: Support new mode by Maxime Ripard · 7 years ago
  45. 34818738 nvme: Get rid of the global variable nvme_info by Bin Meng · 7 years ago
  46. fbd422b nvme: Use blk_create_devicef() API by Bin Meng · 7 years ago
  47. 578b195 nvme: Apply cache operations on the DMA buffers by Bin Meng · 7 years ago
  48. 29e558d nvme: Consolidate block read and write routines by Bin Meng · 7 years ago
  49. 1c42a29 nvme: Use macros to access NVMe queues by Bin Meng · 7 years ago
  50. dff7df7 nvme: Respect timeout when en/disabling the controller by Bin Meng · 7 years ago
  51. f03e5fc nvme: Cache controller's capabilities by Bin Meng · 7 years ago
  52. b3ea27d nvme: Fix endianness assignment to prp2 in nvme_identify() by Bin Meng · 7 years ago
  53. 663f4b7 nvme: Fix ndev->queues allocation by Bin Meng · 7 years ago
  54. a7cbfff nvme: Fix getting PCI vendor id of the NVMe block device by Bin Meng · 7 years ago
  55. 0c8c930 nvme: Remove useless defines by Bin Meng · 7 years ago
  56. b4d9721 Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  57. e576311 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  58. ca5e1b9 Merge git://git.denx.de/u-boot-i2c by Tom Rini · 7 years ago
  59. 0a32860 Merge git://www.denx.de/git/u-boot-cfi-flash by Tom Rini · 7 years ago
  60. ce8a36f driver: timer: Add the Atmel PIT timer driver by Wenyou.Yang@microchip.com · 7 years ago
  61. 4361912 ram: kconfig: s/SPL/TPL/ in TPL_RAM help text by Jagan Teki · 7 years ago
  62. 9390109 clk: rmobile: Split R8A7795 and R8A7796 core clock tables by Marek Vasut · 7 years ago
  63. 0207283 serial: serial-uclass: Add generic serial RX buffer support by Stefan Roese · 7 years ago
  64. 48b771c Revert "serial: ns16550: Add RX interrupt buffer support" by Stefan Roese · 7 years ago
  65. dfb453d vbe: Drop vbe_get_video_info() by Bin Meng · 7 years ago
  66. 552720e x86: ich-spi: Move opcode registers configuration to another routine by Bin Meng · 7 years ago
  67. 36ce024 x86: ich-spi: Don't read cached lock status by Bin Meng · 7 years ago
  68. bf5f72e x86: ich-spi: Remove unnecessary assignment in ich_init_controller() by Bin Meng · 7 years ago
  69. 76e6c99 x86: ich-spi: Remove spi_write_protect_region() by Bin Meng · 7 years ago
  70. 7f0fb44 pinctrl: imx7ulp: Add new info instance for iomuxc1 by Peng Fan · 7 years ago
  71. f82e1e9 pinctrl: imx: Fix mask when SHARE_MUX_CONF_REG is set by Peng Fan · 7 years ago
  72. d0d9d21 spl: add serial download protocol (SDP) support by Stefan Agner · 7 years ago
  73. 3888da7 usb: gadget: sdp: extend images compatible for jumps by Stefan Agner · 7 years ago
  74. ffbd5d0 usb: gadget: add SDP driver by Stefan Agner · 7 years ago
  75. 27ab770 i2c: muxes: add i2c gpio multiplexer driver by Peng Fan · 7 years ago
  76. ebf442d i2c: add i2c driver for stm32 by Patrice Chotard · 7 years ago
  77. 4c753a2 fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long by Tom Rini · 7 years ago
  78. a26162d mtd: cfi: staticize functions by Marek Vasut · 7 years ago
  79. 07d0a46 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  80. b1afc88 fastboot: avoid printing invalid data by John Keeping · 8 years ago
  81. 43aa76e Fix fastboot boot address by Peter Chubb · 8 years ago
  82. ec4b573 usb: ehci: Convert CONFIG_USB_EHCI_PCI to Kconfig by Bin Meng · 7 years ago
  83. 0eb2cec reset: uniphier: refactor reset data and add NAND/eMMC reset lines by Masahiro Yamada · 7 years ago
  84. d3c1461 ARM: uniphier: remove sLD3 SoC support by Masahiro Yamada · 7 years ago
  85. d626ea4 clk: uniphier: fix unmet direct dependencies warning by Masahiro Yamada · 7 years ago
  86. f7f0377 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  87. b92192c rockchip: rk322x: pinctrl: fix IO MASK error on sdcard pin by Kever Yang · 7 years ago
  88. 7a9b25a rockchip: rk322x: pinctrl: using compatible name same with dts by Kever Yang · 7 years ago
  89. 77520f8 mmc: Support generic PCI SD host controller by Bin Meng · 7 years ago
  90. f54f753 cmd: mmc: add mmc partconf read capability by Angelo Dureghello · 7 years ago
  91. eba48f9 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  92. 9db9688 dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS by Simon Glass · 7 years ago
  93. b9876e2 dm: imx: cm_fx6: Enable more driver model support by Simon Glass · 7 years ago
  94. 407025d dm: mmc: fsl_esdhc: Update to support MMC operations by Simon Glass · 7 years ago
  95. 80e9df4 dm: mmc: fsl_esdhc: Update to support livetree by Simon Glass · 7 years ago
  96. 5ee3980 dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init() by Simon Glass · 7 years ago
  97. fa02ca5 dm: mmc: fsl_esdhc: Set up platform data by Simon Glass · 7 years ago
  98. 0c3ef22 dm: mmc: fsl_esdhc: Detect init failure by Simon Glass · 7 years ago
  99. 81357b5 dm: mmc: fsl_esdhc: Detect reset failure by Simon Glass · 7 years ago
  100. 6aa55dc dm: mmc: fsl_esdhc: Set up common versions of operations by Simon Glass · 7 years ago