From: Kelvin Zhang <kelvin.zhang@amlogic.com>
To: Philipp Zabel <p.zabel@pengutronix.de>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Kevin Hilman <khilman@baylibre.com>,
Jerome Brunet <jbrunet@baylibre.com>,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org,
Zelong Dong <zelong.dong@amlogic.com>,
Conor Dooley <conor.dooley@microchip.com>
Subject: Re: [PATCH v6 0/3] Add support for Amlogic A4/A5 Reset
Date: Thu, 24 Apr 2025 16:32:35 +0800 [thread overview]
Message-ID: <ef1ac07a-09c5-4f8a-89d5-44d232f8ae41@amlogic.com> (raw)
In-Reply-To: <20250411-a4-a5-reset-v6-0-89963278c686@amlogic.com>
Hi Neil,
Are there any improvements needed for this patchset?
Thank you for your review!
On 2025/4/11 19:38, Kelvin Zhang via B4 Relay wrote:
>
> Add dt-binding compatibles and device nodes for Amlogic A4/A5 reset.
>
> Imported from f20240918074211.8067-1-zelong.dong@amlogic.com
>
> Changes in v6:
> - Rebased onto the latest v6.16/arm64-dt.
> - Link to v5: https://lore.kernel.org/r/20250320-a4-a5-reset-v5-0-296f83bf733d@amlogic.com
>
> Changes in v5:
> - Rebasing on top of the latest upstream changes.
> - Link to v4: https://lore.kernel.org/r/20250313-a4-a5-reset-v4-0-8076f684d6cf@amlogic.com
>
> Changes in v4:
> - Remove the superfluous 'items' in the dt-binding.
> - Rebasing due to recent upstream changes.
> - Link to v3: https://lore.kernel.org/all/20240918074211.8067-1-zelong.dong@amlogic.com/
>
> Changes in v3:
> - rebase on 'amlogic,t7-reset' patchset
> - Link to v2: https://lore.kernel.org/all/20240715051217.5286-1-zelong.dong@amlogic.com/
>
> Changes in v2:
> - remove 'amlogic,t7-reset'
> - move 'amlogic,c3-reset' to the other enum list
> - move reset node from amlogic-a4-common.dtsi to
> amlogic-a4.dtsi/amlogic-a5.dtsi
> - Link to v1: https://lore.kernel.org/all/20240703061610.37217-1-zelong.dong@amlogic.com/
>
> ---
> Zelong Dong (3):
> dt-bindings: reset: Add compatible for Amlogic A4/A5 Reset Controller
> arm64: dts: amlogic: Add A4 Reset Controller
> arm64: dts: amlogic: Add A5 Reset Controller
>
> .../bindings/reset/amlogic,meson-reset.yaml | 22 +++--
> arch/arm64/boot/dts/amlogic/amlogic-a4-reset.h | 93 +++++++++++++++++++++
> arch/arm64/boot/dts/amlogic/amlogic-a4.dtsi | 8 ++
> arch/arm64/boot/dts/amlogic/amlogic-a5-reset.h | 95 ++++++++++++++++++++++
> arch/arm64/boot/dts/amlogic/amlogic-a5.dtsi | 8 ++
> 5 files changed, 218 insertions(+), 8 deletions(-)
> ---
> base-commit: 4bc28af2da876531e5183d25ae807e608c816d18
> change-id: 20250313-a4-a5-reset-6696e5b18e10
>
> Best regards,
> --
> Kelvin Zhang <kelvin.zhang@amlogic.com>
>
>
--
Best regards,
Kelvin Zhang
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: Kelvin Zhang <kelvin.zhang@amlogic.com>
To: Philipp Zabel <p.zabel@pengutronix.de>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Kevin Hilman <khilman@baylibre.com>,
Jerome Brunet <jbrunet@baylibre.com>,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org,
Zelong Dong <zelong.dong@amlogic.com>,
Conor Dooley <conor.dooley@microchip.com>
Subject: Re: [PATCH v6 0/3] Add support for Amlogic A4/A5 Reset
Date: Thu, 24 Apr 2025 16:32:35 +0800 [thread overview]
Message-ID: <ef1ac07a-09c5-4f8a-89d5-44d232f8ae41@amlogic.com> (raw)
In-Reply-To: <20250411-a4-a5-reset-v6-0-89963278c686@amlogic.com>
Hi Neil,
Are there any improvements needed for this patchset?
Thank you for your review!
On 2025/4/11 19:38, Kelvin Zhang via B4 Relay wrote:
>
> Add dt-binding compatibles and device nodes for Amlogic A4/A5 reset.
>
> Imported from f20240918074211.8067-1-zelong.dong@amlogic.com
>
> Changes in v6:
> - Rebased onto the latest v6.16/arm64-dt.
> - Link to v5: https://lore.kernel.org/r/20250320-a4-a5-reset-v5-0-296f83bf733d@amlogic.com
>
> Changes in v5:
> - Rebasing on top of the latest upstream changes.
> - Link to v4: https://lore.kernel.org/r/20250313-a4-a5-reset-v4-0-8076f684d6cf@amlogic.com
>
> Changes in v4:
> - Remove the superfluous 'items' in the dt-binding.
> - Rebasing due to recent upstream changes.
> - Link to v3: https://lore.kernel.org/all/20240918074211.8067-1-zelong.dong@amlogic.com/
>
> Changes in v3:
> - rebase on 'amlogic,t7-reset' patchset
> - Link to v2: https://lore.kernel.org/all/20240715051217.5286-1-zelong.dong@amlogic.com/
>
> Changes in v2:
> - remove 'amlogic,t7-reset'
> - move 'amlogic,c3-reset' to the other enum list
> - move reset node from amlogic-a4-common.dtsi to
> amlogic-a4.dtsi/amlogic-a5.dtsi
> - Link to v1: https://lore.kernel.org/all/20240703061610.37217-1-zelong.dong@amlogic.com/
>
> ---
> Zelong Dong (3):
> dt-bindings: reset: Add compatible for Amlogic A4/A5 Reset Controller
> arm64: dts: amlogic: Add A4 Reset Controller
> arm64: dts: amlogic: Add A5 Reset Controller
>
> .../bindings/reset/amlogic,meson-reset.yaml | 22 +++--
> arch/arm64/boot/dts/amlogic/amlogic-a4-reset.h | 93 +++++++++++++++++++++
> arch/arm64/boot/dts/amlogic/amlogic-a4.dtsi | 8 ++
> arch/arm64/boot/dts/amlogic/amlogic-a5-reset.h | 95 ++++++++++++++++++++++
> arch/arm64/boot/dts/amlogic/amlogic-a5.dtsi | 8 ++
> 5 files changed, 218 insertions(+), 8 deletions(-)
> ---
> base-commit: 4bc28af2da876531e5183d25ae807e608c816d18
> change-id: 20250313-a4-a5-reset-6696e5b18e10
>
> Best regards,
> --
> Kelvin Zhang <kelvin.zhang@amlogic.com>
>
>
--
Best regards,
Kelvin Zhang
next prev parent reply other threads:[~2025-04-24 9:37 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-11 11:38 [PATCH v6 0/3] Add support for Amlogic A4/A5 Reset Kelvin Zhang
2025-04-11 11:38 ` Kelvin Zhang via B4 Relay
2025-04-11 11:38 ` Kelvin Zhang via B4 Relay
2025-04-11 11:38 ` [PATCH v6 1/3] dt-bindings: reset: Add compatible for Amlogic A4/A5 Reset Controller Kelvin Zhang
2025-04-11 11:38 ` Kelvin Zhang via B4 Relay
2025-04-11 11:38 ` Kelvin Zhang via B4 Relay
2025-05-05 12:30 ` Neil Armstrong
2025-05-05 12:30 ` Neil Armstrong
2025-05-05 12:53 ` Philipp Zabel
2025-05-05 12:53 ` Philipp Zabel
2025-05-09 15:39 ` Neil Armstrong
2025-05-09 15:39 ` Neil Armstrong
2025-04-11 11:38 ` [PATCH v6 2/3] arm64: dts: amlogic: Add A4 " Kelvin Zhang
2025-04-11 11:38 ` Kelvin Zhang via B4 Relay
2025-04-11 11:38 ` Kelvin Zhang via B4 Relay
2025-04-11 11:38 ` [PATCH v6 3/3] arm64: dts: amlogic: Add A5 " Kelvin Zhang
2025-04-11 11:38 ` Kelvin Zhang via B4 Relay
2025-04-11 11:38 ` Kelvin Zhang via B4 Relay
2025-04-24 8:32 ` Kelvin Zhang [this message]
2025-04-24 8:32 ` [PATCH v6 0/3] Add support for Amlogic A4/A5 Reset Kelvin Zhang
2025-04-24 9:40 ` Neil Armstrong
2025-04-24 9:40 ` Neil Armstrong
2025-05-05 12:38 ` (subset) " Neil Armstrong
2025-05-05 12:38 ` Neil Armstrong
2025-05-09 15:36 ` Neil Armstrong
2025-05-09 15:36 ` Neil Armstrong
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=ef1ac07a-09c5-4f8a-89d5-44d232f8ae41@amlogic.com \
--to=kelvin.zhang@amlogic.com \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=jbrunet@baylibre.com \
--cc=khilman@baylibre.com \
--cc=krzk+dt@kernel.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martin.blumenstingl@googlemail.com \
--cc=neil.armstrong@linaro.org \
--cc=p.zabel@pengutronix.de \
--cc=robh@kernel.org \
--cc=zelong.dong@amlogic.com \
/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.