mbox series

[GIT,PULL] Reset controller updates for v6.11, part 2

Message ID 20240703100809.2773890-1-p.zabel@pengutronix.de (mailing list archive)
State New
Headers show
Series [GIT,PULL] Reset controller updates for v6.11, part 2 | expand

Pull-request

git://git.pengutronix.de/pza/linux.git tags/reset-for-v6.11-2

Message

Philipp Zabel July 3, 2024, 10:08 a.m. UTC
Dear arm-soc maintainers,

The following changes since commit f2661062f16b2de5d7b6a5c42a9a5c96326b8454:

  Linux 6.10-rc5 (2024-06-23 17:08:54 -0400)

are available in the Git repository at:

  git://git.pengutronix.de/pza/linux.git tags/reset-for-v6.11-2

for you to fetch changes up to c1267e1afae60e0b1d17d3a2e55515ecccb22a3e:

  arm64: dts: renesas: rz-smarc: Replace fixed regulator for USB VBUS (2024-07-03 10:51:53 +0200)

The diffstat also lists the changes already included in reset-for-v6.11,
because I've set the base commit to v6.10-rc5. This is pulled in by
the regulator-hw-enable-helper merge. The new tag is still based on
reset-for-v6.11 though, to avoid a merge conflict between the tegra-bpmp
and sti COMPILE_TEST commits.

----------------------------------------------------------------
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.

----------------------------------------------------------------
Biju Das (6):
      reset: rzg2l-usbphy-ctrl: Move reset controller registration
      regulator: core: Add helper for allow HW access to enable/disable regulator
      dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document USB VBUS regulator
      reset: renesas: Add USB VBUS regulator device as child
      phy: renesas: phy-rcar-gen3-usb2: Control VBUS for RZ/G2L SoCs
      arm64: dts: renesas: rz-smarc: Replace fixed regulator for USB VBUS

Geert Uytterhoeven (1):
      reset: RESET_IMX8MP_AUDIOMIX should depend on ARCH_MXC

Philipp Zabel (5):
      reset: sti: allow building under COMPILE_TEST
      reset: meson-audio-arb: Use devm_clk_get_enabled()
      reset: zynqmp: allow building under COMPILE_TEST
      reset: tegra-bpmp: allow building under COMPILE_TEST
      Merge tag 'regulator-hw-enable-helper' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into reset/next

Shengjiu Wang (1):
      reset: imx8mp-audiomix: Add AudioMix Block Control reset driver

 .../bindings/reset/renesas,rzg2l-usbphy-ctrl.yaml  |  10 ++
 Documentation/power/regulator/consumer.rst         |   6 +
 arch/arm64/boot/dts/renesas/rz-smarc-common.dtsi   |  11 +-
 drivers/phy/renesas/phy-rcar-gen3-usb2.c           |   8 +-
 drivers/regulator/core.c                           |  28 +++++
 drivers/reset/Kconfig                              |  14 +++
 drivers/reset/Makefile                             |   7 +-
 drivers/reset/reset-imx8mp-audiomix.c              | 128 +++++++++++++++++++++
 drivers/reset/reset-meson-audio-arb.c              |   9 +-
 drivers/reset/reset-rzg2l-usbphy-ctrl.c            |  63 +++++++---
 drivers/reset/sti/Kconfig                          |   4 +-
 drivers/reset/tegra/Kconfig                        |   3 +-
 include/linux/regulator/consumer.h                 |   7 ++
 13 files changed, 262 insertions(+), 36 deletions(-)
 create mode 100644 drivers/reset/reset-imx8mp-audiomix.c