]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'reset-for-v6.11-2' of git://git.pengutronix.de/pza/linux into soc/drivers
authorArnd Bergmann <arnd@arndb.de>
Tue, 9 Jul 2024 09:12:54 +0000 (11:12 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 9 Jul 2024 09:12:55 +0000 (11:12 +0200)
commit2bb1acc608cb74f325324b56de1aa397e85cd35f
tree98fb1a081453a2410b40b113f13bda6bfa3c37a1
parentee22fbd7054449abfc0f40653a85c79a422a6bf8
parentc1267e1afae60e0b1d17d3a2e55515ecccb22a3e
Merge tag 'reset-for-v6.11-2' of git://git.pengutronix.de/pza/linux into soc/drivers

Reset controller updates for v6.11, part 2

This tag adds USB VBUS regulator control for Renesas RZ/G2L SoCs,
which also touches PHY driver and device tree, and pulls in a new
regulator_hardware_enable() helper.

The Tegra BPMP reset driver can be compiled under COMPILE_TEST now.

* tag 'reset-for-v6.11-2' of git://git.pengutronix.de/pza/linux:
  arm64: dts: renesas: rz-smarc: Replace fixed regulator for USB VBUS
  phy: renesas: phy-rcar-gen3-usb2: Control VBUS for RZ/G2L SoCs
  reset: renesas: Add USB VBUS regulator device as child
  dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document USB VBUS regulator
  reset: tegra-bpmp: allow building under COMPILE_TEST
  regulator: core: Add helper for allow HW access to enable/disable regulator

Link: https://lore.kernel.org/r/20240703100809.2773890-1-p.zabel@pengutronix.de
Signed-off-by: Arnd Bergmann <arnd@arndb.de>