From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 E1C24F9C8; Wed, 24 Jan 2024 10:33:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706092438; cv=none; b=fPOZEhoVuRSpCfdMtW8APCw03h0EsR2VA1TSR31esL7GVTq69va8jtPh8jnFXN6vgj2IBhLt8ZxkLE6P3ImBfffo5UdGqNmubi/JL3EX1kztIi7A50OV/koO31EYSWX10gnio7AToRSdrFRBUsXou5Mz/T5JLTebHtvOjkyyshc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706092438; c=relaxed/simple; bh=nmVHfsslJlEa808CDBRVtTpeFNG8yq9r7mh8I2w4JCo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WsJhaPg7J66WDt4yurIyRfJM6hTJJ7z9MMiIg8J0gpdxTWWeySU8c5OyKDPIgQDvneTqwcQ9utEn2jx/dUJX5PinxwTedYV2KGrcu4CFMigxoMW2gkCWypNG/GZjMUQXajObG3G/pnmCKZh11oDxs85X4iI5ZT1eioeenr78+Vc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=i0KB+q/6; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="i0KB+q/6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AEABAC433F1; Wed, 24 Jan 2024 10:33:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706092437; bh=nmVHfsslJlEa808CDBRVtTpeFNG8yq9r7mh8I2w4JCo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i0KB+q/6SiUxzxk92ErNPBerMRIkM9c6KhEQB8eIORKZ4dZUZAhnJQPtWhFRYJ/NC SJdjWKCG/hBn2UZ1Xb1O5gexJNDEu/efY13RnlsTW9IvbC4DXyrWboO6VqhUTJa5Xp vSSY7aFLSvtUCOUaY1L2BwKxtVo3uF3UHqwlvkGj++/YQ/yVrbdecaytctfKdGKXtN AQU+0zaonJ2dVVGXm/GirB/FN7Fe7oIELrBa2801gKJ0PJPg1ElgmW008ZnEFkBK87 lKJ5QcAAquOFvEilaRezr0kRyVc6qUamQca+cFqggWcTySGixuUxJhgYHC51B+AR+M oeUjWTcnO7mVg== Date: Wed, 24 Jan 2024 11:33:53 +0100 From: Wolfram Sang To: Geert Uytterhoeven Cc: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Philipp Zabel , Magnus Damm , Catalin Marinas , Will Deacon , Ulf Hansson , Cong Dang , Duy Nguyen , Hai Pham , Linh Phung , linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org Subject: Re: [PATCH 03/15] dt-bindings: power: renesas,rcar-sysc: Document R-Car V4M support Message-ID: Mail-Followup-To: Wolfram Sang , Geert Uytterhoeven , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Philipp Zabel , Magnus Damm , Catalin Marinas , Will Deacon , Ulf Hansson , Cong Dang , Duy Nguyen , Hai Pham , Linh Phung , linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org References: <1196419f3ade9a27b3c7906b6a898376b817601d.1704726960.git.geert+renesas@glider.be> Precedence: bulk X-Mailing-List: linux-clk@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="FJhUHyiCRQsESxxx" Content-Disposition: inline In-Reply-To: <1196419f3ade9a27b3c7906b6a898376b817601d.1704726960.git.geert+renesas@glider.be> --FJhUHyiCRQsESxxx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 08, 2024 at 04:33:42PM +0100, Geert Uytterhoeven wrote: > From: Duy Nguyen >=20 > Document support for the System Controller (SYSC) in the R-Car V4M > (R8A779H0) SoC. >=20 > Signed-off-by: Duy Nguyen > Signed-off-by: Geert Uytterhoeven Reviewed-by: Wolfram Sang --FJhUHyiCRQsESxxx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAmWw55EACgkQFA3kzBSg KbZKQBAArGHa6miwlwvA3xvRkafsS5ZBO7YgJw7e2eLNG3sm/fJEnin5j8jt9XCZ egRHi1SfUngNaHQgZueFmDlxS343Sf4jkjofPdC9NJMS3JtRf541xd31//XJu+le UKwuWadRwjgvhEN16f8s1qW2QYrogtaDZb8uUJbvtvNu8pQVyPmjswN6RGZ9cd8l x1LWBGGtiixpo1doZH0n6DwHudXIRbC9/Tfl9hLqeUKnfaXdZhi9XFOM2rfInT8T +mFDcpoHrqbnNOlwdyCFTBRYGFvTqdMSFZrmzMLVLNnWxvWdgiTw+Qd4i2VkKw78 WxuTQT6f2SENgPpqhxznoL8sywu980KauqDk+M/LVmIrgyMIaSUyrCsyoaximY5Q CdPQLI4zt/8GjLce9XNCam2GF6uie10KNfRR8y7vVFhkRpzowdrR1PzHvv9TMKbO n6P77PipI2HBYjE8bAnOMyTBMVjTOl6/yyTm9a2uqJw2PdSbnzzL4vBm3a388/Pb 3BsJQmnaOaSvSeMwvGQQbxno6JodRXmGz2ouHIv8yFtSLt+na8x0KqN4sq1+N0cK JuwvWjPaNT3HcCKT3pGz+BWsiV4b0VVPvcD+PG8A9SIVDguoRmQ4Xd4pI5z9OR2x rq7BS/JB8/NdncjMWVcfC1cy8Ck+O9RHDT2Vs34QlSf8n/LzRmg= =T0hM -----END PGP SIGNATURE----- --FJhUHyiCRQsESxxx-- 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 9C7A0C46CD2 for ; Wed, 24 Jan 2024 10:34:31 +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=8bawOCW0ThdRVIbhE4D8zWSIPG1IpiUtMBc3dW/VeHY=; b=InPofyt8+DcRLHJtBVyEIcwP+U MT12c0b7NyGz4w/w145ZLAHdxIyM+EoFbtJWEjcN8L90se0k4MESwe5YiDpvBydh4oVqq1O7ffGTY Is4IOgnuMUBCbj7Xb3RSnV0TEc3T5cqOYM8lPb/B/n8gFXDouLfVs6hIbEp2/Fxuj+bRBj3NBmVpj Swk1y0V/ENPYgSa3eCyWEBkiSGgfseJ/KX4GB+ZiOLlYfsXmxGu0wkAy1ZghT863Ceyu73VhKqN4C LF25zWY2BWc7yrbaDLj8wfIUlDHUrZAcKtACgn3N83v8K9rfKzRCC7itkHZV+zfZeeugNGCssG2Vl +Xln3qLQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rSaa0-002XPV-2o; Wed, 24 Jan 2024 10:34:00 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rSaZy-002XOk-1v for linux-arm-kernel@lists.infradead.org; Wed, 24 Jan 2024 10:33:59 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id C179462056; Wed, 24 Jan 2024 10:33:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AEABAC433F1; Wed, 24 Jan 2024 10:33:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706092437; bh=nmVHfsslJlEa808CDBRVtTpeFNG8yq9r7mh8I2w4JCo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i0KB+q/6SiUxzxk92ErNPBerMRIkM9c6KhEQB8eIORKZ4dZUZAhnJQPtWhFRYJ/NC SJdjWKCG/hBn2UZ1Xb1O5gexJNDEu/efY13RnlsTW9IvbC4DXyrWboO6VqhUTJa5Xp vSSY7aFLSvtUCOUaY1L2BwKxtVo3uF3UHqwlvkGj++/YQ/yVrbdecaytctfKdGKXtN AQU+0zaonJ2dVVGXm/GirB/FN7Fe7oIELrBa2801gKJ0PJPg1ElgmW008ZnEFkBK87 lKJ5QcAAquOFvEilaRezr0kRyVc6qUamQca+cFqggWcTySGixuUxJhgYHC51B+AR+M oeUjWTcnO7mVg== Date: Wed, 24 Jan 2024 11:33:53 +0100 From: Wolfram Sang To: Geert Uytterhoeven Cc: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Philipp Zabel , Magnus Damm , Catalin Marinas , Will Deacon , Ulf Hansson , Cong Dang , Duy Nguyen , Hai Pham , Linh Phung , linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org Subject: Re: [PATCH 03/15] dt-bindings: power: renesas,rcar-sysc: Document R-Car V4M support Message-ID: Mail-Followup-To: Wolfram Sang , Geert Uytterhoeven , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Philipp Zabel , Magnus Damm , Catalin Marinas , Will Deacon , Ulf Hansson , Cong Dang , Duy Nguyen , Hai Pham , Linh Phung , linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org References: <1196419f3ade9a27b3c7906b6a898376b817601d.1704726960.git.geert+renesas@glider.be> MIME-Version: 1.0 In-Reply-To: <1196419f3ade9a27b3c7906b6a898376b817601d.1704726960.git.geert+renesas@glider.be> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240124_023358_713565_94729D24 X-CRM114-Status: GOOD ( 10.74 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============3220904295997340309==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============3220904295997340309== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="FJhUHyiCRQsESxxx" Content-Disposition: inline --FJhUHyiCRQsESxxx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 08, 2024 at 04:33:42PM +0100, Geert Uytterhoeven wrote: > From: Duy Nguyen >=20 > Document support for the System Controller (SYSC) in the R-Car V4M > (R8A779H0) SoC. >=20 > Signed-off-by: Duy Nguyen > Signed-off-by: Geert Uytterhoeven Reviewed-by: Wolfram Sang --FJhUHyiCRQsESxxx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAmWw55EACgkQFA3kzBSg KbZKQBAArGHa6miwlwvA3xvRkafsS5ZBO7YgJw7e2eLNG3sm/fJEnin5j8jt9XCZ egRHi1SfUngNaHQgZueFmDlxS343Sf4jkjofPdC9NJMS3JtRf541xd31//XJu+le UKwuWadRwjgvhEN16f8s1qW2QYrogtaDZb8uUJbvtvNu8pQVyPmjswN6RGZ9cd8l x1LWBGGtiixpo1doZH0n6DwHudXIRbC9/Tfl9hLqeUKnfaXdZhi9XFOM2rfInT8T +mFDcpoHrqbnNOlwdyCFTBRYGFvTqdMSFZrmzMLVLNnWxvWdgiTw+Qd4i2VkKw78 WxuTQT6f2SENgPpqhxznoL8sywu980KauqDk+M/LVmIrgyMIaSUyrCsyoaximY5Q CdPQLI4zt/8GjLce9XNCam2GF6uie10KNfRR8y7vVFhkRpzowdrR1PzHvv9TMKbO n6P77PipI2HBYjE8bAnOMyTBMVjTOl6/yyTm9a2uqJw2PdSbnzzL4vBm3a388/Pb 3BsJQmnaOaSvSeMwvGQQbxno6JodRXmGz2ouHIv8yFtSLt+na8x0KqN4sq1+N0cK JuwvWjPaNT3HcCKT3pGz+BWsiV4b0VVPvcD+PG8A9SIVDguoRmQ4Xd4pI5z9OR2x rq7BS/JB8/NdncjMWVcfC1cy8Ck+O9RHDT2Vs34QlSf8n/LzRmg= =T0hM -----END PGP SIGNATURE----- --FJhUHyiCRQsESxxx-- --===============3220904295997340309== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============3220904295997340309==--