From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EA4E622D781 for ; Fri, 14 Nov 2025 15:50:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763135411; cv=none; b=LwNnO/cU8jUp5h2pbFvy4jpbuYGh8P+3I/Q8Uyy9rEA03yQZK2H487w3hzOihUbW43VVW62qgfO0OHLHSYXWA4JAnyfragmw6OxKGeyow/t922HGazQHeQZp4cJsjJ7onwTEaMnYie8nq9b+t1dJvraqnhqMV1XCt1UfTYUbQGg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763135411; c=relaxed/simple; bh=UrtSpeLfGeL8/0PD+elYzXPQsf4xprvf9+EEzaI03aA=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=ZabaRN45P1KwZFEn1cuG41OH+CvLexoF9mcJ09K+VokQ8jTc48J0hY3nYXBR7kw7guFZbG38gpEYseL9spjFfNFyYfr+0j2u24NL+yH/4OMiKRJ23tKoh7hjjiOxZnH/jA5aAZuBG7hkj6vI1kD1UeqCxfNhTUS6qkvNH7iUjHI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vJw3i-0008R0-5h; Fri, 14 Nov 2025 16:49:58 +0100 Received: from lupine.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::4e] helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vJw3h-000Ri4-2r; Fri, 14 Nov 2025 16:49:57 +0100 Received: from pza by lupine with local (Exim 4.98.2) (envelope-from ) id 1vJw3h-00000000AUm-3NSj; Fri, 14 Nov 2025 16:49:57 +0100 Message-ID: <3e26ce37e9b1ee5c5f231b3a60b3eb08d36bf0f4.camel@pengutronix.de> Subject: Re: [PATCH v5 3/6] reset: imx8mp-audiomix: Switch to using regmap API From: Philipp Zabel To: Laurentiu Mihalcea , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Fabio Estevam , Daniel Baluta , Shengjiu Wang , Frank Li Cc: devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Pengutronix Kernel Team Date: Fri, 14 Nov 2025 16:49:57 +0100 In-Reply-To: <20251114133738.1762-4-laurentiumihalcea111@gmail.com> References: <20251114133738.1762-1-laurentiumihalcea111@gmail.com> <20251114133738.1762-4-laurentiumihalcea111@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.56.1-1+deb13u1 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org On Fr, 2025-11-14 at 05:37 -0800, Laurentiu Mihalcea wrote: > From: Laurentiu Mihalcea >=20 > 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. >=20 > Signed-off-by: Laurentiu Mihalcea Reviewed-by: Philipp Zabel regards Philipp