1. f5aaa07 clk: stm32mp1: correct access to RCC_OCENSETR/RCC_OCENCLRR by Patrick Delaunay · Wed Jan 30 13:07:02 2019 +0100
  2. 629f44f clk: stm32mp1: add IPCC clock by Patrick Delaunay · Wed Jan 30 13:07:01 2019 +0100
  3. 7b72653 clk: stm32mp1: no more get ck_usbo_48m in device tree by Patrick Delaunay · Wed Jan 30 13:07:00 2019 +0100
  4. 6fc4ab6 drivers: serial: dm: Enable DM_FLAG_PRE_RELOC in SBSA pl011 uart driver by Vabhav Sharma · Wed Jan 30 11:24:00 2019 +0000
  5. ba83b93 watchdog: bcm6345: allow to use this driver on arm bcm6858 by Philippe Reynes · Mon Jan 28 15:37:28 2019 +0100
  6. d166725 watchdog: bcm6345: switch to raw I/O functions by Philippe Reynes · Mon Jan 28 15:37:27 2019 +0100
  7. 005b1c9 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Thu Feb 07 14:48:56 2019 -0500
  8. 1f66bca configs: Don't use SPI_FLASH_BAR as default by Vignesh R · Tue Feb 05 11:29:28 2019 +0530
  9. 3f5fb8b mtd: spi: Add lightweight SPI flash stack for SPL by Vignesh R · Tue Feb 05 11:29:25 2019 +0530
  10. 35dc058 mtd: spi: Remove unused files by Vignesh R · Tue Feb 05 11:29:24 2019 +0530
  11. 1451041 mtd: spi: Switch to new SPI NOR framework by Vignesh R · Tue Feb 05 11:29:23 2019 +0530
  12. 54c8a67 mtd: spi: sf_probe: Add "jedec, spi-nor" compatible string by Vignesh R · Tue Feb 05 11:29:22 2019 +0530
  13. 7b3626f mtd: spi: spi-nor-core: Add back U-Boot specific features by Vignesh R · Tue Feb 05 11:29:21 2019 +0530
  14. 4d848c9 mtd: spi: spi-nor-core: Add SFDP support by Vignesh R · Tue Feb 05 11:29:20 2019 +0530
  15. 36d1aa5 mtd: spi: spi-nor-core: Add 4 Byte addressing support by Vignesh R · Tue Feb 05 11:29:19 2019 +0530
  16. cc682b9 mtd: spi: spi-nor-core: Add SPI MEM support by Vignesh R · Tue Feb 05 11:29:18 2019 +0530
  17. 3a8c62c mtd: spi: Port SPI NOR framework from Linux by Vignesh R · Tue Feb 05 11:29:17 2019 +0530
  18. 4e341d3 spi: Add non DM version of SPI_MEM by Vignesh R · Tue Feb 05 11:29:15 2019 +0530
  19. cae870e spi: spi-mem: Claim SPI bus before spi mem access by Vignesh R · Tue Feb 05 11:29:14 2019 +0530
  20. ba3691f spi: spi-mem: Extend spi_mem_adjust_op_size() to honor max xfer size by Vignesh R · Tue Feb 05 11:29:13 2019 +0530
  21. 1568b67 spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modes by Vignesh R · Tue Feb 05 11:29:12 2019 +0530
  22. dcc5820 Merge git://git.denx.de/u-boot-marvell by Tom Rini · Tue Feb 05 08:37:21 2019 -0500
  23. ee4f68b video: Armada XP: Move driver to DM_VIDEO by Stefan Roese · Wed Jan 30 08:54:11 2019 +0100
  24. 3179ec6 pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfig by Stefan Roese · Fri Jan 25 11:52:43 2019 +0100
  25. a74eb55 pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr by Stefan Roese · Fri Jan 25 11:52:42 2019 +0100
  26. 24c5da1 Merge tag 'for-master-20190201' of git://git.denx.de/u-boot-rockchip by Tom Rini · Sat Feb 02 10:11:20 2019 -0500
  27. 3e75656 Merge tag 'mips-pull-2019-02-01' of git://git.denx.de/u-boot-mips by Tom Rini · Sat Feb 02 10:11:12 2019 -0500
  28. 73d55e5 regulator: pbias: Handle extended drain IO when changing omap36 PBIAS by Adam Ford · Thu Jan 24 14:33:36 2019 -0600
  29. 2b19e90 pinctrl: Kconfig: fix missing include of rockchip/Kconfig by Philipp Tomsich · Fri Feb 01 15:15:38 2019 +0100
  30. 126493f pinctrl: Kconfig: sort includes alphabetically by Philipp Tomsich · Fri Feb 01 15:11:48 2019 +0100
  31. f642c53 rockchip: Implement spl_gpio in the GPIO driver by Simon Glass · Mon Jan 21 14:53:34 2019 -0700
  32. d27b317 rockchip: clk: Add mention of four new clocks by Simon Glass · Mon Jan 21 14:53:30 2019 -0700
  33. 3336373 clk: Improve debug message in clk_set_default_rates() by Simon Glass · Mon Jan 21 14:53:19 2019 -0700
  34. 6e212b7 pinctrl: rockchip: Clean the unused rockchip pinctrl drivers by David Wu · Wed Jan 02 21:02:23 2019 +0800
  35. 5f596ae pinctrl: rockchip: Add common rockchip pinctrl driver by David Wu · Wed Jan 02 21:00:55 2019 +0800
  36. f65a7d4 rockchip: Add a sound driver by Simon Glass · Thu Dec 27 20:15:22 2018 -0700
  37. 63a65b4 rockchip: Add an I2S driver by Simon Glass · Thu Dec 27 20:15:21 2018 -0700
  38. cf6741b rockchip: rk3288: Add i2s pinctrl and clock support by Simon Glass · Thu Dec 27 20:15:20 2018 -0700
  39. 128151f usb: ether: call _usb_eth_halt() if initialization fails by Jean-Jacques Hiblot · Tue Jan 22 16:48:16 2019 +0100
  40. a409719 net: Add MSCC Luton networkd driver. by Horatiu Vultur · Thu Jan 31 15:30:39 2019 +0100
  41. 35fbc42 net: mscc: Remove unused variables by Horatiu Vultur · Thu Jan 31 15:30:37 2019 +0100
  42. 8565327 net: mscc: Move mac_table_add function into different file. by Horatiu Vultur · Thu Jan 31 15:30:36 2019 +0100
  43. 2bd4c9f net: mscc: Move ocelot_send and ocelot_recv in a different file. by Horatiu Vultur · Thu Jan 31 15:30:35 2019 +0100
  44. 236dabc net: mscc: Move miim commands into separate file. by Horatiu Vultur · Thu Jan 31 15:30:34 2019 +0100
  45. ad2bf65 net: mscc: Move ocelot_switch to mscc_eswitch folder by Horatiu Vultur · Thu Jan 31 15:30:33 2019 +0100
  46. d8f67de Merge tag 'video-updates-for-2019.04-rc1' of git://git.denx.de/u-boot-video by Tom Rini · Thu Jan 31 16:07:37 2019 -0500
  47. add986c video: Add Meson Video Processing Unit Driver by Neil Armstrong · Tue Jul 24 17:45:28 2018 +0200
  48. 597d3b3 video: dw_hdmi: add support for color conversion by Jorge Ramirez-Ortiz · Thu Nov 15 10:32:03 2018 +0100
  49. 92d58aa video: dw_hdmi: support SoC specific read/write ops by Jorge Ramirez-Ortiz · Thu Nov 08 16:51:01 2018 +0100
  50. 4d1bf3d power: domain: meson-gx-pwrc-vpu: add missing depends by Maxime Jourdan · Thu Dec 20 14:58:58 2018 +0100
  51. 59fdf2e dfu: mmc: call fs functions instead of run_command by Simon Goldschmidt · Fri Jan 25 19:58:01 2019 +0100
  52. efee283 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Wed Jan 30 12:24:32 2019 -0500
  53. 030bab8 sunxi: clk: enable clk and reset for CCU devices by Andre Przywara · Tue Jan 29 15:54:08 2019 +0000
  54. 0b0409c Merge tag 'u-boot-imx-20190129' of git://git.denx.de/u-boot-imx by Tom Rini · Wed Jan 30 07:22:12 2019 -0500
  55. 99f3a91 mmc: sunxi: Honour non-removable property in DT by Andre Przywara · Sat Jan 19 01:30:53 2019 +0000
  56. 29b533c mmc: sunxi: Add DM clk and reset support by Andre Przywara · Tue Jan 29 15:54:13 2019 +0000
  57. 64e2a74 mmc: sunxi: Add DM_MMC support for A80 by Jagan Teki · Mon Jan 21 16:01:12 2019 +0530
  58. 611f167 mmc: sunxi: Add DM_MMC support for H6 by Jagan Teki · Tue Jan 29 15:54:12 2019 +0000
  59. 79eaa5d mmc: sunxi: Add remaining compatible strings by Jagan Teki · Tue Jan 29 15:54:11 2019 +0000
  60. 8c8c8a4 sunxi: clk: A80: add MMC clock support by Andre Przywara · Tue Jan 29 15:54:10 2019 +0000
  61. ddf33c1 sunxi: clk: add MMC gates/resets by Andre Przywara · Tue Jan 29 15:54:09 2019 +0000
  62. 8702199 pinctrl: meson: add pinconf support by Jerome Brunet · Fri Jan 04 15:44:34 2019 +0100
  63. d6283b9 ihs_video_out: Fix error handling by Mario Six · Mon Jan 28 09:50:58 2019 +0100
  64. b2e87ac videomodes: Relax EDID validation checks for hsync/vsync pulse width by Priit Laes · Fri Jan 18 15:56:51 2019 +0200
  65. 3fba961 mmc: fsl_esdhc: add compatible for fsl, imx53-esdhc by Patrick Bruenn · Thu Jan 03 07:54:32 2019 +0100
  66. cf87371 MTD: nand: mxs_nand_spl: Fix empty function pointer for BBT by Adam Ford · Sun Dec 30 10:11:16 2018 -0600
  67. 07955fb spi: mxc_spi: Fix build warning on ARM64 platforms by Ye Li · Fri Jan 04 09:26:00 2019 +0000
  68. eeebae3 pinctrl: imx: Fix select input issue by Ye Li · Fri Jan 04 09:08:26 2019 +0000
  69. e67502c gpio: introduce CONFIG_SPL_DM_PCA953X by Peng Fan · Fri Dec 21 06:21:21 2018 +0000
  70. e6b2c2b imx8: scu: use dedicated MU for SPL by Peng Fan · Fri Dec 21 06:21:15 2018 +0000
  71. d1ac23f Enable FEC driver to retrieve PHY address from device tree by Martyn Welch · Tue Dec 11 11:34:45 2018 +0000
  72. 1c71c49 Merge branch '2019-01-25-master-imports' by Tom Rini · Sat Jan 26 22:47:55 2019 -0500
  73. 191d02e misc: i2c_eeprom: Add atmel,24c08 to the list by Michal Simek · Mon Jan 21 13:54:57 2019 +0100
  74. 520a669 drivers: esdhc: add support for ColdFire mcf5441x family by Angelo Dureghello · Sat Jan 19 10:40:38 2019 +0100
  75. 159eb4b dfu: Make DFU support more SPL friendly by Andrew F. Davis · Thu Jan 17 13:43:03 2019 -0600
  76. 6d932e6 spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU by Andrew F. Davis · Thu Jan 17 13:43:02 2019 -0600
  77. 4932fd6 mmc: mtk-sd: fix SPL compilation when GPIO=y and SPL_GPIO=n by Fabien Parent · Thu Jan 17 18:06:01 2019 +0100
  78. 79a6073 mmc: mtk-sd: fix possible incomplete read ops by Fabien Parent · Thu Jan 17 18:06:00 2019 +0100
  79. 699d390 mmc: hi6220_dw_mmc: add compatible for Poplar support by Shawn Guo · Thu Jan 17 12:09:51 2019 +0800
  80. a6a16f4 Merge tag 'arc-fixes-for-2019.04-rc1' of git://git.denx.de/u-boot-arc by Tom Rini · Fri Jan 25 10:41:24 2019 -0500
  81. 1232f0d serial_arc: Allocate buffer for private data by Alexey Brodkin · Tue Jan 22 18:18:51 2019 +0300
  82. 9dff08f Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Thu Jan 24 15:30:48 2019 -0500
  83. c3cd5e6 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Jan 24 15:30:06 2019 -0500
  84. 7811919 net: phy: aquantia: Print information on config by Valentin-catalin Neacsu · Tue Nov 06 12:16:54 2018 +0000
  85. 123b24f net: phy: aquantia: Enable autoneg when on USXGMII by Valentin-catalin Neacsu · Tue Oct 30 09:54:46 2018 +0000
  86. a55ef7f net: remove CONFIG_MCAST_TFTP by Chris Packham · Mon Nov 26 21:00:29 2018 +1300
  87. bbe1857 net: move ether_crc to tsec driver by Chris Packham · Mon Nov 26 21:00:28 2018 +1300
  88. b8d167e net: phy: realtek: Add functions to read PHY's extended registers by Carlo Caione · Wed Jan 16 11:34:50 2019 +0000
  89. bf15d2f net: macb: fix mapping of registers by Ramon Fried · Thu Dec 27 19:58:42 2018 +0200
  90. c9fe02a net: mvneta: Add GPIO configuration support by Aditya Prayoga · Wed Dec 05 00:39:23 2018 +0800
  91. 7ca5e69 net: mvgbe: fallback phy-mode to GMII by Chris Packham · Tue Dec 04 19:54:30 2018 +1300
  92. f7c689d net: phy: micrel: fix KSZ9031 clock skew for values greater 0ps by Andreas Pretzsch · Thu Nov 29 20:04:53 2018 +0100
  93. 3cf0f2e net: mvpp2: mdio device per port by Baruch Siach · Wed Nov 21 13:05:34 2018 +0200
  94. 4f42c86 net: mvpp2: fix lookup of mdio registers base address by Baruch Siach · Wed Nov 21 13:05:33 2018 +0200
  95. 80385de net: designware: clear padding bytes by Simon Goldschmidt · Sat Nov 17 10:24:42 2018 +0100
  96. e2d0a7c net: designware: fix tx packet length by Simon Goldschmidt · Sat Nov 17 10:24:41 2018 +0100
  97. 3c43a48 net: phy: Add clause 45 identifier to phy_device by Pankaj Bansal · Fri Nov 16 06:26:18 2018 +0000
  98. 4747d2c i2c: cdns: Convert to livetree function by Michal Simek · Fri Jan 18 10:43:39 2019 +0100
  99. add7f41d fpga: zynqmp: show an error message when FPGA programming fails by Luca Ceresoli · Fri Jan 11 17:09:45 2019 +0100
  100. 03f937a net: phy: Move fixed link code to separate routine by Siva Durga Prasad Paladugu · Tue Nov 27 11:49:10 2018 +0530