[GIT PULL] Reset controller updates for v6.11
Philipp Zabel
p.zabel at pengutronix.de
Wed Jun 26 09:32:58 PDT 2024
Dear arm-soc maintainers,
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
are available in the Git repository at:
git://git.pengutronix.de/pza/linux.git tags/reset-for-v6.11
for you to fetch changes up to eb5d88b1538850c6d9ddfcd0b59dc7c84831b530:
reset: RESET_IMX8MP_AUDIOMIX should depend on ARCH_MXC (2024-06-25 14:28:11 +0200)
----------------------------------------------------------------
Reset controller updates for v6.11
Move reset controller registration to the end in rzg2l-usbphy-ctrl, to
simplify the probe error path, add a new i.MX8MP AudioMix reset driver,
allow to build some drivers under COMPILE_TEST with fewer dependencies,
and use the devm_clk_get_enabled convenience wrapper in meson-audio-arb.
The latter causes a trivial merge conflict [1] with
b99e9c096148f ("reset: meson-audio-arb: Convert to platform remove callback returning void")
because I didn't manage to send that in last round. There is no overlap
though.
[1] https://lore.kernel.org/all/Znmufb9L78FCoSSS@sirena.org.uk/
----------------------------------------------------------------
Biju Das (1):
reset: rzg2l-usbphy-ctrl: Move reset controller registration
Geert Uytterhoeven (1):
reset: RESET_IMX8MP_AUDIOMIX should depend on ARCH_MXC
Philipp Zabel (3):
reset: sti: allow building under COMPILE_TEST
reset: meson-audio-arb: Use devm_clk_get_enabled()
reset: zynqmp: allow building under COMPILE_TEST
Shengjiu Wang (1):
reset: imx8mp-audiomix: Add AudioMix Block Control reset driver
drivers/reset/Kconfig | 14 ++++
drivers/reset/Makefile | 5 +-
drivers/reset/reset-imx8mp-audiomix.c | 128 ++++++++++++++++++++++++++++++++
drivers/reset/reset-meson-audio-arb.c | 9 +--
drivers/reset/reset-rzg2l-usbphy-ctrl.c | 32 ++++----
drivers/reset/sti/Kconfig | 4 +-
6 files changed, 167 insertions(+), 25 deletions(-)
create mode 100644 drivers/reset/reset-imx8mp-audiomix.c
More information about the linux-arm-kernel
mailing list