1. 807ae58 mtd: pxa3xx_nand: remove dead code by Baruch Siach · Thu Oct 29 08:52:19 2020 +0200
  2. 759349e mtd: pxa3xx_nand: port to use driver model by Shmuel Hazan · Thu Oct 29 08:52:18 2020 +0200
  3. 67d1a3f phy: marvell: cp110: update mode parameter for pcie power on calls by Igal Liberman · Sun Oct 18 17:11:13 2020 +0300
  4. c42b5a3 phy: marvell: cp110: let the firmware configure comphy for PCIe by Grzegorz Jaszczyk · Sun Oct 18 17:11:12 2020 +0300
  5. 7928a8e phy: marvell: cp110: let the firmware configure the comphy by Grzegorz Jaszczyk · Sun Oct 18 17:11:11 2020 +0300
  6. 53509ec drivers: mux: mmio-based syscon mux controller by Jean-Jacques Hiblot · Fri Oct 16 16:16:32 2020 +0530
  7. 0c1b557 dm: board: complete the initialization of the muxes in initr_dm() by Jean-Jacques Hiblot · Fri Oct 16 16:16:31 2020 +0530
  8. f4f9056 drivers: Add a new framework for multiplexer devices by Jean-Jacques Hiblot · Fri Oct 16 16:16:30 2020 +0530
  9. 04ded00 rtc: provide an emulated RTC by Heinrich Schuchardt · Thu Oct 22 23:52:14 2020 +0200
  10. 54b2a7a Merge tag 'video-for-2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Mon Oct 26 17:27:38 2020 -0400
  11. cbefefc nokia_rx51: disable obsolete VIDEO config by Anatolij Gustschin · Mon Oct 26 19:50:58 2020 +0100
  12. 3d471a1 eb_cpu5282: fix CONFIG_DM_VIDEO build warnings by Anatolij Gustschin · Sun Oct 18 20:32:35 2020 +0200
  13. 52a1db7 riscv: Move timer portions of SiFive CLINT to drivers/timer by Sean Anderson · Sun Oct 25 21:46:58 2020 -0400
  14. 5a23865 timer: Add _TIMER suffix to Andes PLMT Kconfig by Sean Anderson · Sun Oct 25 21:46:57 2020 -0400
  15. 5abf1f3 riscv: Move Andes PLMT driver to drivers/timer by Sean Anderson · Sun Oct 25 21:46:56 2020 -0400
  16. b213ffc clk: kendryte: no need to check argument of free() by Heinrich Schuchardt · Tue Sep 29 21:52:12 2020 +0200
  17. 259029f phy: nop-phy: add clk bulk by Peng Fan · Thu Oct 15 18:05:58 2020 +0800
  18. 008573b i2c: i2c-gpio: Convert to use APIs which support live DT by Patrick Delaunay · Thu Sep 10 18:25:09 2020 +0200
  19. deb5b48 power: regulator: gpio-regulator: Convert to use APIs which support live DT by Patrick Delaunay · Thu Sep 10 18:18:17 2020 +0200
  20. 23f988a power: regulator: gpio-regulator: protect count value by Patrick Delaunay · Thu Sep 10 18:18:16 2020 +0200
  21. 556f5ab Revert "serial: serial_xen: print U-Boot banner and others" by Tom Rini · Fri Oct 23 09:16:13 2020 -0400
  22. ae965f2 Revert "serial: serial_xen: add DEBUG_UART support" by Tom Rini · Fri Oct 23 09:15:55 2020 -0400
  23. d0a2d6f Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Thu Oct 22 20:32:02 2020 -0400
  24. b1f9d2c rtc: move pcf8563 to Kconfig by Heiko Schocher · Fri Oct 16 10:41:46 2020 +0200
  25. f9ca467 mmc: mtk-sd: change some dev_err into dev_dbg by Fabien Parent · Thu Oct 15 18:38:18 2020 +0200
  26. 84fd316 serial: serial_xen: add DEBUG_UART support by AKASHI Takahiro · Thu Oct 15 13:25:16 2020 +0900
  27. cda1686 serial: serial_xen: print U-Boot banner and others by AKASHI Takahiro · Thu Oct 15 13:25:13 2020 +0900
  28. b39ef89 cosmetic: reset: ast2500: Rename driver and configs by Chia-Wei, Wang · Thu Oct 15 10:25:14 2020 +0800
  29. acc7836 reset: ast2500: Use SCU for reset control by Chia-Wei, Wang · Thu Oct 15 10:25:13 2020 +0800
  30. 863efd8 clk: ccf: replace the get_rate helper by Dario Binacchi · Wed Oct 14 23:42:17 2020 +0200
  31. ab2066b ARM: mvebu: a38x: Fix comment typo by Naoki Hayama · Mon Oct 12 18:35:55 2020 +0900
  32. 3110dcb mmc: Fix comment typo by Naoki Hayama · Mon Oct 12 18:35:22 2020 +0900
  33. fa5d33f rng: Add Qualcomm MSM PRNG driver by Robert Marko · Thu Oct 08 22:05:13 2020 +0200
  34. 90dfaeb net: Add IPQ40xx MDIO driver by Robert Marko · Thu Oct 08 22:05:11 2020 +0200
  35. e4b17a7 spi: Add Qualcomm QUP SPI controller driver by Robert Marko · Thu Oct 08 22:05:09 2020 +0200
  36. 947fc2d timer: Return count from timer_ops.get_count by Sean Anderson · Wed Oct 07 14:37:44 2020 -0400
  37. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · Wed Oct 07 18:11:48 2020 +0200
  38. 5726f2f tpm: cr50: Correct logging statements by Simon Glass · Sun Sep 27 18:46:24 2020 -0600
  39. 9a09630 i2c: designware: Use log_debug() for debugging by Simon Glass · Sun Sep 27 18:46:23 2020 -0600
  40. 72f0d99 syscon: Drop the logging in syscon_get_by_driver_data() by Simon Glass · Sun Sep 27 18:46:17 2020 -0600
  41. a0638e7 Merge tag 'u-boot-stm32-20201021' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Thu Oct 22 08:25:41 2020 -0400
  42. b41f247 net: sun8i-emac: Lower MDIO frequency by Andre Przywara · Mon Jul 06 01:40:45 2020 +0100
  43. b3ce85c net: sun8i-emac: Make internal PHY handling more robust by Andre Przywara · Wed Oct 21 23:27:32 2020 +0530
  44. 5942282 net: sun8i_emac: Simplify and fix error handling for RX by Andre Przywara · Mon Jul 06 01:40:43 2020 +0100
  45. 6bdc70e net: sun8i_emac: Fix MAC soft reset by Andre Przywara · Mon Jul 06 01:40:42 2020 +0100
  46. 4ab675e net: sun8i_emac: Fix overlong lines by Andre Przywara · Mon Jul 06 01:40:41 2020 +0100
  47. 2e7dd26 net: sun8i_emac: Wrap and simplify cache maintenance operations by Andre Przywara · Mon Jul 06 01:40:40 2020 +0100
  48. 1fae838 net: sun8i_emac: Drop unneeded cache invalidation before sending by Andre Przywara · Mon Jul 06 01:40:39 2020 +0100
  49. 8cd8960 net: sun8i_emac: Reduce cache maintenance on TX descriptor init by Andre Przywara · Mon Jul 06 01:40:38 2020 +0100
  50. 7408b09 net: sun8i_emac: Improve cache maintenance on RX descriptor init by Andre Przywara · Mon Jul 06 01:40:37 2020 +0100
  51. e6e29cc net: sun8i_emac: Name magic bits and simplify read-modify-write calls by Andre Przywara · Mon Jul 06 01:40:36 2020 +0100
  52. f58d83c net: sun8i_emac: Remove pointless wrapper functions by Andre Przywara · Wed Oct 21 23:21:42 2020 +0530
  53. 0dd619b net: sun8i_emac: Simplify mdio_read/mdio_write functions by Andre Przywara · Mon Jul 06 01:40:34 2020 +0100
  54. df6f271 net: sun8i_emac: Don't hand out TX descriptor too early by Andre Przywara · Mon Jul 06 01:40:33 2020 +0100
  55. 874145f net: sun8i-emac: Bail out on PHY error by Andre Przywara · Mon Jul 06 01:40:32 2020 +0100
  56. cf6da85 arm: stm32: cleanup arch gpio.h by Patrick Delaunay · Fri Oct 02 14:08:54 2020 +0200
  57. 643e31b mmc: stm32_sdmmc2: Use mmc_of_parse() to read host capabilities by Alexandru Gagniuc · Wed Sep 09 16:54:02 2020 -0500
  58. d6ff68d mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed" by Alexandru Gagniuc · Tue Sep 15 14:51:46 2020 -0500
  59. fb2dca3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Tue Oct 20 08:02:53 2020 -0400
  60. e4db739 pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.9 by Lad Prabhakar · Wed Oct 14 16:45:59 2020 +0100
  61. 3434a5f clk: renesas: Import R8A774C0 clock tables from Linux 5.9 by Lad Prabhakar · Fri Oct 16 08:37:14 2020 +0100
  62. eb6474c clk: renesas: Add R8A774E1 clock tables by Biju Das · Wed Oct 14 18:17:36 2020 +0100
  63. 69159a2 clk: renesas: Add R8A774B1 clock tables by Biju Das · Wed Oct 14 18:17:35 2020 +0100
  64. 161bf54 clk: renesas: r8a774a1-cpg-mssr: Add R8A774A1 RPC clock by Biju Das · Tue Sep 29 11:09:44 2020 +0100
  65. 5e45920 spi: renesas_rpc_spi: Add R-Car Gen3 and RZ/G2 fallback compatibility string by Biju Das · Wed Sep 30 13:19:34 2020 +0100
  66. 4cb093e usb: gadget: Add bcdDevice for the MTU3 USB Gadget Controller by developer · Wed Oct 14 15:08:30 2020 +0800
  67. 13dc3c8 usb: add MediaTek USB3 DRD driver by developer · Fri Oct 16 11:38:39 2020 +0800
  68. b758158 usb: common: add define of usb_speed_string() by developer · Wed Oct 14 15:08:28 2020 +0800
  69. 64bb6ce usb: add USB_SPEED_SUPER_PLUS by developer · Wed Oct 14 15:08:27 2020 +0800
  70. deb45f8 usb: musb-new: Fix typo in caution message by Naoki Hayama · Mon Oct 12 18:35:42 2020 +0900
  71. e3dedea usb: dwc2: Fix control OUT transfer issue by Chance.Yang · Tue Oct 06 10:55:49 2020 +0800
  72. 01adeb3 usb: xhci: avoid type conversion of void * by Heinrich Schuchardt · Tue Sep 29 22:03:01 2020 +0200
  73. 784624c Merge tag 'u-boot-atmel-2021.01-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · Mon Oct 19 09:29:05 2020 -0400
  74. 4eea088 clk: at91: sama7g5: add 5th divisor for mck0 layout and characteristics by Eugen Hristev · Wed Jul 01 10:44:21 2020 +0300
  75. 227fa12 clk: at91: clk-master: add 5th divisor for mck master by Eugen Hristev · Wed Jul 01 10:42:58 2020 +0300
  76. baf5b52 clk: at91: sam9x60: add support compatible with CCF by Claudiu Beznea · Wed Oct 07 18:17:08 2020 +0300
  77. b1f1763 configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs by Patrick Delaunay · Mon Sep 28 11:30:16 2020 +0200
  78. c47fe77 configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigs by Patrick Delaunay · Mon Sep 28 11:30:15 2020 +0200
  79. 5d0e2ab configs: migrate CONFIG_VIDEO_BMP_GZIP to defconfigs by Patrick Delaunay · Mon Sep 28 11:30:14 2020 +0200
  80. 753251d video: backlight: fix pwm's duty cycle calculation by Dario Binacchi · Sun Oct 11 14:28:04 2020 +0200
  81. 4d57087 video: backlight: fix pwm data structure description by Dario Binacchi · Sun Oct 11 14:28:03 2020 +0200
  82. c73372f video: dw-mipi-dsi: permit configuring the escape clock rate by Neil Armstrong · Fri Oct 02 11:16:09 2020 +0200
  83. a61f0e5 video: dw-mipi-dsi: driver-specific configuration of phy timings by Neil Armstrong · Fri Oct 02 11:16:08 2020 +0200
  84. ba26a20 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Fri Oct 16 09:56:15 2020 -0400
  85. e8433bf usb: dwc3: Include device_compat.h in dwc3-octeon-glue.c by Tom Rini · Fri Oct 16 08:41:37 2020 -0400
  86. 51f27a8 clk: at91: Include device_compat.h in compat.c by Tom Rini · Thu Oct 15 21:44:43 2020 -0400
  87. aa7ebbb usb: musb-new: mt85xx: Fix not calling dev_err with a device by Sean Anderson · Sun Oct 04 21:39:55 2020 -0400
  88. 3e46486 usb: musb-new: Include device_compat.h by Sean Anderson · Sun Oct 04 21:39:54 2020 -0400
  89. 429ce52 usb: xhci: Include device_compat.h by Sean Anderson · Sun Oct 04 21:39:53 2020 -0400
  90. d111306 timer: Include device_compat.h by Sean Anderson · Sun Oct 04 21:39:52 2020 -0400
  91. 4736416 tee: optee: Include device_compat.h by Sean Anderson · Sun Oct 04 21:39:51 2020 -0400
  92. a89b943 spi: fsl_qspi: Include device_compat.h by Sean Anderson · Sun Oct 04 21:39:50 2020 -0400
  93. acccaca spi: nxp_fspi: Include device_compat.h by Sean Anderson · Sun Oct 04 21:39:49 2020 -0400
  94. baba248 watchdog: octeontx_wdt: Add support for start and stop by Suneel Garapati · Wed Sep 23 11:01:31 2020 +0200
  95. 8f0f949 mmc: octeontx_hsmmc.c: Remove test debug message by Stefan Roese · Wed Sep 23 11:01:29 2020 +0200
  96. bea4632 spi: octeon_spi: Use a fixed 100MHz input clock on Octeon TX2 by Stefan Roese · Wed Aug 05 15:07:30 2020 +0200
  97. 9edf909 ram: imxrt: Include device_compat.h by Sean Anderson · Sun Oct 04 21:39:48 2020 -0400
  98. 03036a2 phy: Include device_compat.h by Sean Anderson · Sun Oct 04 21:39:47 2020 -0400
  99. eba9951 net: ldpaa_eth: Include device_compat.h by Sean Anderson · Sun Oct 04 21:39:46 2020 -0400
  100. 0a74944 mtd: mxs_nand: Fix not calling dev_xxx with a device by Sean Anderson · Sun Oct 04 21:39:45 2020 -0400