]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
reset: imx8mp-audiomix: Switch to using regmap API
authorLaurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
Wed, 26 Nov 2025 12:42:15 +0000 (04:42 -0800)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Sat, 24 Jan 2026 15:22:49 +0000 (16:22 +0100)
commit6d6818abec260e506ea5978df920430f54deb70a
treef71d52f8cca5c47d6a8212bf73a250be75f552c6
parent212212062f981fe2c98d235ee008201a6dd36c28
reset: imx8mp-audiomix: Switch to using regmap API

Switch to using the regmap API to allow performing register operations
under the same lock. This is needed for cases such as i.MX8ULP's SIM LPAV
where clock gating, reset control and MUX-ing is performed via the same
register (i.e. SYSCTRL0) and different subsystem APIs.

Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/reset-imx8mp-audiomix.c