[GIT PULL] Reset controller updates for v6.17
Philipp Zabel
p.zabel at pengutronix.de
Thu Jul 10 08:25:13 PDT 2025
Dear arm-soc maintainers,
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
are available in the Git repository at:
https://git.pengutronix.de/git/pza/linux.git tags/reset-for-v6.17
for you to fetch changes up to 196dbace08243bbd4639cdb3d8ec655b2da361bd:
dt-bindings: reset: Convert snps,dw-reset to DT schema (2025-07-03 11:04:54 +0200)
----------------------------------------------------------------
Reset controller updates for v6.17
* Support reset controllers on Kendryte K230 and SOPHGO CV1800B.
* Add RZ/V2N USB2PHY reset controller bindings
* Use auxiliary device creation helpers in reset-mpfs.
* Convert nxp,lcp1850-rgu and snps,dw-reset binding docs to DT schema.
* Enable reset-brcmstb(-rescal) on BCM2712.
* Fix a typo in the T-HEAD TH1520 Kconfig option
----------------------------------------------------------------
Drew Fustini (1):
reset: thead: Fix TH1520 typo
Frank Li (1):
dt-bindings: reset: convert nxp,lpc1850-rgu.txt to yaml format
Inochi Amaoto (2):
dt-bindings: reset: sophgo: Add CV1800B support
reset: simple: add support for Sophgo CV1800B
Jerome Brunet (1):
reset: mpfs: use the auxiliary device creation
Junhui Liu (2):
dt-bindings: reset: add support for canaan,k230-rst
reset: canaan: add reset driver for Kendryte K230
Lad Prabhakar (1):
dt-bindings: reset: renesas,rzv2h-usb2phy: Document RZ/V2N SoC support
Peter Robinson (1):
reset: brcmstb: Enable reset drivers for ARCH_BCM2835
Rob Herring (Arm) (1):
dt-bindings: reset: Convert snps,dw-reset to DT schema
.../devicetree/bindings/reset/canaan,k230-rst.yaml | 39 +++
.../devicetree/bindings/reset/nxp,lpc1850-rgu.txt | 83 -----
.../devicetree/bindings/reset/nxp,lpc1850-rgu.yaml | 101 ++++++
.../reset/renesas,rzv2h-usb2phy-reset.yaml | 7 +-
.../devicetree/bindings/reset/snps,dw-reset.txt | 30 --
.../devicetree/bindings/reset/snps,dw-reset.yaml | 39 +++
.../bindings/reset/sophgo,sg2042-reset.yaml | 4 +-
drivers/reset/Kconfig | 21 +-
drivers/reset/Makefile | 1 +
drivers/reset/reset-k230.c | 371 +++++++++++++++++++++
drivers/reset/reset-mpfs.c | 56 +---
drivers/reset/reset-simple.c | 2 +
include/dt-bindings/reset/canaan,k230-rst.h | 90 +++++
13 files changed, 672 insertions(+), 172 deletions(-)
create mode 100644 Documentation/devicetree/bindings/reset/canaan,k230-rst.yaml
delete mode 100644 Documentation/devicetree/bindings/reset/nxp,lpc1850-rgu.txt
create mode 100644 Documentation/devicetree/bindings/reset/nxp,lpc1850-rgu.yaml
delete mode 100644 Documentation/devicetree/bindings/reset/snps,dw-reset.txt
create mode 100644 Documentation/devicetree/bindings/reset/snps,dw-reset.yaml
create mode 100644 drivers/reset/reset-k230.c
create mode 100644 include/dt-bindings/reset/canaan,k230-rst.h
More information about the linux-arm-kernel
mailing list