1. 7e0e026 rtc: pt7c4338: Add driver model support by Biwen Li · Fri May 01 20:03:57 2020 +0800
  2. 247dac6 rtc: ds1337: Add driver model support by Biwen Li · Fri May 01 20:03:56 2020 +0800
  3. 9807f7d watchdog MediaTek add upstream compatible by Matthias Brugger · Sun Apr 26 01:17:45 2020 +0200
  4. fc4a6cb timer MediaTek use upstream compatible by Matthias Brugger · Sun Apr 26 01:17:44 2020 +0200
  5. 697ab3d rtc: pcf2127: don't add/subtract 1 to tm_mon by Rasmus Villemoes · Fri May 01 15:24:50 2020 +0200
  6. e8a497c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · Thu Apr 30 18:05:15 2020 -0400
  7. 5979882 spi: sifive: Fix QPP transfer by Jagan Teki · Thu Apr 23 22:30:55 2020 +0530
  8. ebca2c3 spi: sifive: Fix format register proto field by Jagan Teki · Thu Apr 23 22:30:54 2020 +0530
  9. 294b291 spi: sifive: Add spi-mem exec op by Jagan Teki · Thu Apr 23 22:30:53 2020 +0530
  10. e8a14f5 mtd: spi-nor-ids: Add Spansion s25fs512s flash entry by Kuldeep Singh · Fri Apr 03 12:27:42 2020 +0530
  11. ad26957 watchdog: kconfig: Enable designware for rk3399 by Jagan Teki · Mon Apr 20 23:34:13 2020 +0530
  12. e719070 mtd: spi-nor-ids: Enable 4B_OPCODES for is25wp256 by Jagan Teki · Mon Apr 20 15:36:07 2020 +0530
  13. 355db10 mtd: spi-nor: Enable QE bit for ISSI flash by Jagan Teki · Mon Apr 20 15:36:06 2020 +0530
  14. 351ce7c spi: sifive: Tidy up dm_spi_slave_platdata variable by Jagan Teki · Mon Apr 20 16:03:46 2020 +0530
  15. 809e54d Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Thu Apr 30 13:00:20 2020 -0400
  16. ccaa08c Merge tag 'xilinx-for-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Thu Apr 30 11:31:33 2020 -0400
  17. 92007cf Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Thu Apr 30 10:06:54 2020 -0400
  18. bd165e7 pci: Avoid auto-config when chain loading by Simon Glass · Sun Apr 26 09:12:56 2020 -0600
  19. 17968c3 acpi: Add a method to write tables for a device by Simon Glass · Sun Apr 26 09:19:46 2020 -0600
  20. b76b0a6 driver: net: fm: add DM ETH support by Madalin Bucur · Thu Apr 23 16:25:19 2020 +0300
  21. 9d327b0 driver: net: fm: add DM MDIO support by Madalin Bucur · Thu Apr 23 16:25:18 2020 +0300
  22. 248f920 driver: net: fm: separate receive buffer free code by Madalin Bucur · Thu Apr 23 16:25:17 2020 +0300
  23. 11fa7a3 driver: net: fm: change init_phy() param by Madalin Bucur · Thu Apr 23 16:25:16 2020 +0300
  24. 25f7cf7 drivers: net: fsl-mc: add support for CONFIG_DM_ETH by Ioana Ciornei · Wed Mar 18 16:47:38 2020 +0200
  25. 872004f drivers: net: ldpaa: add DTS based probing support by Ioana Ciornei · Wed Mar 18 16:47:37 2020 +0200
  26. 799a443 drivers: net: add Layerscape mEMAC MDIO driver by Ioana Ciornei · Wed Mar 18 16:47:36 2020 +0200
  27. 2073d54 spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enum by Tudor Ambarus · Fri Mar 20 09:35:31 2020 +0000
  28. 872b9ce mtd: nand: spi: add support for Toshiba TC58CVG2S0HRAIJ by Robert Marko · Tue Mar 03 20:25:42 2020 +0100
  29. 24cb409 mtd: spi-nand: Import Toshiba SPI-NAND support by Robert Marko · Tue Mar 03 20:25:40 2020 +0100
  30. 74412ab mtd: spi-nor: Enable dual and quad read for s25fl256s0 by Bacem Daassi · Fri Mar 27 19:58:14 2020 +0100
  31. 1067551 mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu* by Kuldeep Singh · Sat Mar 14 18:23:54 2020 +0530
  32. 5d9e778 spi: cadence-qspi: Move ref clock calculation to probe by Pratyush Yadav · Mon Feb 24 12:40:51 2020 +0530
  33. aea0b21 spi: use is_power_of_2 instead of hweight32 in spi_nor_write() by Rasmus Villemoes · Fri Mar 13 01:06:38 2020 +0100
  34. d8429a1 spi: Transform the FSL QuadSPI driver to use the SPI MEM API by Kuldeep Singh · Thu Feb 20 22:57:52 2020 +0530
  35. df51e06 Merge tag 'u-boot-amlogic-20200428' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Tue Apr 28 10:09:16 2020 -0400
  36. 7e9f5fb Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Tue Apr 28 10:08:47 2020 -0400
  37. 190ee83 usb: host: dwc3-sti-glue: Use UCLASS_NOP instead of UCLASS_MISC by Patrice Chotard · Tue Apr 28 13:49:50 2020 +0200
  38. ce17fe1 usb: host: dwc2: add trace to have clean usb start by Patrick Delaunay · Mon Apr 27 15:30:01 2020 +0200
  39. 8bef169 usb: host: dwc2: force reset assert by Patrick Delaunay · Mon Apr 27 15:30:00 2020 +0200
  40. 9225f3e usb: host: dwc2: add clk support by Patrick Delaunay · Mon Apr 27 15:29:59 2020 +0200
  41. bb3569d usb: host: dwc2: add phy support by Patrick Delaunay · Mon Apr 27 15:29:58 2020 +0200
  42. 637ad63 usb: ether: avoid NULL check before free() by Heinrich Schuchardt · Sun Apr 19 12:11:12 2020 +0200
  43. 4b88d6f usb: avoid NULL check before free by Heinrich Schuchardt · Sun Apr 19 12:02:28 2020 +0200
  44. a29def2 usb: dwc3-meson-g12a: add power-on/off of the PHYs by Neil Armstrong · Tue Apr 21 10:17:42 2020 +0200
  45. 86724a5 phy: meson: add GXBB PHY driver by Beniamino Galvani · Sun Aug 18 15:42:54 2019 +0200
  46. be15428 clk: meson: g12a: add missing SD_EMMC_A controller gates by Neil Armstrong · Mon Apr 20 15:46:30 2020 +0200
  47. a0f6da6 Merge tag 'mips-pull-2020-04-27' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · Mon Apr 27 17:50:35 2020 -0400
  48. 6e38a5c Merge tag 'arc-more-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-arc by Tom Rini · Mon Apr 27 17:50:11 2020 -0400
  49. 1aa3089 sysreset: add reset controller based reboot driver by developer · Tue Apr 21 09:28:29 2020 +0200
  50. d8ae875 nand: brcmnand: return without disabling clock by Álvaro Fernández Rojas · Thu Apr 02 10:37:52 2020 +0200
  51. ce9dfb9 ARM: zynq: Fix invalid check on NAND_CMD_NONE. by Patrick van Gelder · Fri Apr 24 01:28:56 2020 -0600
  52. aa12d51 clk: versal: Fix watchdog clock issue by T Karthik Reddy · Wed Apr 08 21:34:54 2020 -0600
  53. 529e6f0 mmc: zynq: parse dt when probing by Benedikt Grassl · Tue Apr 14 07:32:12 2020 +0200
  54. 6575713 ARC: HSDK: CGU: add support for timer clock by Eugeniy Paltsev · Thu Apr 23 14:50:50 2020 +0300
  55. 6a0e7a6 video: simple_panel: add boe,nv140fhmn49 display by Peter Robinson · Mon Apr 20 20:27:32 2020 +0100
  56. 07c7876 drivers: video: rockchip: fix building eDP and LVDS drivers by Peter Robinson · Mon Apr 20 19:18:25 2020 +0100
  57. 100e860 rtc: ds1374: typo Watchdog by Heinrich Schuchardt · Mon Apr 20 18:31:21 2020 +0200
  58. d4e78c3 spi: mpc8xxx_spi: fix missing dev_err definition by Rasmus Villemoes · Mon Apr 20 16:13:41 2020 +0200
  59. 8821be4 clk: actions: Add common clock driver by Amit Singh Tomar · Sun Apr 19 19:28:30 2020 +0530
  60. 7c8e84c arm: dts: sync dts for Action Semi S900 by Amit Singh Tomar · Sun Apr 19 19:28:28 2020 +0530
  61. f497770 serial: actions: add compatible string by Amit Singh Tomar · Sun Apr 19 19:28:27 2020 +0530
  62. 1e36545 cache: l2x0: Fix write to incorrect shared-override bit by Ley Foon Tan · Fri Apr 17 14:45:35 2020 +0800
  63. 5a18f87 dm: mmc: Update mmc_get_mmc_dev() to use const * by Simon Glass · Wed Apr 08 08:33:00 2020 -0600
  64. 9167e4d mtd: nand: pxa3xx: fix raw read when last_chunk_size == 0 by Baruch Siach · Sun Apr 05 19:19:31 2020 +0300
  65. cf01a7e bootcount_ext: Add flag to enable/disable bootcount by Frédéric Danis · Tue Mar 17 17:59:09 2020 +0100
  66. d5d7395 eth: mtk-eth: add mt7531 switch support in mediatek eth driver by developer · Tue Feb 18 16:49:37 2020 +0800
  67. 3b44628 watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environment by Charles Frey · Wed Feb 19 16:50:15 2020 +0000
  68. 0bef026 dm: pinctrl: Use right device pointer for configuring pinctrl by Lokesh Vutla · Wed Apr 22 22:55:31 2020 +0530
  69. 90c1d2f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Wed Apr 22 13:00:21 2020 -0400
  70. ebbb333 Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Wed Apr 22 08:58:41 2020 -0400
  71. 4c8288f drivers: mmc: rpmb: do not build for SPL by Heinrich Schuchardt · Wed Apr 15 18:28:09 2020 +0200
  72. 3d5256e mmc: tmio: sdhi: Implement get_b_max function by Marek Vasut · Sat Apr 04 12:45:06 2020 +0200
  73. 31976d9 mmc: Add option to adjust b_max before long read by Marek Vasut · Sat Apr 04 12:45:05 2020 +0200
  74. 9f7baeb mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitations by Marek Vasut · Sat Apr 04 12:45:04 2020 +0200
  75. 5b0dad9 drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfg by Rayagonda Kokatanur · Tue Mar 31 11:04:06 2020 +0530
  76. ee6ad59 drivers: mmc: iproc_sdhci: fix compilation warning by Rayagonda Kokatanur · Tue Mar 31 11:04:05 2020 +0530
  77. beb789e drivers: mmc: iproc_sdhci: enable broken R1B response quirk by Bharat Kumar Reddy Gooty · Tue Mar 31 11:04:04 2020 +0530
  78. c965240 drivers: mmc: iproc_sdhci: fix possible memory leak by Bharat Kumar Reddy Gooty · Tue Mar 31 11:04:03 2020 +0530
  79. 75e5a64 cmd: mmc: provide boot area protection command by Heinrich Schuchardt · Mon Mar 30 07:24:19 2020 +0200
  80. bf230e1 mmc: export mmc_send_ext_csd() by Heinrich Schuchardt · Mon Mar 30 07:24:17 2020 +0200
  81. 9c75dd1 clk: armada-37xx-periph: fix DDR PHY clock divider values by Marek Behún · Wed Apr 15 00:59:18 2020 +0200
  82. a473057 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Tue Apr 21 15:20:42 2020 -0400
  83. 7cb47412 Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · Tue Apr 21 08:28:13 2020 -0400
  84. ed5aa49 mmc: tmio: sdhi: Add DMA transfer address alignment check at writing by Hiroyuki Yokoyama · Sat Mar 07 17:32:59 2020 +0100
  85. 22c3644 Merge branch '2020-04-17-master-imports' by Tom Rini · Mon Apr 20 17:22:47 2020 -0400
  86. 518ed1e Merge tag 'u-boot-amlogic-20200420' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Mon Apr 20 13:44:27 2020 -0400
  87. e361d74 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Mon Apr 20 08:45:27 2020 -0400
  88. 13b06b4 phy: meson-gxl-usb: add set_mode call to force switch to peripheral mode by Neil Armstrong · Mon Mar 30 11:27:24 2020 +0200
  89. 8ab77e3 generic-phy: add generic_phy_get_by_node() by Neil Armstrong · Mon Mar 30 11:27:23 2020 +0200
  90. d5dc36f drivers: i2c: add brcm iproc I2C driver support by Rayagonda Kokatanur · Wed Apr 08 11:12:27 2020 +0530
  91. 3e0259d i2c: muxes: pca954x: add PCA9546 variant by Chris Packham · Wed Apr 01 15:55:27 2020 +1300
  92. 0b46337 clk: imx: add i.IMXRT1020 clk driver by Giulio Benetti · Tue Feb 18 20:02:51 2020 +0100
  93. 94a036b pmic: pfuze100: Change error message level to debug by Fabio Estevam · Fri Apr 17 09:27:10 2020 -0300
  94. 927858e video: mxsfb: enable setting ENABLE negative polarity by Giulio Benetti · Wed Apr 08 17:10:19 2020 +0200
  95. e9238d6 video: mxsfb: enable setting PIXDATA on negative edge by Giulio Benetti · Wed Apr 08 17:10:18 2020 +0200
  96. 996d96a video: mxsfb: enable setting VSYNC negative polarity by Giulio Benetti · Wed Apr 08 17:10:17 2020 +0200
  97. e030524 video: mxsfb: enable setting HSYNC negative polarity by Giulio Benetti · Wed Apr 08 17:10:16 2020 +0200
  98. ac6d7f1 video: mxsfb: refactor for using display_timings by Giulio Benetti · Wed Apr 08 17:10:15 2020 +0200
  99. 8367731 video: mxsfb: add support for i.MXRT by Giulio Benetti · Wed Apr 08 17:10:14 2020 +0200
  100. f14d000 video: mxsfb: add support for DM CLK by Giulio Benetti · Wed Apr 08 17:10:13 2020 +0200