From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 8DF583B0AEA; Mon, 27 Jul 2026 15:36:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785166618; cv=none; b=BBvOAgnQ3YEA5DNIaHZ0xJtxzQS7V6qklFrrJ/KIePcDVgUriNpSx7tMmzjDn+jfu1/mDDOAt0Wlvp1pbYcm3YHM2ML17IN/7a7OOloPxGeJgxkPLLEqSfLx22mCHiQoatTN4ZapawZrQX8U9NH+SJ2fF9qN4rbTSSTl2VNB+Vs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785166618; c=relaxed/simple; bh=rLZwPd0ARbhiS/nAOPjci7zoXQUZB1m6sKuexPqk80M=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cVQ4fBM9drZvOMrRArd10bkDnFGU8Ol3nsF3pFheqHkOeQJX5pnlMSWsC/GBgn+n9PYsMX13Pj5lJpHn6vDpuEWrRkngL9St0UVitKgqVt/kK9Jup2CB7OEfpDqQ/yrek8qRqY4iIfl36gpT0JjIOLpxUqjnb2K9Z1kWyb7zS/E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XsOWJdfe; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="XsOWJdfe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 468F71F000E9; Mon, 27 Jul 2026 15:36:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785166610; bh=O2DP9sd+V3gapp2vPDfzOknQfw1soNffgDYWsjI+4Hs=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=XsOWJdfedVUvAlAsTjIsfwaiMzFbrquKnAstZhHi4+vXSekL2D60TGJVuQQAU4S9H jNtGSxefNhWWdWWEPLViTwIZZ+UqrI2C2awIK3R5gajgvVMB7XLZauHrpepXb02OQg 5r0l5GJw/+iuhe/NGsTpdn5373eTYRXa0QolApGMsCoXIFWjxG6p0wbjO7r2ytLSS7 2Qrn6T/33aWyRhftWLXomiGcNvkh7Kz4pE8cnzaPkuUyCOVkSyCfIT0klJs7l1KKSg nRxeDYGGkqfcDWVGxgj+N8UXZB56saDnFi0A56YdfJwsZMat9ybWEkgUWwHqDc2So0 E0N7FsMYg43uA== Date: Mon, 27 Jul 2026 17:36:48 +0200 From: Thierry Reding To: Jerome Brunet Cc: Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Michael Turquette , Stephen Boyd , Brian Masney , Bjorn Andersson , Geert Uytterhoeven , Heiko Stuebner , Prashant Gaikwad , Jonathan Hunter , Tero Kristo , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-tegra@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH v2 4/7] clk: rockchip: clean-up simple provider misuse of the consumer API Message-ID: References: <20260724-clk-provider-simple-clean-v2-0-56f306156d25@baylibre.com> <20260724-clk-provider-simple-clean-v2-4-56f306156d25@baylibre.com> Precedence: bulk X-Mailing-List: linux-omap@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="xbtxxe6iq2gig57t" Content-Disposition: inline In-Reply-To: <20260724-clk-provider-simple-clean-v2-4-56f306156d25@baylibre.com> --xbtxxe6iq2gig57t Content-Type: text/plain; protected-headers=v1; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH v2 4/7] clk: rockchip: clean-up simple provider misuse of the consumer API MIME-Version: 1.0 On Fri, Jul 24, 2026 at 11:03:55AM +0200, Jerome Brunet wrote: > Clock provider should not be using the consumer interface. > In other words, a provider should not be dealing with struct clk. >=20 > This change targets occurrences for which the provider uses the > consumer interface and corresponding clk_hw interface exist. >=20 > Reviewed-by: Brian Masney > Signed-off-by: Jerome Brunet > --- > drivers/clk/rockchip/clk-pll.c | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) Reviewed-by: Thierry Reding --xbtxxe6iq2gig57t Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiOrDCAFJzPfAjcif3SOs138+s6EFAmpnexAACgkQ3SOs138+ s6HjrBAAqVx4wDajmCyTkTuu6eCSuKR8bW8dpLrULaaLS4gwAjsVCLv/lzY7LpDg +d7MXmAEth+FTysFv2BJIbi8843APxU+e230/GErUGMV7l42ITOIepPHVDoFRdl4 lP2vp96vn9eXV/tUSBVWoiyaqpk/TDbaPT5GtGsGU3TrtrmTFA1uC16YmAikOOV6 EbexV8rKrsf+90wnf2ScvcZN25SrkjdHZPPiYm8ha+25tubNWQooRKGMaUF8wppr XQSHImaQ4Z0uDPqkZsn0DUJZcSQOHPMEmXgzfdZ/FyGueKY4028P2rsYU3xax4hZ qCxTSXsfkkUUm9jZOtuGLhgUPdVZ7Gc5G9x8VtSToJaBR0yA9Ko1L7pbPIKWoVFz FlivG9Fx1tetf3wKKbSqPtR1ncFtJeg3UENYFlawkgdONOYTbyjH/oZ9U7fWny9p UskCye1oz98QG0n7bpXlEQRs/GvdNZbgkgp50MENqjKDuSDn2LugNesoBSygozIU ewfAbShTn/10piWzHhHvekgPKhwQ7Utxu9E1P8FOovFB9k0S2R3uIUHSL+MldaJt p7pjYEC2RjPPvk7RpvVhCtsyr8Pihnx7Oh6wtaBOFf3tESxZSBgFfX/JOgD4w6IO mNYMw4Nt5ICFcm/aSDngscGzgFSO1mi7QQIUZWFDFMQQSbgjYg8= =q9vv -----END PGP SIGNATURE----- --xbtxxe6iq2gig57t-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E4AA8C531FC for ; Mon, 27 Jul 2026 15:36:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=7ATQgmuL5GN+WfsizzqmW5IipC2AMng7lz1YMYouBtY=; b=j3CEcKlaQCenLjP81WG7hDvlC7 Knzo8XdJRaey6iNDNpClrle8P3hFThG12uJbieWUH7buPeJjywlvvTc8gMBgFEqNOouA4N53p3CrR 1JaEvSH7ZpMr1TLTcrNakSAZb1E7+oe+0HRoNK9Ojr4BVhjjlCeoZ8aL3rrz/duWNZntIYalN0UJT 9JH7LGiU7ltwXPLAT9Re30vlZTAeJCqsOapSQRRPR9niA28RPbtA0zPchha1CPa6YlS/vqFGjodaj RKUOX9UBrfM26ghG0FfpioedEuy5zQuYQ74NwdtemT02pRfr4H4SwqsFMG+vEqGws0FYpzdnnHTm/ iSjdVVVw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1woNNt-00000003C8A-1ueV; Mon, 27 Jul 2026 15:36:53 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1woNNr-00000003C7i-2oVE; Mon, 27 Jul 2026 15:36:51 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 2224360008; Mon, 27 Jul 2026 15:36:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 468F71F000E9; Mon, 27 Jul 2026 15:36:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785166610; bh=O2DP9sd+V3gapp2vPDfzOknQfw1soNffgDYWsjI+4Hs=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=XsOWJdfedVUvAlAsTjIsfwaiMzFbrquKnAstZhHi4+vXSekL2D60TGJVuQQAU4S9H jNtGSxefNhWWdWWEPLViTwIZZ+UqrI2C2awIK3R5gajgvVMB7XLZauHrpepXb02OQg 5r0l5GJw/+iuhe/NGsTpdn5373eTYRXa0QolApGMsCoXIFWjxG6p0wbjO7r2ytLSS7 2Qrn6T/33aWyRhftWLXomiGcNvkh7Kz4pE8cnzaPkuUyCOVkSyCfIT0klJs7l1KKSg nRxeDYGGkqfcDWVGxgj+N8UXZB56saDnFi0A56YdfJwsZMat9ybWEkgUWwHqDc2So0 E0N7FsMYg43uA== Date: Mon, 27 Jul 2026 17:36:48 +0200 From: Thierry Reding To: Jerome Brunet Cc: Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Michael Turquette , Stephen Boyd , Brian Masney , Bjorn Andersson , Geert Uytterhoeven , Heiko Stuebner , Prashant Gaikwad , Jonathan Hunter , Tero Kristo , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-tegra@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH v2 4/7] clk: rockchip: clean-up simple provider misuse of the consumer API Message-ID: References: <20260724-clk-provider-simple-clean-v2-0-56f306156d25@baylibre.com> <20260724-clk-provider-simple-clean-v2-4-56f306156d25@baylibre.com> MIME-Version: 1.0 In-Reply-To: <20260724-clk-provider-simple-clean-v2-4-56f306156d25@baylibre.com> X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============4530541593863082307==" Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org --===============4530541593863082307== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="xbtxxe6iq2gig57t" Content-Disposition: inline --xbtxxe6iq2gig57t Content-Type: text/plain; protected-headers=v1; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH v2 4/7] clk: rockchip: clean-up simple provider misuse of the consumer API MIME-Version: 1.0 On Fri, Jul 24, 2026 at 11:03:55AM +0200, Jerome Brunet wrote: > Clock provider should not be using the consumer interface. > In other words, a provider should not be dealing with struct clk. >=20 > This change targets occurrences for which the provider uses the > consumer interface and corresponding clk_hw interface exist. >=20 > Reviewed-by: Brian Masney > Signed-off-by: Jerome Brunet > --- > drivers/clk/rockchip/clk-pll.c | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) Reviewed-by: Thierry Reding --xbtxxe6iq2gig57t Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiOrDCAFJzPfAjcif3SOs138+s6EFAmpnexAACgkQ3SOs138+ s6HjrBAAqVx4wDajmCyTkTuu6eCSuKR8bW8dpLrULaaLS4gwAjsVCLv/lzY7LpDg +d7MXmAEth+FTysFv2BJIbi8843APxU+e230/GErUGMV7l42ITOIepPHVDoFRdl4 lP2vp96vn9eXV/tUSBVWoiyaqpk/TDbaPT5GtGsGU3TrtrmTFA1uC16YmAikOOV6 EbexV8rKrsf+90wnf2ScvcZN25SrkjdHZPPiYm8ha+25tubNWQooRKGMaUF8wppr XQSHImaQ4Z0uDPqkZsn0DUJZcSQOHPMEmXgzfdZ/FyGueKY4028P2rsYU3xax4hZ qCxTSXsfkkUUm9jZOtuGLhgUPdVZ7Gc5G9x8VtSToJaBR0yA9Ko1L7pbPIKWoVFz FlivG9Fx1tetf3wKKbSqPtR1ncFtJeg3UENYFlawkgdONOYTbyjH/oZ9U7fWny9p UskCye1oz98QG0n7bpXlEQRs/GvdNZbgkgp50MENqjKDuSDn2LugNesoBSygozIU ewfAbShTn/10piWzHhHvekgPKhwQ7Utxu9E1P8FOovFB9k0S2R3uIUHSL+MldaJt p7pjYEC2RjPPvk7RpvVhCtsyr8Pihnx7Oh6wtaBOFf3tESxZSBgFfX/JOgD4w6IO mNYMw4Nt5ICFcm/aSDngscGzgFSO1mi7QQIUZWFDFMQQSbgjYg8= =q9vv -----END PGP SIGNATURE----- --xbtxxe6iq2gig57t-- --===============4530541593863082307== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip --===============4530541593863082307==--