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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0AA1EC433EF for ; Tue, 12 Apr 2022 10:47:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356915AbiDLKtW (ORCPT ); Tue, 12 Apr 2022 06:49:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1357267AbiDLKpz (ORCPT ); Tue, 12 Apr 2022 06:45:55 -0400 Received: from mail.zeus03.de (www.zeus03.de [194.117.254.33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2AE4820BDA for ; Tue, 12 Apr 2022 02:45:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=sang-engineering.com; h= date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=k1; bh=VRb0dr368M85EnKWc9lDG1p5mZiO yP72OUQHMKxaKRY=; b=EP2Td+rrcTyruOWzFQoFDzwodtlWYrkFIaRwMWK4Oi/T XTrcSDIGbUr+Be1VQjLQAt/gKRaTW1b3yD1+9fQNzTf5ESxd2jLXJSzdeCRSaCzZ qOoesuaGSSe9gQRHSXe2jUAaiRD08Hwf+Sq5fAh1/WyCQeyKjfOPOVt/z5fXPGg= Received: (qmail 986296 invoked from network); 12 Apr 2022 11:45:45 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 12 Apr 2022 11:45:45 +0200 X-UD-Smtp-Session: l3s3148p1@kqa87HHcDOcgAQnoAGZ4AFi7qjeMIP6q Date: Tue, 12 Apr 2022 11:45:44 +0200 From: Wolfram Sang To: Geert Uytterhoeven Cc: Michael Turquette , Stephen Boyd , linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org Subject: Re: [PATCH] clk: renesas: Move RPC core clocks Message-ID: Mail-Followup-To: Wolfram Sang , Geert Uytterhoeven , Michael Turquette , Stephen Boyd , linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="CFvetLYq6TrBaINB" Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org --CFvetLYq6TrBaINB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 11, 2022 at 02:59:44PM +0200, Geert Uytterhoeven wrote: > The RPC and RPCD2 core clocks were added to the sections for internal > core clocks, while they are core clock outputs, visible from DT. >=20 > Move them to the correct sections. > Rename the ".rpc" clock on R-Car S4 to "rpc". > Fixup nearby whitespace to increase uniformity. >=20 > Signed-off-by: Geert Uytterhoeven Looks good from a high level view, I just did a build to "check" the details ;) Reviewed-by: Wolfram Sang --CFvetLYq6TrBaINB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAmJVSkgACgkQFA3kzBSg KbZpAQ/8DYrHiR5nC6h8Ir3JgjbSatsMi5EcheZ9Hyhmxn7kRtpMT8GHjs5JXcIu ZjiTPJJ1NCXGJcp+otPxLyk5T5XNXrh9u6aPAAdUS1J9fy27V5RZFPpQseSjmU9z 5IRuSLslYhk4JFXpPqYxnFxihiexLmxhwWCZzbR5CofTS7pSqO+ULzVRBA9VDQjw 79QU0BmEsrRR9HN+4i+0PxD84+RnZ9u/xdm8Hor1ugm49vWrJF8VdbgD/XmAFNRL CgmhkxlcySbrWye2JXzSi2HYZKZn4A3MGwaR1OKHX2sjbzzQpHnjVOBxETbkpnHi SN1ebbVitNMXi8DTWtqv3j5D4M3b/FHDj0Dsge0CUjZQlR8Xkl5DXoaR/s+N/sJx Yvpm84nJtjhk1UOrlpVAx3lq0LD1m7KB3GmBPxim0zdf5B66xi7v+w+SQDo/fuMf aNw2+h3oNYIPhm0SjPXG7fIM6rqGy8jLUTUp849cC5Y8h4sScmLE3sGHz+TKcjt+ NeqGzbWryua219naBEN5fjxy2M7pb0jzp7w8oqKSi04CDSF7/jEknfWMZStICiAf 7aPGUvyGnIMkulOvqFUAWEGO6iPVpaiI2qnVgVcmaKg4KTZZL94xKbfWjaw59ySj fK2jTvqNGk2t6ORfqyUePbiF6fEFJzswRE6A/AU8Zjv+39bzaP4= =1o7H -----END PGP SIGNATURE----- --CFvetLYq6TrBaINB--