1. 0a6978c Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Sun Oct 31 12:48:08 2021 -0400
  2. 0061b6f SoC: exynos: add support for exynos 78x0 by Dzmitry Sankouski · Sun Oct 17 13:45:41 2021 +0300
  3. 0024e44 pinctrl: exynos: add support for multiple pin banks by Dzmitry Sankouski · Sun Oct 17 13:45:40 2021 +0300
  4. 2993e97 serial: samsung: add support for skip debug init in s5p by Dzmitry Sankouski · Sun Oct 17 13:45:39 2021 +0300
  5. e9be204 pinctrl: qcom: add pinctrl and gpio drivers for SDM845 SoC by Dzmitry Sankouski · Sun Oct 17 13:44:29 2021 +0300
  6. 682351a spmi: msm: add arbiter version 5 support by Dzmitry Sankouski · Sun Oct 17 13:44:28 2021 +0300
  7. f5be5c8 serial: qcom: add support for GENI serial driver by Dzmitry Sankouski · Sun Oct 17 13:44:27 2021 +0300
  8. 357a256 iommu: Add Apple DART driver by Mark Kettenis · Sat Oct 23 16:58:05 2021 +0200
  9. 835cb5d serial: s5p: Add Apple M1 support by Mark Kettenis · Sat Oct 23 16:58:04 2021 +0200
  10. 67748ee test: Add tests for IOMMU uclass by Mark Kettenis · Sat Oct 23 16:58:02 2021 +0200
  11. e1311b6 iommu: Add IOMMU uclass by Mark Kettenis · Sat Oct 23 16:58:01 2021 +0200
  12. 3fa593d usb: xhci-brcm: Include header file needed for dev_err by Stefan Agner · Wed Oct 06 14:05:29 2021 +0200
  13. b2bfae6 mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCI by Usama Arif · Tue Oct 19 15:49:48 2021 +0100
  14. cd9ea64 mmc: Fix mmc_switch excessive timeout by Kirill Kapranov · Sat Oct 09 23:49:59 2021 +0300
  15. 8cd3128 drivers: mmc: Add wait_dat0 support for sdhci driver by Stephen Carlson · Tue Aug 17 12:46:41 2021 -0700
  16. 1822a97 drivers: mmc: Add wait_dat0 support for Freescale eSDHC driver by Stephen Carlson · Tue Aug 17 12:46:40 2021 -0700
  17. d7dc200 dfu: Sort Kconfig entries alphabetically by Marek Vasut · Tue Oct 26 00:37:05 2021 +0200
  18. a5fe780 dfu: dfu_sf: Read the SPI flash in 16 MiB chunks by Marek Vasut · Tue Sep 14 05:26:51 2021 +0200
  19. b68d92c mmc: sunxi: conditionally include MMC2 initialization code by Icenowy Zheng · Thu Jul 22 14:30:05 2021 +0800
  20. 65c982b watchdog: Add a driver for the sunxi watchdog by Samuel Holland · Sun Aug 22 13:53:27 2021 -0500
  21. 9a77a96 clk: sunxi: Extend DM_RESET selection to SPL by Samuel Holland · Sat Sep 11 14:45:31 2021 -0500
  22. 5afa5cd power: pmic: axp: Implement poweroff via sysreset by Samuel Holland · Sun Oct 24 21:00:10 2021 -0500
  23. 41a545f power: axp: Avoid do_poweroff conflict with sysreset by Samuel Holland · Sun Aug 22 18:18:05 2021 -0500
  24. c70137c phy: sun4i-usb: Support VBUS detection via power supply by Samuel Holland · Sun Sep 12 09:22:42 2021 -0500
  25. f42dbdf phy: sun4i-usb: Refactor VBUS detection to match Linux by Samuel Holland · Sun Sep 12 09:22:41 2021 -0500
  26. b083242 phy: sun4i-usb: Remove a couple of debug messages by Samuel Holland · Sun Sep 12 09:22:40 2021 -0500
  27. d8a562b Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · Sat Oct 23 10:49:28 2021 -0400
  28. 19e38b2 spi: nxp_fspi: Implement errata workaround for LS1028A by Kuldeep Singh · Tue Aug 03 14:32:58 2021 +0530
  29. 66a813e spi: nxp-fspi: Add support for IP read only by Kuldeep Singh · Tue Aug 03 14:32:57 2021 +0530
  30. 4015419 mtd: spi-nor-ids: Add SECT_4K to mt25qu512a by Kris Chaplin · Mon Oct 18 03:30:18 2021 -0700
  31. 077afbd mtd: spi-nor-ids: Add is25lp512 and is25wp512 devices by Kris Chaplin · Mon Oct 18 03:26:50 2021 -0700
  32. 4b4896d mtd: Remove mtd_erase_callback() entirely by Marek Behún · Tue Oct 05 15:56:06 2021 +0200
  33. 2e7d762 mtd: mtdpart: Make mtdpart's _erase method sane by Marek Behún · Tue Oct 05 15:56:05 2021 +0200
  34. b94e9e9 mtd: spi-nor-core: Check for ctrlc() in spi_nor_erase() by Marek Behún · Tue Oct 05 15:56:04 2021 +0200
  35. e86e9e2 mtd: spi-nor-core: Call mtd_erase_callback() from spi_nor_erase() by Marek Behún · Tue Oct 05 15:56:03 2021 +0200
  36. b6cc44d mtd: spi-nor-core: Don't check for zero length in spi_nor_write() / spi_nor_erase() by Marek Behún · Tue Oct 05 15:56:02 2021 +0200
  37. 987482c mtd: spi-nor-core: Check return value of write_disable() in spi_nor_erase() by Marek Behún · Tue Oct 05 15:56:00 2021 +0200
  38. d929a6f mtd: spi-nor-core: Don't overwrite return value if it is non-zero by Marek Behún · Tue Oct 05 15:55:59 2021 +0200
  39. 9e4893b mtd: spi-nor-core: Check return value of write_enable() in spi_nor_erase() by Marek Behún · Tue Oct 05 15:55:58 2021 +0200
  40. 883cdc3 mtd: spi-nor-core: Try cleaning up in case writing BAR failed by Marek Behún · Tue Oct 05 15:55:57 2021 +0200
  41. 5f46ddc mtd: spi-nor: Add support for Spansion S25FL256L by Takahiro Kuwano · Thu Sep 30 11:23:37 2021 +0900
  42. b688198 mtd: spi-nor-ids: Add GD25LQ256D Chip by Yanhong Wang · Thu Sep 30 19:53:01 2021 +0800
  43. 4a0ccfb Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Oct 21 07:52:15 2021 -0400
  44. 4e02e70 arm: a37xx: pci: Fix condition for CRS response by Pali Rohár · Tue Oct 19 11:05:01 2021 +0200
  45. c5cc3ec arm: a37xx: pci: Do not allow setting bars on PCI Bridge by Pali Rohár · Tue Oct 12 13:19:19 2021 +0200
  46. 53929db arm: mvebu: a3720: Create Kconfig option for I2C_MV by Marek Behún · Sat Oct 09 19:33:37 2021 +0200
  47. 2eeaea4 Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Wed Oct 20 14:24:09 2021 -0400
  48. d7ca28d ram: sifive: Fix -Wint-to-pointer-cast warnings by Bin Meng · Sun Sep 12 11:15:15 2021 +0800
  49. 81ce637 net: macb: Fix -Wint-to-pointer-cast warnings by Bin Meng · Sun Sep 12 11:15:14 2021 +0800
  50. a44397f dm: core: Add a new API devfdt_get_addr_index_ptr() by Bin Meng · Sun Sep 12 11:15:12 2021 +0800
  51. 40d89ad i2c: ocores: Fix -Wint-to-pointer-cast warning by Bin Meng · Sun Sep 12 11:15:11 2021 +0800
  52. 95b03aa gpio: sifive: Fix -Wint-to-pointer-cast warning by Bin Meng · Sun Sep 12 11:15:10 2021 +0800
  53. d0dcb75 clk: sifive: Fix -Wint-to-pointer-cast warning by Bin Meng · Sun Sep 12 11:15:09 2021 +0800
  54. 9f50173 cache: sifive: Fix -Wint-to-pointer-cast warning by Bin Meng · Sun Sep 12 11:15:08 2021 +0800
  55. d3196cb clk: fixed_rate: add dummy disable() function by Samuel Holland · Tue Oct 12 19:40:29 2021 -0500
  56. d3254ce drivers/gpio: add support for MAX7320 i2c i/o expander by Hannes Schmelzer · Fri Oct 01 13:37:57 2021 +0200
  57. 3c0abe5 Merge tag 'u-boot-rockchip-20211015' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Sun Oct 17 21:13:49 2021 -0400
  58. e148926 Convert CONFIG_USB_EHCI_IS_TDI to Kconfig by Marek Behún · Sat Oct 09 15:27:35 2021 +0200
  59. 53d5351 Convert CONFIG_USB_EHCI_MXS to Kconfig by Marek Behún · Sat Oct 09 15:27:33 2021 +0200
  60. 372154d Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI by Marek Behún · Sat Oct 09 15:27:32 2021 +0200
  61. 58ec23b mmc: rockchip_sdhci: enable strobe line for HS400 by Yifeng Zhao · Fri Oct 15 16:41:27 2021 +0800
  62. 7b9b926 clk: rockchip: rk3568: update clks by Elaine Zhang · Tue Oct 12 16:43:00 2021 +0800
  63. e792db1 spi: rockchip_sfc: Using read_poll by Jon Lin · Fri Sep 17 21:14:59 2021 +0800
  64. 0accc65 spi: rockchip_sfc: Implement set_speed logic by Jon Lin · Fri Sep 17 21:14:58 2021 +0800
  65. b959910 rockchip: px30: add support for setting cpll clock by Chris Morgan · Thu Aug 05 11:48:47 2021 -0500
  66. 14e5d38 pci: Fix printf format for regions by Pali Rohár · Fri Oct 08 17:01:24 2021 +0200
  67. 8597402 pci: Fix configuring BARs by Pali Rohár · Thu Oct 07 14:50:59 2021 +0200
  68. 4fb6599 pci: Skip configuring invalid P2P bridge devices by Pali Rohár · Thu Oct 07 14:50:58 2021 +0200
  69. 39a1d97 pci: Skip configuring PCI Rom Address for unsupported header types by Pali Rohár · Thu Oct 07 14:50:57 2021 +0200
  70. 2c85230 nvme: invalidate correct memory range after read by Stefan Agner · Mon Oct 04 11:24:51 2021 +0200
  71. c58ef2d rtc: ds1307: Handle oscillator-stop bit correctly by Mark Tomlinson · Tue Sep 28 10:10:42 2021 +1300
  72. 0155171 mtd: rawnand: Add Macronix raw NAND controller driver by Zhengxun Li · Tue Sep 14 13:43:51 2021 +0800
  73. 04a5b0f fastboot: fix partition name truncation in environment lookup by Matthias Schiffer · Fri Jul 30 14:23:54 2021 +0200
  74. 5a6815b Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Oct 12 12:01:00 2021 -0400
  75. 5e56ce6 Merge tag 'u-boot-at91-2022.01-b' of https://source.denx.de/u-boot/custodians/u-boot-at91 by Tom Rini · Tue Oct 12 11:49:15 2021 -0400
  76. 97e96f2 Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Tue Oct 12 08:58:58 2021 -0400
  77. d54d294 usb: sandbox: Add gadget callbacks by Patrice Chotard · Fri Sep 10 16:16:22 2021 +0200
  78. 5aaae6c usb: gadget: Add bcdDevice for the DWC2 USB Gadget Controller by Patrice Chotard · Fri Sep 10 16:16:21 2021 +0200
  79. cc523cf cmd: bind: Fix driver binding on a device by Patrice Chotard · Fri Sep 10 16:16:20 2021 +0200
  80. 1f302a9 pwm: Add PWM driver for SAMA5D2 by Dan Sneddon · Mon Sep 20 16:28:44 2021 -0700
  81. 75fe0f4 sunxi: video: Convert panel I2C to use DM_I2C by Samuel Holland · Fri Oct 08 00:17:24 2021 -0500
  82. b348efb i2c: Add a DM_I2C driver for the sun8i RSB controller by Samuel Holland · Fri Oct 08 00:17:21 2021 -0500
  83. 60d4928 i2c: Add a DM_I2C driver for the sun6i P2WI controller by Samuel Holland · Fri Oct 08 00:17:20 2021 -0500
  84. 3f90261 power: pmic: Add a driver for X-Powers AXP PMICs by Samuel Holland · Fri Oct 08 00:17:16 2021 -0500
  85. a0a2159 power: pmic: Consistently depend on SPL_DM_PMIC by Samuel Holland · Fri Oct 08 00:17:15 2021 -0500
  86. aad0279 power: pmic: Consistently depend on DM_PMIC by Samuel Holland · Fri Oct 08 00:17:14 2021 -0500
  87. d441175 clk: ti: add am33xx/am43xx spread spectrum clock support by Dario Binacchi · Sun Sep 26 11:58:58 2021 +0200
  88. f7d4954 clk: sunxi: Add drivers for A31 and H6 PRCM CCUs by Samuel Holland · Sun Sep 12 09:47:25 2021 -0500
  89. fa7a7fa clk: sunxi: Add support for I2C gates/resets by Samuel Holland · Sun Sep 12 09:47:24 2021 -0500
  90. e93ea43 sunxi: gpio: Remove bank-specific size macros by Samuel Holland · Sat Sep 11 16:50:49 2021 -0500
  91. c7ab95d sunxi: gpio: Remove name_to_gpio macro by Samuel Holland · Sat Sep 11 16:50:48 2021 -0500
  92. 06feb81 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · Sat Sep 11 16:50:47 2021 -0500
  93. 96dcecb gpio: sunxi: Remove the sunxi_name_to_gpio_bank function by Samuel Holland · Sun Sep 12 10:28:36 2021 -0500
  94. 12e3faa clk: sunxi: Move header out of arch directory by Samuel Holland · Sun Sep 12 11:48:43 2021 -0500
  95. e22e08e video: move MXS to Kconfig by Anatolij Gustschin · Mon Oct 04 17:33:12 2021 +0200
  96. afb0bf7 video: remove not used mx3fb driver by Anatolij Gustschin · Mon Oct 04 17:07:14 2021 +0200
  97. 31e9f79 video: simplefb: Add 30bpp support by Mark Kettenis · Sat Sep 25 22:47:38 2021 +0200
  98. 32b7368 video: Add 30bpp support by Mark Kettenis · Sat Sep 25 22:47:36 2021 +0200
  99. 2c3620f mtd: spi-nor-ids: Reinstate Micron MT25QL02G by Marek Vasut · Tue Oct 05 10:58:47 2021 +0200
  100. bd45aab mtd: spinand: macronix: Fix ECC Status Read by Haolin Li · Sun Sep 05 22:41:41 2021 +0800