[GIT PULL] Reset controller updates for v5.20
Philipp Zabel
p.zabel at pengutronix.de
Fri Jul 29 06:36:20 PDT 2022
Dear arm-soc maintainers,
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
are available in the Git repository at:
git://git.pengutronix.de/pza/linux.git tags/reset-for-v5.20
for you to fetch changes up to d985db83622679fc496ed824088e066528b3a872:
reset: tps380x: Fix spelling mistake "Voltags" -> "Voltage" (2022-07-28 14:08:50 +0200)
----------------------------------------------------------------
Reset controller updates for v5.20
Allow reset-simple to be selected under EXPERT and reset-a10sr to be
built under COMPILE_TEST. Add Renesas RZ/G2UL USBPHY binding and a new
driver for the TI TPS380x line of voltage supervisor ICs with manual
reset control.
A patch to make reset-microchip-sparx5 buildable as a module had to be
reverted as that turned out to break MDIO on kswitch-d10.
----------------------------------------------------------------
Ben Dooks (2):
reset: allow building of reset simple driver if expert config selected
reset: reset-simple should depends on HAS_IOMEM
Biju Das (1):
dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document RZ/G2UL USBPHY Control bindings
Clément Léger (1):
reset: microchip-sparx5: allow building as a module
Colin Ian King (1):
reset: tps380x: Fix spelling mistake "Voltags" -> "Voltage"
Marco Felsch (2):
dt-bindings: reset: Add TPS380x documentation
reset: tps380x: Add TPS380x device driver supprt
Philipp Zabel (2):
reset: a10sr: allow building under COMPILE_TEST
Revert "reset: microchip-sparx5: allow building as a module"
.../bindings/reset/renesas,rzg2l-usbphy-ctrl.yaml | 1 +
.../bindings/reset/ti,tps380x-reset.yaml | 49 ++++++++
drivers/reset/Kconfig | 13 ++-
drivers/reset/Makefile | 1 +
drivers/reset/reset-tps380x.c | 126 +++++++++++++++++++++
5 files changed, 188 insertions(+), 2 deletions(-)
create mode 100644 Documentation/devicetree/bindings/reset/ti,tps380x-reset.yaml
create mode 100644 drivers/reset/reset-tps380x.c
More information about the linux-arm-kernel
mailing list