From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Biju Das <biju.das.jz@bp.renesas.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Magnus Damm <magnus.damm@gmail.com>,
linux-iio@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
devicetree@vger.kernel.org,
Fabrizio Castro <fabrizio.castro.jz@renesas.com>,
Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>
Subject: Re: [PATCH v3 0/5] Add RZ/G2UL MTU3a support
Date: Mon, 9 Oct 2023 16:28:17 +0200 [thread overview]
Message-ID: <eb5bea56-6ad8-4617-a9cf-d4226fd45c56@linaro.org> (raw)
In-Reply-To: <20230727081848.100834-1-biju.das.jz@bp.renesas.com>
On 27/07/2023 10:18, Biju Das wrote:
> This patch series aims to add MTU3a support for RZ/G2UL SMARC EVK.
> Also it fixes overflow/underflow interrupt names.
>
> v2->v3:
> * Dropped patch#4, as it accepted for 6.5 fixes.
> * Moved patch#2 to patch#1 as it is fixes patch.
> * Added Rb tag from Geert for patch#1 and patch#3.
> * Updated the link to lore for Closes tag for patch#2.
> * Documented RZ/Five SoC as the same IP used in RZ/G2UL SoC.
>
> v1->v2:
> * Added Ack tags from Conor Dooley for binding patches
> * Updated commit description RZ/G2UL->RZ/{G2UL,Five} for patch#5.
> * Fixed build error reported by kernel test robot by replacing
> GIC_SPI x ->SOC_PERIPHERAL_IRQ(x) for patch#5.
>
> Biju Das (5):
> dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow interrupt
> names
> dt-bindings: timer: renesas,rz-mtu3: Improve documentation
> dt-bindings: timer: renesas,rz-mtu3: Document RZ/{G2UL,Five} SoCs
> arm64: dts: renesas: r9a07g043: Add MTU3a node
> arm64: dts: renesas: rzg2ul-smarc: Add support for enabling MTU3
>
> .../bindings/timer/renesas,rz-mtu3.yaml | 67 +++++++++---------
> arch/arm64/boot/dts/renesas/r9a07g043.dtsi | 70 +++++++++++++++++++
> .../boot/dts/renesas/r9a07g043u11-smarc.dts | 11 +++
> .../dts/renesas/rzg2ul-smarc-pinfunction.dtsi | 6 ++
> arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi | 13 ++++
> 5 files changed, 134 insertions(+), 33 deletions(-)
>
patches 1,2 and 3 applied
Thanks
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
prev parent reply other threads:[~2023-10-09 14:28 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-27 8:18 [PATCH v3 0/5] Add RZ/G2UL MTU3a support Biju Das
2023-07-27 8:18 ` [PATCH v3 1/5] dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow interrupt names Biju Das
2023-07-27 8:18 ` [PATCH v3 2/5] dt-bindings: timer: renesas,rz-mtu3: Improve documentation Biju Das
2023-07-27 8:18 ` [PATCH v3 3/5] dt-bindings: timer: renesas,rz-mtu3: Document RZ/{G2UL,Five} SoCs Biju Das
2023-07-27 8:18 ` [PATCH v3 4/5] arm64: dts: renesas: r9a07g043: Add MTU3a node Biju Das
2023-07-27 12:22 ` Geert Uytterhoeven
2023-07-27 8:18 ` [PATCH v3 5/5] arm64: dts: renesas: rzg2ul-smarc: Add support for enabling MTU3 Biju Das
2023-07-27 12:22 ` Geert Uytterhoeven
2023-08-31 16:08 ` [PATCH v3 0/5] Add RZ/G2UL MTU3a support Conor Dooley
2023-09-18 8:04 ` Biju Das
2023-10-09 6:54 ` Biju Das
2023-10-09 9:52 ` Daniel Lezcano
2023-10-09 13:59 ` Conor Dooley
2023-10-09 14:18 ` Daniel Lezcano
2023-10-09 16:17 ` Conor Dooley
2023-10-09 14:28 ` Daniel Lezcano [this message]
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=eb5bea56-6ad8-4617-a9cf-d4226fd45c56@linaro.org \
--to=daniel.lezcano@linaro.org \
--cc=biju.das.jz@bp.renesas.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fabrizio.castro.jz@renesas.com \
--cc=geert+renesas@glider.be \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=robh+dt@kernel.org \
--cc=tglx@linutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).