All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	"David S. Miller" <davem@davemloft.net>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Jakub Kicinski <kuba@kernel.org>,
	Michael Turquette <mturquette@baylibre.com>,
	Prabhakar <prabhakar.csengg@gmail.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	linux-serial@vger.kernel.org, netdev@vger.kernel.org,
	Vinod Koul <vkoul@kernel.org>,
	devicetree@vger.kernel.org, Magnus Damm <magnus.damm@gmail.com>,
	dmaengine@vger.kernel.org, linux-gpio@vger.kernel.org,
	linux-kernel@vger.kernel.org, Stephen Boyd <sboyd@kernel.org>,
	linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org,
	Sergey Shtylyov <s.shtylyov@omp.ru>,
	Linus Walleij <linus.walleij@linaro.org>,
	Biju Das <biju.das.jz@bp.renesas.com>
Subject: Re: [PATCH 08/16] dt-bindings: clock: Add R9A07G054 CPG Clock and Reset Definitions
Date: Wed, 22 Dec 2021 14:25:59 -0400	[thread overview]
Message-ID: <YcNtt4vloXXGwZe5@robh.at.kernel.org> (raw)
In-Reply-To: <20211221094717.16187-9-prabhakar.mahadev-lad.rj@bp.renesas.com>

On Tue, 21 Dec 2021 09:47:09 +0000, Lad Prabhakar wrote:
> From: Biju Das <biju.das.jz@bp.renesas.com>
> 
> Define RZ/V2L (R9A07G054) Clock Pulse Generator Core Clock and module
> clock outputs, as listed in Table 7.1.4.2 ("Clock List r1.0") and also
> add Reset definitions referring to registers CPG_RST_* in Section 7.2.3
> ("Register configuration") of the RZ/V2L Hardware User's Manual (Rev.1.00,
> Nov.2021).
> 
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
>  include/dt-bindings/clock/r9a07g054-cpg.h | 226 ++++++++++++++++++++++
>  1 file changed, 226 insertions(+)
>  create mode 100644 include/dt-bindings/clock/r9a07g054-cpg.h
> 

Acked-by: Rob Herring <robh@kernel.org>

  reply	other threads:[~2021-12-22 18:26 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-21  9:47 [PATCH 00/16] Add new Renesas RZ/V2L SoC and Renesas RZ/V2L SMARC EVK support Lad Prabhakar
2021-12-21  9:47 ` [PATCH 01/16] dt-bindings: arm: renesas: Document Renesas RZ/V2L SoC Lad Prabhakar
2021-12-22 18:20   ` Rob Herring
2021-12-22 18:22   ` Rob Herring
2021-12-22 19:10     ` Lad, Prabhakar
2022-01-21 14:43   ` Geert Uytterhoeven
2021-12-21  9:47 ` [PATCH 02/16] dt-bindings: arm: renesas: Document SMARC EVK Lad Prabhakar
2021-12-22 18:23   ` Rob Herring
2021-12-22 19:37     ` Lad, Prabhakar
2022-01-21 14:44   ` Geert Uytterhoeven
2021-12-21  9:47 ` [PATCH 03/16] dt-bindings: power: renesas,rzg2l-sysc: Document RZ/V2L SoC Lad Prabhakar
2021-12-22 18:24   ` Rob Herring
2021-12-21  9:47 ` [PATCH 04/16] soc: renesas: Identify " Lad Prabhakar
2021-12-21  9:47 ` [PATCH 05/16] arm64: renesas_defconfig: Enable ARCH_R9A07G054 Lad Prabhakar
2021-12-21  9:47 ` [PATCH 06/16] dt-bindings: serial: renesas,scif: Document RZ/V2L SoC Lad Prabhakar
2021-12-22 18:25   ` Rob Herring
2022-01-11 16:22   ` Geert Uytterhoeven
2022-01-15  1:46     ` Lad, Prabhakar
2021-12-21  9:47 ` [PATCH 07/16] dt-bindings: serial: renesas,sci: " Lad Prabhakar
2021-12-22 18:25   ` Rob Herring
2022-01-11 16:15   ` Geert Uytterhoeven
2021-12-21  9:47 ` [PATCH 08/16] dt-bindings: clock: Add R9A07G054 CPG Clock and Reset Definitions Lad Prabhakar
2021-12-22 18:25   ` Rob Herring [this message]
2021-12-21  9:47 ` [PATCH 09/16] dt-bindings: clock: renesas: Document RZ/V2L SoC Lad Prabhakar
2021-12-22 18:26   ` Rob Herring
2021-12-21  9:47 ` [PATCH 10/16] clk: renesas: Add support for " Lad Prabhakar
2021-12-21  9:47 ` [PATCH 11/16] dt-bindings: pinctrl: renesas: Document RZ/V2L pinctrl Lad Prabhakar
2021-12-21 14:36   ` Rob Herring
2021-12-22 18:27   ` Rob Herring
2021-12-21  9:47 ` [PATCH 12/16] pinctrl: renesas: Kconfig: Select PINCTRL_RZG2L if RZ/V2L SoC is enabled Lad Prabhakar
2021-12-21  9:47 ` [PATCH 13/16] dt-bindings: dma: rz-dmac: Document RZ/V2L SoC Lad Prabhakar
2021-12-22 18:27   ` Rob Herring
2021-12-21  9:47 ` [PATCH 14/16] dt-bindings: net: renesas,etheravb: " Lad Prabhakar
2021-12-22 18:28   ` Rob Herring
2021-12-21  9:47 ` [PATCH 15/16] arm64: dts: renesas: Add initial DTSI for " Lad Prabhakar
2021-12-21  9:47 ` [PATCH 16/16] arm64: dts: renesas: Add initial device tree for RZ/V2L SMARC EVK Lad Prabhakar

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=YcNtt4vloXXGwZe5@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=gregkh@linuxfoundation.org \
    --cc=kuba@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=netdev@vger.kernel.org \
    --cc=prabhakar.csengg@gmail.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=robh+dt@kernel.org \
    --cc=s.shtylyov@omp.ru \
    --cc=sboyd@kernel.org \
    --cc=vkoul@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.