* [PATCH v2 0/2] Initial RTD1319 SoC and Realtek PymParticle EVB support
@ 2019-12-28 15:05 James Tai
2019-12-29 2:48 ` Andreas Färber
0 siblings, 1 reply; 5+ messages in thread
From: James Tai @ 2019-12-28 15:05 UTC (permalink / raw)
To: linux-realtek-soc
Cc: linux-arm-kernel, Robin Murphy, Lorenzo Pieralisi, linux-kernel,
robh+dt, mark.rutland, devicetree, Andreas Färber
Hi Andreas,
This series adds Device Trees for the Realtek RTD1319 SoC and Realtek's
PymParticle EVB.
The v2 is based on my RTD1619 series and Andreas' RTD1395, syscon series.
v1 -> v2:
* Reserve the boot ROM address
* Reserve boot loader address
* Reserve audio/video FW address
* Reserve RPC and ring budffer address
* Reserve TEE address
* Support 1 GiB RAM by default
* Reduce rbus range to 2 MiB
* Apply the syscon for ISO,MISC,CRT,SB2,SCPU_WRAPPER
* Adjust compatible strings order in document
Cc: devicetree@vger.kernel.org
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Andreas Färber <afaerber@suse.de>
James Tai (2):
dt-bindings: arm: realtek: Document RTD1319 and Realtek PymParticle
EVB
arm64: dts: realtek: Add RTD1319 SoC and Realtek PymParticle EVB
.../devicetree/bindings/arm/realtek.yaml | 6 +
arch/arm64/boot/dts/realtek/Makefile | 2 +
.../boot/dts/realtek/rtd1319-pymparticle.dts | 43 ++++
arch/arm64/boot/dts/realtek/rtd1319.dtsi | 12 +
arch/arm64/boot/dts/realtek/rtd13xx.dtsi | 212 ++++++++++++++++++
5 files changed, 275 insertions(+)
create mode 100644 arch/arm64/boot/dts/realtek/rtd1319-pymparticle.dts
create mode 100644 arch/arm64/boot/dts/realtek/rtd1319.dtsi
create mode 100644 arch/arm64/boot/dts/realtek/rtd13xx.dtsi
--
2.24.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2 0/2] Initial RTD1319 SoC and Realtek PymParticle EVB support
2019-12-28 15:05 James Tai
@ 2019-12-29 2:48 ` Andreas Färber
2019-12-29 7:57 ` James Tai
0 siblings, 1 reply; 5+ messages in thread
From: Andreas Färber @ 2019-12-29 2:48 UTC (permalink / raw)
To: James Tai
Cc: linux-realtek-soc, linux-arm-kernel, Robin Murphy,
Lorenzo Pieralisi, linux-kernel, robh+dt, mark.rutland,
devicetree
Hi James,
Am 28.12.19 um 16:05 schrieb James Tai:
> Cc: Andreas Färber <afaerber@suse.de>
This time you CC'ed me only on the cover letter, so that I didn't get
notified of, e.g., Marc's review comments. I wonder why: realtek.yaml is
in MAINTAINERS, and so is dts/realtek/, so get_maintainers.pl should've
picked me up, even if you forgot to explicitly CC me? Please check what
went wrong there and make sure it doesn't happen again for the next
submission.
Thanks,
Andreas
> .../devicetree/bindings/arm/realtek.yaml | 6 +
> arch/arm64/boot/dts/realtek/Makefile | 2 +
> .../boot/dts/realtek/rtd1319-pymparticle.dts | 43 ++++
> arch/arm64/boot/dts/realtek/rtd1319.dtsi | 12 +
> arch/arm64/boot/dts/realtek/rtd13xx.dtsi | 212 ++++++++++++++++++
> 5 files changed, 275 insertions(+)
> create mode 100644 arch/arm64/boot/dts/realtek/rtd1319-pymparticle.dts
> create mode 100644 arch/arm64/boot/dts/realtek/rtd1319.dtsi
> create mode 100644 arch/arm64/boot/dts/realtek/rtd13xx.dtsi
--
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer
HRB 36809 (AG Nürnberg)
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH v2 0/2] Initial RTD1319 SoC and Realtek PymParticle EVB support
2019-12-29 2:48 ` Andreas Färber
@ 2019-12-29 7:57 ` James Tai
0 siblings, 0 replies; 5+ messages in thread
From: James Tai @ 2019-12-29 7:57 UTC (permalink / raw)
To: Andreas Färber
Cc: linux-realtek-soc@lists.infradead.org,
linux-arm-kernel@lists.infradead.org, Robin Murphy,
Lorenzo Pieralisi, linux-kernel@vger.kernel.org,
robh+dt@kernel.org, mark.rutland@arm.com,
devicetree@vger.kernel.org
Hi Andreas,
> This time you CC'ed me only on the cover letter, so that I didn't get notified of,
> e.g., Marc's review comments. I wonder why: realtek.yaml is in MAINTAINERS,
> and so is dts/realtek/, so get_maintainers.pl should've picked me up, even if
> you forgot to explicitly CC me? Please check what went wrong there and make
> sure it doesn't happen again for the next submission.
>
I will check it and make sure it doesn't happen again for the next submission.
Thanks.
Regards,
James
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2 0/2] Initial RTD1319 SoC and Realtek PymParticle EVB support
@ 2023-04-06 7:18 CY_Huang[黃鉦晏]
2023-04-06 7:34 ` Krzysztof Kozlowski
0 siblings, 1 reply; 5+ messages in thread
From: CY_Huang[黃鉦晏] @ 2023-04-06 7:18 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Rob Herring, James Tai [戴志峰],
Andreas Färber, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-realtek-soc@lists.infradead.org,
linux-kernel@vger.kernel.org
Hi Krzysztof,
This series adds Device Trees for the Realtek RTD1319 SoC and Realtek's
PymParticle EVB.
v1-->v2:
* Put string in alphabetical order
v1:
* RTD1319 SoC and Realtek PymParticle EVB
Cc: Rob Herring <robh+dt@kernel.org>
Cc: James Tai <james.tai@realtek.com>
Cc: Andreas Färber <afaerber@suse.de>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: devicetree@vger.kernel.org
Cc: linux-realtek-soc@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
cy.huang (2):
dt-bindings: arm: realtek: Add Realtek Pym Particles EVB
arm64: dts: realtek: Add RTD1319 SoC and Realtek Pym Particles EVB
.../devicetree/bindings/arm/realtek.yaml | 6 +
arch/arm64/boot/dts/realtek/Makefile | 2 +
.../boot/dts/realtek/rtd1319-pymparticles.dts | 28 ++
arch/arm64/boot/dts/realtek/rtd13xx.dtsi | 346 ++++++++++++++++++
4 files changed, 382 insertions(+)
create mode 100644 arch/arm64/boot/dts/realtek/rtd1319-pymparticles.dts
create mode 100644 arch/arm64/boot/dts/realtek/rtd13xx.dtsi
--
2.39.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2 0/2] Initial RTD1319 SoC and Realtek PymParticle EVB support
2023-04-06 7:18 [PATCH v2 0/2] Initial RTD1319 SoC and Realtek PymParticle EVB support CY_Huang[黃鉦晏]
@ 2023-04-06 7:34 ` Krzysztof Kozlowski
0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-06 7:34 UTC (permalink / raw)
To: CY_Huang[黃鉦晏], Krzysztof Kozlowski
Cc: Rob Herring, James Tai [戴志峰],
Andreas Färber, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-realtek-soc@lists.infradead.org,
linux-kernel@vger.kernel.org
On 06/04/2023 09:18, CY_Huang[黃鉦晏] wrote:
> Hi Krzysztof,
>
> This series adds Device Trees for the Realtek RTD1319 SoC and Realtek's
> PymParticle EVB.
>
Your email threading is broken (does not exist).
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-04-06 7:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-06 7:18 [PATCH v2 0/2] Initial RTD1319 SoC and Realtek PymParticle EVB support CY_Huang[黃鉦晏]
2023-04-06 7:34 ` Krzysztof Kozlowski
-- strict thread matches above, loose matches on Subject: below --
2019-12-28 15:05 James Tai
2019-12-29 2:48 ` Andreas Färber
2019-12-29 7:57 ` James Tai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox