From: Lee Jones <lee@kernel.org>
To: Biju Das <biju.das.jz@bp.renesas.com>
Cc: "Rob Herring" <robh+dt@kernel.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
"Daniel Lezcano" <daniel.lezcano@linaro.org>,
"Thomas Gleixner" <tglx@linutronix.de>,
"William Breathitt Gray" <william.gray@linaro.org>,
"Thierry Reding" <thierry.reding@gmail.com>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
devicetree@vger.kernel.org,
"Geert Uytterhoeven" <geert+renesas@glider.be>,
"Chris Paterson" <chris.paterson2@renesas.com>,
"Prabhakar Mahadev Lad" <prabhakar.mahadev-lad.rj@bp.renesas.com>,
linux-renesas-soc@vger.kernel.org,
"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
"Rob Herring" <robh@kernel.org>
Subject: Re: [PATCH v15 1/6] dt-bindings: timer: Document RZ/G2L MTU3a bindings
Date: Wed, 5 Apr 2023 15:13:01 +0100 [thread overview]
Message-ID: <20230405141301.GG8371@google.com> (raw)
In-Reply-To: <20230330111632.169434-2-biju.das.jz@bp.renesas.com>
On Thu, 30 Mar 2023, Biju Das wrote:
> The RZ/G2L multi-function timer pulse unit 3 (MTU3a) is embedded in
> the Renesas RZ/G2L family SoC's. It consists of eight 16-bit timer
> channels and one 32-bit timer channel. It supports the following
> functions
> - Counter
> - Timer
> - PWM
>
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Reviewed-by: Rob Herring <robh@kernel.org>
> ---
> Ref:
> https://patchwork.kernel.org/project/linux-renesas-soc/patch/20221010145222.1047748-2-biju.das.jz@bp.renesas.com/
> v14->v15:
> * No change.
> v13->v14:
> * No change.
> v12->V13:
> * No change.
> v11->V12:
> * No change.
> v10->v11:
> * No change
> v9->v10:
> * No change
> v8->v9:
> * No change
> v7->v8:
> * No change
> v6->v7:
> * No change
> v5->v6:
> * Added Rb tag from Rob and Krzysztof.
> v4->v5:
> * Modelled as timer bindings.
> * Fixed the typo.
> v3->v4:
> * Dropped counter and pwm compatibeles as they don't have any resources.
> * Made rz-mtu3 as pwm provider.
> * Updated the example and description.
> v2->v3:
> * Dropped counter bindings and integrated with mfd as it has only one property.
> * Removed "#address-cells" and "#size-cells" as it do not have children with
> unit addresses.
> * Removed quotes from counter and pwm.
> * Provided full path for pwm bindings.
> * Updated the example.
> v1->v2:
> * Modelled counter and pwm as a single device that handles
> multiple channels.
> * Moved counter and pwm bindings to respective subsystems
> * Dropped 'bindings' from MFD binding title.
> * Updated the example
> * Changed the compatible names.
> ---
> .../bindings/timer/renesas,rz-mtu3.yaml | 302 ++++++++++++++++++
> 1 file changed, 302 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml
Applied, thanks
--
Lee Jones [李琼斯]
next prev parent reply other threads:[~2023-04-05 14:14 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-30 11:16 [PATCH v15 0/6] Add RZ/G2L MTU3a Core, Counter and pwm driver Biju Das
2023-03-30 11:16 ` [PATCH v15 1/6] dt-bindings: timer: Document RZ/G2L MTU3a bindings Biju Das
2023-04-05 14:13 ` Lee Jones [this message]
2023-03-30 11:16 ` [PATCH v15 2/6] mfd: Add Renesas RZ/G2L MTU3a core driver Biju Das
2023-04-05 14:13 ` Lee Jones
2023-03-30 11:16 ` [PATCH v15 3/6] Documentation: ABI: sysfs-bus-counter: add cascade_counts_enable and external_input_phase_clock_select Biju Das
2023-04-05 14:14 ` Lee Jones
2023-03-30 11:16 ` [PATCH v15 4/6] counter: Add Renesas RZ/G2L MTU3a counter driver Biju Das
2023-04-05 14:14 ` Lee Jones
2023-03-30 11:16 ` [PATCH v15 5/6] MAINTAINERS: Add entries for " Biju Das
2023-04-05 14:15 ` Lee Jones
2023-03-30 11:16 ` [PATCH v15 6/6] pwm: Add Renesas RZ/G2L MTU3a PWM driver Biju Das
2023-04-14 6:26 ` Uwe Kleine-König
2023-04-14 9:53 ` Biju Das
2023-04-14 16:55 ` Uwe Kleine-König
2023-04-17 11:06 ` Biju Das
2023-04-17 22:41 ` Uwe Kleine-König
2023-04-18 6:16 ` Biju Das
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=20230405141301.GG8371@google.com \
--to=lee@kernel.org \
--cc=biju.das.jz@bp.renesas.com \
--cc=chris.paterson2@renesas.com \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=geert+renesas@glider.be \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=robh+dt@kernel.org \
--cc=robh@kernel.org \
--cc=tglx@linutronix.de \
--cc=thierry.reding@gmail.com \
--cc=u.kleine-koenig@pengutronix.de \
--cc=william.gray@linaro.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.