1. 8329ce3 video: ipuv3: remove some useless code to reduce binary size by Anatolij Gustschin · Mon May 25 14:34:17 2020 +0200
  2. 0dcb3fd video: make backlight and panel drivers optional by Anatolij Gustschin · Tue May 26 00:20:49 2020 +0200
  3. 0087836 video: ipuv3: fix building with disabled panel driver by Anatolij Gustschin · Tue May 26 00:09:22 2020 +0200
  4. 20b7919 video: make vidconsole commands optional by Anatolij Gustschin · Mon May 25 21:47:19 2020 +0200
  5. 2396f98 Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into next by Tom Rini · Sat Jun 13 09:01:01 2020 -0400
  6. 922a9ca net: rtl8139: Add DM support by Marek Vasut · Sat May 09 22:34:44 2020 +0200
  7. fce51f2 net: rtl8139: Read HW address from EEPROM only on probe by Marek Vasut · Sat May 09 22:34:43 2020 +0200
  8. ac3f000 net: rtl8139: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · Sat May 09 22:34:42 2020 +0200
  9. d9dd2a8 net: rtl8139: Split out common and non-DM functions by Marek Vasut · Sat May 09 22:34:41 2020 +0200
  10. a7c1295 net: rtl8139: Pass private data into rtl8139_eeprom_delay() by Marek Vasut · Sat May 09 22:34:40 2020 +0200
  11. 775b067 net: rtl8139: Introduce device private data by Marek Vasut · Sat May 09 22:34:39 2020 +0200
  12. b1d652f net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros by Marek Vasut · Sat May 09 22:34:38 2020 +0200
  13. 6826194 net: rtl8139: Use dev->iobase instead of custom ioaddr by Marek Vasut · Sat May 09 22:34:37 2020 +0200
  14. c4840a0 net: rtl8139: Switch from malloc()+memset() to calloc() by Marek Vasut · Sat May 09 22:34:36 2020 +0200
  15. 66ed9fc net: rtl8139: Factor out device name assignment by Marek Vasut · Sat May 09 22:34:35 2020 +0200
  16. 3434cd7 net: phy: Add DP8382x phy registration to TI PHY init by Dan Murphy · Mon May 04 16:14:40 2020 -0500
  17. 8b8d73a net: phy: Add support for TI PHY init by Dan Murphy · Mon May 04 16:14:39 2020 -0500
  18. 0439bee net: phy: add phyid search in vendor specific space by Florin Chiculita · Wed Apr 29 14:25:48 2020 +0300
  19. f9f4a1c net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot by Tom Warren · Thu Mar 26 15:59:13 2020 -0700
  20. a8267d4 net: phy: micrel: ksz8061 implement errata 80000688A fix by Bryan O'Donoghue · Thu Mar 26 03:54:01 2020 +0000
  21. 7c41a22 dm: uclass: don't assign aliased seq numbers by Michael Walle · Tue Jun 02 01:47:09 2020 +0200
  22. 7c96132 usb: provide a device tree node to USB devices by Michael Walle · Tue Jun 02 01:47:07 2020 +0200
  23. 5c42d5d regmap: Check for out-of-range offsets before mapping them by Pratyush Yadav · Tue May 26 17:35:57 2020 +0530
  24. df3a9fe Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Tue Jun 09 09:17:24 2020 -0400
  25. 7e069ee Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · Mon Jun 08 08:51:59 2020 -0400
  26. 16189d6 power: pmic: Add SPL Kconfig entry for PFUZE100 by Marek Vasut · Fri May 29 19:22:41 2020 +0200
  27. 17059ba virtio: VIRTIO_RNG depends on DM_RNG by Heinrich Schuchardt · Sun May 31 11:02:42 2020 +0200
  28. 8da3a6b serial: Add missing Kconfig dependencies for debug consoles by Michal Simek · Thu May 28 12:05:12 2020 +0200
  29. 0f73ac6 serial: Convert ARM_DCC to Kconfig by Tom Rini · Tue Jun 02 17:26:33 2020 -0400
  30. e230a92 ddr: Rework errata A008109, A008378, 009942 workaround by Jaiprakash Singh · Tue Jun 02 12:44:02 2020 +0530
  31. 477602c ddr: fsl: Impl. Erratum A008109 by Joakim Tjernlund · Wed Nov 20 17:07:34 2019 +0100
  32. 53907d5 net: tsec: Access TBI PHY through the corresponding MII by Hou Zhiqiang · Sun May 03 22:48:43 2020 +0800
  33. 7b69ce7 net: tsec: Access eTSEC registers using virtual address by Hou Zhiqiang · Sun May 03 22:48:42 2020 +0800
  34. dbfdad6 net: tsec: fsl_mdio: add DM MDIO support by Madalin Bucur · Thu Apr 30 15:59:59 2020 +0300
  35. e848dba clk: sifive: fu540-prci: Release ethernet clock reset by Pragnesh Patel · Fri May 29 11:33:31 2020 +0530
  36. 1790bce clk: sifive: fu540-prci: Add ddr clock initialization by Pragnesh Patel · Fri May 29 11:33:30 2020 +0530
  37. 54ce0e0 clk: sifive: fu540-prci: Add clock enable and disable ops by Pragnesh Patel · Fri May 29 11:33:29 2020 +0530
  38. 4cefe72 sifive: fu540: add ddr driver by Pragnesh Patel · Fri May 29 11:33:26 2020 +0530
  39. 6e9661f misc: add driver for the SiFive otp controller by Pragnesh Patel · Fri May 29 11:33:21 2020 +0530
  40. e7c71d6 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · Wed Jun 03 12:27:51 2020 -0400
  41. 8c7e5dd Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Wed Jun 03 11:52:13 2020 -0400
  42. d0b93cb drivers: net: qe: deselect QE when DM_ETH is enabled by Madalin Bucur · Wed Apr 29 12:26:59 2020 +0300
  43. 5fd3ff7 drivers: net: e1000: with DM_ETH needs DM_PCI too by Madalin Bucur · Wed Apr 29 08:26:17 2020 +0300
  44. 884bc8a bootcount_ext: Add Ext4 build dependency by Frédéric Danis · Wed May 20 09:13:26 2020 +0200
  45. 797172a kconfig: fix typo for OHCI host and add to DM list by Marcin Juszkiewicz · Tue May 26 19:07:16 2020 +0200
  46. ad6bbbf kconfig: mark SPL/TPL options for DM_KEYBOARD by Marcin Juszkiewicz · Tue May 26 19:07:14 2020 +0200
  47. 2593cdb usb: ohci: Add header file for ARCH_DMA_MINALIGN by Simon Glass · Sat May 30 10:29:03 2020 -0600
  48. 1d37c69 x86: spi: Rewrite logic for obtaining the SPI memory map by Simon Glass · Wed May 27 06:58:47 2020 -0600
  49. 3386e9a net: sun8i_emac: Add support for the H6 variant by Samuel Holland · Thu May 07 18:10:51 2020 -0500
  50. 97f2cf1 net: sun8i_emac: Use consistent clock bitfield definitions by Samuel Holland · Thu May 07 18:10:50 2020 -0500
  51. 6b0f248 phy: sun4i-usb: Align H6 initialization logic with the kernel by Roman Stratiienko · Tue May 12 21:24:49 2020 +0300
  52. e80699c mtd: sf: Drop plat from sf_probe by Jagan Teki · Thu May 14 16:37:57 2020 +0530
  53. d312081 mtd: spi: Call sst_write in _write ops by Jagan Teki · Wed May 13 15:32:23 2020 +0530
  54. e58ca24 sf: Drop spl_flash_get_sw_write_prot by Jagan Teki · Wed May 13 18:16:39 2020 +0530
  55. 380cdbe mtd: spi: Use CONFIG_IS_ENABLED to prevent ifdef by Jagan Teki · Wed May 13 00:11:27 2020 +0530
  56. c3aa722 spi: Zap sh_spi driver by Jagan Teki · Tue May 26 00:23:51 2020 +0530
  57. 72cedd4 spi: Kconfig: Move MSCC_BB_SPI, FSL_QSPI into DM_SPI by Jagan Teki · Tue May 26 00:24:19 2020 +0530
  58. f3723b6 spi: Kconfig: Drop redundant CF_SPI definition by Jagan Teki · Tue May 26 00:15:25 2020 +0530
  59. 865d4c4 spi Drop spi_init() by Jagan Teki · Mon May 25 23:52:23 2020 +0530
  60. 80c5aec Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Sun May 31 20:07:39 2020 -0400
  61. 9f61a2f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Sat May 30 20:11:06 2020 -0400
  62. d04012d Merge tag 'dm-pull-30may20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Sat May 30 11:37:32 2020 -0400
  63. a8c4306 dm: core: Reorder include files in read.c by Stefan Roese · Wed Apr 29 09:08:44 2020 +0200
  64. f596590 driver: usb: drop legacy rockchip xhci driver by Frank Wang · Tue May 26 11:34:32 2020 +0800
  65. f5a6c5b usb: dwc3: add make compatible for rockchip platform by Frank Wang · Tue May 26 11:34:31 2020 +0800
  66. a86d51a usb: ehci-mx6: Print error code on failure by Marek Vasut · Thu May 21 23:34:06 2020 +0200
  67. 2737045 usb: ehci-mx6: Handle fixed regulators correctly by Marek Vasut · Thu May 21 23:32:23 2020 +0200
  68. f65b643 eth/r8152: fix assigning the wrong endpoint by Hayes Wang · Fri May 22 16:54:10 2020 +0800
  69. a4a2912 usb: dwc3: amend UTMI/UTMIW phy interface setup by Frank Wang · Tue May 26 11:34:30 2020 +0800
  70. 461409b usb: dwc3: Enable AutoRetry feature in the controller by Jagan Teki · Tue May 26 11:34:29 2020 +0800
  71. 0ece2f7 usb: dwc3: Add disable u2mac linestate check quirk by Jagan Teki · Tue May 26 11:33:48 2020 +0800
  72. b29bcd7 usb: dwc3: add dis_u2_freeclk_exists_quirk by Frank Wang · Tue May 26 11:33:47 2020 +0800
  73. 0c3b6f5 usb: dwc3: add dis_enblslpm_quirk by Frank Wang · Tue May 26 11:33:46 2020 +0800
  74. 573ba56 phy: rockchip: Add Rockchip USB TypeC PHY driver by Jagan Teki · Tue May 26 11:33:45 2020 +0800
  75. 70e882f phy: rockchip: Add Rockchip USB2PHY driver by Jagan Teki · Tue May 26 11:33:44 2020 +0800
  76. 055c218 clk: rk3399: Enable/Disable TCPHY clocks by Jagan Teki · Tue May 26 11:32:07 2020 +0800
  77. 4fb2c6d clk: rk3399: Set empty for TCPHY assigned-clocks by Jagan Teki · Tue May 26 11:32:06 2020 +0800
  78. a591537 clk: rk3399: Enable/Disable the USB2PHY clk by Jagan Teki · Tue May 26 11:32:05 2020 +0800
  79. 15b4006 pci: Make Rockchip PCIe voltage regulators optional by Mark Kettenis · Sun May 24 22:32:51 2020 +0200
  80. ad38600 clk: rk3399: Fix eMMC get_clk reg offset by Jagan Teki · Sun May 24 22:13:15 2020 +0530
  81. 24d8b75 misc: i2c_eeprom: implement different probe test eeprom offset by Eugen Hristev · Thu May 07 11:53:18 2020 +0300
  82. f1524a2 i2c: observe scl_count in i2c_deblock_gpio_loop() by Heinrich Schuchardt · Sat May 09 18:20:18 2020 +0200
  83. 057be51 i2c: designware_i2c: Check if the device is powered by Raul E Rangel · Wed Apr 22 10:13:54 2020 -0600
  84. 02b880e i2c: designware_i2c: Tidy up use of NULL priv by Simon Glass · Wed Apr 22 10:13:53 2020 -0600
  85. 16987e2 mtd: spinand: toshiba: Support for new Kioxia Serial NAND by Yoshio Furuyama · Sun May 10 22:06:42 2020 +0200
  86. 75d8abe mtd: spinand: toshiba: Rename function name to change suffix and prefix (8Gbit) by Yoshio Furuyama · Sun May 10 22:06:41 2020 +0200
  87. 62bd5b1 phy: Fix possible NULL pointer deference by Vignesh Raghavendra · Wed May 20 22:35:41 2020 +0530
  88. 7fcb9b8 Merge git://git.denx.de/u-boot-usb by Tom Rini · Fri May 22 22:58:50 2020 -0400
  89. b201d5a Merge branch 'net' of git://git.denx.de/u-boot-socfpga by Tom Rini · Fri May 22 22:58:16 2020 -0400
  90. f462228 net: ks8851: Add Kconfig entries by Marek Vasut · Wed Mar 25 19:08:59 2020 +0100
  91. f5d054b net: ks8851: Add DM support by Marek Vasut · Wed Mar 25 18:00:35 2020 +0100
  92. 5347ab6 net: ks8851: Receive one packet per recv call by Marek Vasut · Wed Mar 25 18:47:10 2020 +0100
  93. c0bb0d9 net: ks8851: Split non-DM specific bits from common code by Marek Vasut · Wed Mar 25 17:54:45 2020 +0100
  94. 1e1693e net: ks8851: Pass around driver private data by Marek Vasut · Wed Mar 25 17:35:00 2020 +0100
  95. e457cb1 net: ks8851: Checkpatch cleanup by Marek Vasut · Wed Mar 25 17:25:29 2020 +0100
  96. b4ba60b net: ks8851: Clean up chip ID readout by Marek Vasut · Wed Mar 25 18:15:46 2020 +0100
  97. 21bf578 net: ks8851: Remove type_frame_head by Marek Vasut · Wed Mar 25 17:23:11 2020 +0100
  98. 1994c90 net: ks8851: Trim down struct ks_net by Marek Vasut · Wed Mar 25 17:18:55 2020 +0100
  99. 1ef7af8 net: ks8851: Use 16bit RXQCR access by Marek Vasut · Wed Mar 25 17:02:51 2020 +0100
  100. 12a2b66 net: ks8851: Remove RXQCR cache by Marek Vasut · Wed Mar 25 17:02:21 2020 +0100