[GIT PULL] Reset controller updates for v6.18

Philipp Zabel p.zabel at pengutronix.de
Thu Sep 4 08:41:35 PDT 2025


Dear arm-soc maintainers,

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

  https://git.pengutronix.de/git/pza/linux.git tags/reset-for-v6.18

for you to fetch changes up to 1527cd3b89f0db8d71828f86a64dc901415f9be1:

  reset: remove unneeded 'fast_io' parameter in regmap_config (2025-08-14 12:21:39 +0200)

----------------------------------------------------------------
Reset controller updates for v6.18

* Fix the reset tree git repository link in MAINTAINERS.
* Add support for bcm63xx ephy reset control to reset-bcm6345.
* Add support for the AST2700 reset controller, as an auxiliary
  device driver to the corresponding clock controller driver.
* Add support for the remaining TH1520 VO subsystem reset controls to
  reset-th1520.
* Drop unnecessary .fast_io setting from MMIO regmap_configs.

----------------------------------------------------------------
Icenowy Zheng (2):
      dt-bindings: reset: thead,th1520-reset: add more VOSYS resets
      reset: th1520: add resets for display pipeline

Kyle Hendry (2):
      dt-bindings: reset: add compatible for bcm63xx ephy control
      reset: bcm6345: add support for bcm63xx ephy control register

Philipp Zabel (1):
      MAINTAINERS: Use https:// protocol for Reset Controller Framework tree

Ryan Chen (1):
      reset: aspeed: register AST2700 reset auxiliary bus device

Wolfram Sang (1):
      reset: remove unneeded 'fast_io' parameter in regmap_config

 .../bindings/reset/brcm,bcm6345-reset.yaml         |   4 +-
 MAINTAINERS                                        |   2 +-
 drivers/reset/Kconfig                              |   7 +
 drivers/reset/Makefile                             |   1 +
 drivers/reset/reset-aspeed.c                       | 253 +++++++++++++++++++++
 drivers/reset/reset-bcm6345.c                      |   1 +
 drivers/reset/reset-intel-gw.c                     |   1 -
 drivers/reset/reset-qcom-pdc.c                     |   1 -
 drivers/reset/reset-th1520.c                       |  41 +++-
 include/dt-bindings/reset/thead,th1520-reset.h     |   7 +
 10 files changed, 312 insertions(+), 6 deletions(-)
 create mode 100644 drivers/reset/reset-aspeed.c



More information about the linux-arm-kernel mailing list