From: Rob Herring <robh@kernel.org>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Eugeniu Rosca <erosca@de.adit-jv.com>,
linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
linux-renesas-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Geert Uytterhoeven <geert+renesas@glider.be>
Subject: Re: [PATCH v2 2/4] dt-bindings: clock: Add r8a77961 CPG Core Clock Definitions
Date: Fri, 25 Oct 2019 19:20:14 -0500 [thread overview]
Message-ID: <20191026002014.GA11459@bogus> (raw)
In-Reply-To: <20191023122941.12342-3-geert+renesas@glider.be>
On Wed, 23 Oct 2019 14:29:39 +0200, Geert Uytterhoeven wrote:
> Add all Clock Pulse Generator Core Clock Outputs for the Renesas R-Car
> M3-W+ (R8A77961) SoC, as listed in Table 8.2b ("List of Clocks [R-Car
> M3-W/R-Car M3-W+]") of the R-Car Series, 3rd Generation Hardware User's
> Manual (Rev. 2.00, Jul. 31, 2019). A gap is added for CSIREF, to
> preserve compatibility with the definitions for R-Car M3-W (R8A77960).
>
> Note that internal CPG clocks (S0, S1, S2, S3, SDSRC, SSPSRC, and POST2)
> are not included, as they are used as internal clock sources only, and
> never referenced from DT.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
> v2:
> - Add Reviewed-by.
> ---
> include/dt-bindings/clock/r8a77961-cpg-mssr.h | 65 +++++++++++++++++++
> 1 file changed, 65 insertions(+)
> create mode 100644 include/dt-bindings/clock/r8a77961-cpg-mssr.h
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org,
Geert Uytterhoeven <geert+renesas@glider.be>,
Stephen Boyd <sboyd@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
linux-renesas-soc@vger.kernel.org,
Eugeniu Rosca <erosca@de.adit-jv.com>,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 2/4] dt-bindings: clock: Add r8a77961 CPG Core Clock Definitions
Date: Fri, 25 Oct 2019 19:20:14 -0500 [thread overview]
Message-ID: <20191026002014.GA11459@bogus> (raw)
In-Reply-To: <20191023122941.12342-3-geert+renesas@glider.be>
On Wed, 23 Oct 2019 14:29:39 +0200, Geert Uytterhoeven wrote:
> Add all Clock Pulse Generator Core Clock Outputs for the Renesas R-Car
> M3-W+ (R8A77961) SoC, as listed in Table 8.2b ("List of Clocks [R-Car
> M3-W/R-Car M3-W+]") of the R-Car Series, 3rd Generation Hardware User's
> Manual (Rev. 2.00, Jul. 31, 2019). A gap is added for CSIREF, to
> preserve compatibility with the definitions for R-Car M3-W (R8A77960).
>
> Note that internal CPG clocks (S0, S1, S2, S3, SDSRC, SSPSRC, and POST2)
> are not included, as they are used as internal clock sources only, and
> never referenced from DT.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
> v2:
> - Add Reviewed-by.
> ---
> include/dt-bindings/clock/r8a77961-cpg-mssr.h | 65 +++++++++++++++++++
> 1 file changed, 65 insertions(+)
> create mode 100644 include/dt-bindings/clock/r8a77961-cpg-mssr.h
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-10-26 0:20 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-23 12:29 [PATCH v2 0/4] clk: renesas: Add r8a77961 support Geert Uytterhoeven
2019-10-23 12:29 ` Geert Uytterhoeven
2019-10-23 12:29 ` [PATCH v2 1/4] dt-bindings: clock: renesas: cpg-mssr: Document " Geert Uytterhoeven
2019-10-23 12:29 ` Geert Uytterhoeven
2019-10-26 0:19 ` Rob Herring
2019-10-26 0:19 ` Rob Herring
2019-10-23 12:29 ` [PATCH v2 2/4] dt-bindings: clock: Add r8a77961 CPG Core Clock Definitions Geert Uytterhoeven
2019-10-23 12:29 ` Geert Uytterhoeven
2019-10-26 0:20 ` Rob Herring [this message]
2019-10-26 0:20 ` Rob Herring
2019-10-23 12:29 ` [PATCH v2 3/4] clk: renesas: Rename CLK_R8A7796 to CLK_R8A77960 Geert Uytterhoeven
2019-10-23 12:29 ` Geert Uytterhoeven
2019-10-25 2:46 ` Yoshihiro Shimoda
2019-10-25 2:46 ` Yoshihiro Shimoda
2019-10-23 12:29 ` [PATCH v2 4/4] clk: renesas: r8a7796: Add R8A77961 CPG/MSSR support Geert Uytterhoeven
2019-10-23 12:29 ` Geert Uytterhoeven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191026002014.GA11459@bogus \
--to=robh@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=erosca@de.adit-jv.com \
--cc=geert+renesas@glider.be \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mturquette@baylibre.com \
--cc=sboyd@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.