1. eaee858 sunxi: Fix A20-OLinuXino-MICRO LAN8710 support by Stefan Mavrodiev · Fri Nov 03 08:56:51 2017 +0200
  2. 97d1967 sunxi: video: HDMI: split VSYNC and HSYNC polarity settings by Vasily Khoruzhick · Tue Nov 28 22:33:27 2017 -0800
  3. f6dc771 video: sunxi: de2: add support for LCD SimpleFB by Icenowy Zheng · Wed Nov 01 22:18:07 2017 +0800
  4. a1c9438 dm: pci: change bus number register setting compliant with Linux by Minghuan Lian · Fri Oct 20 10:45:50 2017 +0800
  5. 7f69f68 serial: nulldev: Implement "pending" function to fix tstc return "true" by Wilson Lee · Thu Nov 02 23:39:51 2017 -0700
  6. b6653f6 clk: clk_stm32f7: fix PLL clock division factor by Patrice Chotard · Thu Oct 26 13:23:19 2017 +0200
  7. c8e7bd6 mmc: arm_pl180_mmci: add .getcd callback by Patrice Chotard · Mon Oct 23 10:57:34 2017 +0200
  8. 879dbab mmc: arm_pl180_mmci: add clock support by Patrice Chotard · Mon Oct 23 10:57:33 2017 +0200
  9. 45fc9e6 mmc: arm_pl180_mmci: add bus_width DT property support by Patrice Chotard · Mon Oct 23 10:57:32 2017 +0200
  10. fcce420 mmc: arm_pl180_mmci: adapt driver to DM usage by Patrice Chotard · Mon Oct 23 10:57:31 2017 +0200
  11. 2a392fe mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototype by Patrice Chotard · Mon Oct 23 10:57:30 2017 +0200
  12. 848d267 omap2: nand: Make NAND_OMAP_GPMC_PREFETCH default by Tom Rini · Fri Oct 20 16:55:51 2017 -0400
  13. 7a4c90d net: phy: Add Amlogic Meson GXL Internal PHY support by Neil Armstrong · Wed Oct 18 10:02:10 2017 +0200
  14. 37c3f82 pinctrl: meson: Add GXL Support by Neil Armstrong · Thu Oct 12 15:50:31 2017 +0200
  15. 67cb375 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · Thu Nov 16 09:32:04 2017 -0500
  16. a81f47c mvebu: usb: xhci: a38x support by Jon Nettleton · Mon Nov 06 10:33:19 2017 +0200
  17. 9b9606d pci: mvebu: Increase size of PCIe default mapping by VlaoMao · Fri Sep 22 18:49:02 2017 +0300
  18. b166d6a driver: net: fsl-mc: Use base 16 in simple_strtoul by Prabhakar Kushwaha · Thu Nov 09 14:45:41 2017 +0530
  19. 1f161f8 mtd: nand: fsl-ifc: fix support of multiple NAND devices by Kurt Kanzenbach · Fri Oct 20 11:44:25 2017 +0200
  20. 34f080c drivers: net: ldpaa_eth: Correct error handler for qbman_swp_acquire() by Ashish Kumar · Thu Oct 26 16:03:22 2017 +0530
  21. b6b655b net: sun8i_emac: Fix build for non-H3/H5 SoCs by Chen-Yu Tsai · Fri Sep 22 15:26:33 2017 +0800
  22. 13cd22f Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Thu Nov 09 08:11:40 2017 -0500
  23. 8ed0917 sunxi: restore PHYLIB for CONFIG_SUN4I_EMAC users by Artturi Alm · Wed Nov 08 05:08:58 2017 +0200
  24. f523a5c sunxi: fix CONFIG_SUNXI_EMAC references by Artturi Alm · Wed Nov 08 05:08:57 2017 +0200
  25. 2a7b6f5 mmc: fsl_esdhc: Fix PIO timeout by Benoît Thébaudeau · Sun Oct 29 22:08:58 2017 +0100
  26. 27e9094 tpm: st33zp24: fix STMicroelectronics copyright by Patrice Chotard · Mon Oct 23 09:54:01 2017 +0200
  27. 789ee0e stm32: fix STMicroelectronics copyright by Patrice Chotard · Mon Oct 23 09:53:58 2017 +0200
  28. 9e21624 sti: fix STMicroelectronics copyright by Patrice Chotard · Mon Oct 23 09:53:57 2017 +0200
  29. de8e06f video: sunxi: de2: fix SimpleFB node creation when HDMI not initialized by Icenowy Zheng · Wed Nov 01 22:18:06 2017 +0800
  30. 364dbb4 scsi: ceva: Start port in probe by Michal Simek · Thu Nov 02 15:45:34 2017 +0100
  31. 05a14b0 rockchip: rk3399: init CPU clock when rkclk_init() by Kever Yang · Thu Oct 12 15:27:29 2017 +0800
  32. bfc5f7f net: fec_mxc: Change "error frame" message to debug level by Fabio Estevam · Sun Oct 15 11:01:48 2017 -0200
  33. 32a7414 Merge git://git.denx.de/u-boot-video by Tom Rini · Sun Oct 29 10:11:08 2017 -0400
  34. e51b777 exynos: video: fix typo in DisplayPort driver by Dongjin Kim · Fri Oct 27 23:08:51 2017 -0400
  35. b9b095f video/da8xx-fb: Cache-align memory allocations by Niko Mauno · Fri Oct 27 14:52:08 2017 +0300
  36. 89cfa89 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri Oct 27 21:59:10 2017 -0400
  37. a5a9735 usb: host: Move CONFIG_XHCI_FSL to Kconfig by Ran Wang · Mon Oct 23 10:09:22 2017 +0800
  38. 856c9dc armv8: ls1088aqds: Change phy mode to PHY_INTERFACE_MODE_RGMII_ID by Ashish Kumar · Thu Oct 12 15:21:54 2017 +0530
  39. 790c1a4 driver: fsl-mc: use calloc instead malloc by Prabhakar Kushwaha · Wed Oct 11 08:51:18 2017 +0530
  40. 8e775ac i2c: fti2c010: remove unused/unmaintained driver by Masahiro Yamada · Thu Oct 26 21:24:17 2017 +0900
  41. 47b3b30 i2c: adi_i2c: remove left-over Blackfin I2C driver by Masahiro Yamada · Thu Oct 26 21:24:16 2017 +0900
  42. 4e5673d Merge git://git.denx.de/u-boot-x86 by Tom Rini · Fri Oct 27 08:50:16 2017 -0400
  43. 2f0b6e5 sunxi: video: add LCD support to DE2 driver by Vasily Khoruzhick · Thu Oct 26 21:51:52 2017 -0700
  44. f079f93 sunxi: video: split out PLL configuration code by Vasily Khoruzhick · Thu Oct 26 21:51:51 2017 -0700
  45. 59de503 spi: ich: Lock down controller settings if required by Bin Meng · Wed Oct 18 18:20:57 2017 -0700
  46. 43266b8 video: add anx6345 DM driver by Vasily Khoruzhick · Wed Sep 20 23:29:09 2017 -0700
  47. 37ae5b0 video: anx9804: split out registers definitions into a separate header by Vasily Khoruzhick · Wed Sep 20 23:29:08 2017 -0700
  48. 82e9a5a dm: video: bridge: add operation to read EDID by Vasily Khoruzhick · Wed Sep 20 23:29:07 2017 -0700
  49. 82576de sunxi: setup simplefb for Allwinner DE2 by Icenowy Zheng · Thu Oct 26 11:14:47 2017 +0800
  50. 60e4b8f video: add an option for video simplefb via DT by Icenowy Zheng · Thu Oct 26 11:14:46 2017 +0800
  51. 067a697 video: sunxi: extract simplefb match code to a new file by Icenowy Zheng · Thu Oct 26 11:14:45 2017 +0800
  52. 369ece7 SPL: SPI: select SPL_SPI_FLASH_SUPPORT on SPL_SPI_SUNXI by Andre Przywara · Thu Oct 05 00:27:21 2017 +0100
  53. b49eb3f rtc: mc146818: Correct alarm message for day alarm by Bin Meng · Tue Oct 17 08:19:33 2017 -0700
  54. f62f2cd simple-bus: remove DECLARE_GLOBAL_DATA_PTR by Masahiro Yamada · Tue Oct 17 17:37:14 2017 +0900
  55. f8a5d51 mtd: replace MTDDEBUG() with pr_debug() by Masahiro Yamada · Wed Oct 18 00:10:48 2017 +0900
  56. 0a044f8 net: Add SMC911X driver to Kconfig, convert by Adam Ford · Tue Sep 05 15:20:44 2017 -0500
  57. 5b7c9f0 Convert CONFIG_NAND_OMAP_GPMC et al and CONFIG_NAND_MXC to Kconfig by Adam Ford · Mon Oct 16 14:08:26 2017 -0500
  58. 004fb9b Merge git://git.denx.de/u-boot-i2c by Tom Rini · Wed Oct 18 09:32:35 2017 -0400
  59. ca57ac5 Merge git://git.denx.de/u-boot-spi by Tom Rini · Wed Oct 18 09:32:21 2017 -0400
  60. c37885d i2c: stm32f7_i2c: fix usage of useless local variable by Patrice Chotard · Tue Oct 17 11:21:33 2017 +0200
  61. a71376a i2c: stm32f7_i2c: fix data abort by Christophe Kerello · Tue Oct 17 11:21:32 2017 +0200
  62. 1df540c i2c: remove DECLARE_GLOBAL_DATA_PTR from i2c-uclass by Masahiro Yamada · Fri Oct 13 19:29:03 2017 +0900
  63. a8d4d31 usbtty: fix typos by Heinrich Schuchardt · Thu Oct 12 23:37:37 2017 +0200
  64. 1b72520 Drop CONFIG_HAS_DATAFLASH by Tuomas Tynkkynen · Tue Oct 10 21:59:42 2017 +0300
  65. 443da90 spi: Drop CONFIG_ATMEL_DATAFLASH_SPI by Tuomas Tynkkynen · Tue Oct 10 21:59:41 2017 +0300
  66. c9ab62c mmc: stm32_sdmmc2: increase polling status register delay by Christophe Kerello · Mon Oct 09 17:02:28 2017 +0200
  67. aa69ee5 dm: clk: fix PWR_CR3 register's bit 2 name by Patrice Chotard · Mon Oct 09 11:41:24 2017 +0200
  68. bb698ea dm: clk: remove CLK() macro for clk_stm32h7 by Patrice Chotard · Mon Oct 09 11:41:23 2017 +0200
  69. 5d15b73 clk: uniphier: add NAND controller clock by Masahiro Yamada · Sat Oct 14 02:21:19 2017 +0900
  70. b1c7273 mtd: nand: denali_dt: add clock support by Masahiro Yamada · Sat Oct 14 02:21:18 2017 +0900
  71. 63f42e3 reset: uniphier: fix the first argument passed to dev_err() by Masahiro Yamada · Fri Oct 13 19:22:02 2017 +0900
  72. 52cdec0 clk: uniphier: add PXs3 clock data by Masahiro Yamada · Fri Oct 13 19:22:00 2017 +0900
  73. 4980668 clk: uniphier: rework for better clock tree structure by Masahiro Yamada · Fri Oct 13 19:21:59 2017 +0900
  74. 8945b4f i2c: uniphier-f: replace debug() with dev_dbg() by Masahiro Yamada · Fri Oct 13 19:21:58 2017 +0900
  75. ec0aa7c i2c: uniphier: replace debug() with dev_dbg() by Masahiro Yamada · Fri Oct 13 19:21:57 2017 +0900
  76. 0da3db9 usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h> by Masahiro Yamada · Fri Oct 13 19:21:56 2017 +0900
  77. 165c558 pinctrl: uniphier: simplify input enable and delete pin arrays by Masahiro Yamada · Fri Oct 13 19:21:54 2017 +0900
  78. 5351e46 pinctrl: uniphier: set PUPD_SIMPLE cap flag for PXs3 by Masahiro Yamada · Fri Oct 13 19:21:53 2017 +0900
  79. 932ac85 gpio: uniphier: rework single device node model by Masahiro Yamada · Fri Oct 13 19:21:51 2017 +0900
  80. 0cd1018 mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp) by Masahiro Yamada · Fri Sep 15 21:44:59 2017 +0900
  81. 7f9baa1 mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp) by Masahiro Yamada · Fri Sep 15 21:44:58 2017 +0900
  82. 5d67993 drivers: pci: imx: fix imx_pcie_remove function by Sven-Ola Tuecke · Thu Oct 05 08:46:42 2017 -0300
  83. a2e3bfb Merge git://git.denx.de/u-boot-i2c by Tom Rini · Wed Oct 11 08:38:20 2017 -0400
  84. 05c9326 i2c: muxes: pca954x: look up width from chip_desc by Chris Packham · Fri Sep 29 10:53:36 2017 +1300
  85. 2a0fdf1 Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · Tue Oct 10 20:14:38 2017 -0400
  86. 056fe32 Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Oct 09 20:19:39 2017 -0400
  87. 1cb894f Merge git://git.denx.de/u-boot-video by Tom Rini · Mon Oct 09 13:31:33 2017 -0400
  88. af4b021 dm: ofnode: query correct property in livetree ofnode_get_addr_size by Klaus Goger · Wed Sep 20 13:50:41 2017 +0200
  89. 03020a9 dm: core: Round up size when allocating so that it is cache line aligned by Faiz Abbas · Tue Sep 19 16:53:50 2017 +0530
  90. cc5c349 dm: gpio: pca953x: Drop pointless data structure checks by Simon Glass · Sun Sep 17 16:54:54 2017 -0600
  91. f44b4bf dm: gpio: Correct use of -ENODEV in drivers by Simon Glass · Sun Sep 17 16:54:53 2017 -0600
  92. 87f4cb7 dm: gpio: Add a comment about not copying some drivers by Simon Glass · Sun Sep 17 16:54:52 2017 -0600
  93. 9e1bf80 dm: gpio: vybrid_gpio: Correct driver's use of bind() method by Simon Glass · Sun Sep 17 16:54:51 2017 -0600
  94. 4cb0ac9 dm: mmc: remove DM_MMC_OPS for STM32_SDMMC by Patrice Chotard · Tue Oct 03 15:54:58 2017 +0200
  95. 21aad13 serial: stm32x7: remove useless CONFIG_CLK and OF_CONTROL flag by Patrice Chotard · Wed Sep 27 15:44:53 2017 +0200
  96. b21a69a serial: stm32x7: add STM32F4 support by Patrice Chotard · Wed Sep 27 15:44:52 2017 +0200
  97. 24fc72d serial: stm32x7: add fifo support for STM32H7 by Patrice Chotard · Wed Sep 27 15:44:51 2017 +0200
  98. 5011e6f serial: stm32x7: prepare the ground to STM32F4 support by Patrice Chotard · Wed Sep 27 15:44:50 2017 +0200
  99. d42610a serial: stm32x7: remove stm32f7-usart and stm32h7-usart compatible by Patrice Chotard · Wed Sep 27 15:44:49 2017 +0200
  100. 6961a9d serial: stm32x7: cleanup code by Patrice Chotard · Wed Sep 27 15:44:48 2017 +0200