From: Krzysztof Kozlowski <krzk@kernel.org>
To: Ravi Patel <ravi.patel@samsung.com>,
jesper.nilsson@axis.com, mturquette@baylibre.com,
sboyd@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org, s.nawrocki@samsung.com,
cw00.choi@samsung.com, alim.akhtar@samsung.com,
linus.walleij@linaro.org, tomasz.figa@gmail.com,
catalin.marinas@arm.com, will@kernel.org, arnd@arndb.de
Cc: ksk4725@coasia.com, kenkim@coasia.com, pjsin865@coasia.com,
gwk1013@coasia.com, hgkim05@coasia.com, mingyoungbo@coasia.com,
smn1196@coasia.com, shradha.t@samsung.com, inbaraj.e@samsung.com,
swathi.ks@samsung.com, hrishikesh.d@samsung.com,
dj76.yang@samsung.com, hypmean.kim@samsung.com,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-arm-kernel@axis.com,
devicetree@vger.kernel.org, linux-gpio@vger.kernel.org
Subject: Re: [PATCH v4 4/6] arm64: dts: exynos: axis: Add initial ARTPEC-8 SoC support
Date: Thu, 4 Sep 2025 15:43:14 +0200 [thread overview]
Message-ID: <5543f849-2be7-459f-8600-d236625cc8f8@kernel.org> (raw)
In-Reply-To: <20250901051926.59970-5-ravi.patel@samsung.com>
On 01/09/2025 07:19, Ravi Patel wrote:
> From: SungMin Park <smn1196@coasia.com>
>
> Add initial device tree support for Axis ARTPEC-8 SoC.
>
> This SoC contains 4 Cortex-A53 CPUs and several other peripheral IPs.
>
> Signed-off-by: SungMin Park <smn1196@coasia.com>
> Signed-off-by: SeonGu Kang <ksk4725@coasia.com>
> Signed-off-by: Ravi Patel <ravi.patel@samsung.com>
> ---
> MAINTAINERS | 12 +
> arch/arm64/Kconfig.platforms | 7 +
> arch/arm64/boot/dts/exynos/Makefile | 1 +
> .../boot/dts/exynos/axis/artpec-pinctrl.h | 36 +++
> .../boot/dts/exynos/axis/artpec8-pinctrl.dtsi | 120 +++++++++
> arch/arm64/boot/dts/exynos/axis/artpec8.dtsi | 244 ++++++++++++++++++
> 6 files changed, 420 insertions(+)
> create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec-pinctrl.h
> create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec8-pinctrl.dtsi
> create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec8.dtsi
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fe168477caa4..4d0c1f10ffd4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4102,6 +4102,18 @@ S: Maintained
> F: Documentation/devicetree/bindings/sound/axentia,*
> F: sound/soc/atmel/tse850-pcm5142.c
>
> +AXIS ARTPEC ARM64 SoC SUPPORT
> +M: Jesper Nilsson <jesper.nilsson@axis.com>
> +M: Lars Persson <lars.persson@axis.com>
> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> +L: linux-samsung-soc@vger.kernel.org
> +L: linux-arm-kernel@axis.com
> +S: Maintained
> +F: Documentation/devicetree/bindings/clock/axis,artpec*-clock.yaml
> +F: arch/arm64/boot/dts/exynos/axis/
> +F: drivers/clk/samsung/clk-artpec*.c
> +F: include/dt-bindings/clock/axis,artpec*-clk.h
Some official ack would be nice for this, but I also remember we earlier
emails, so I will take it as is.
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-09-04 13:43 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20250901054234epcas5p1e4b34b6ccb304b0306b1fe616edda9e2@epcas5p1.samsung.com>
2025-09-01 5:19 ` [PATCH v4 0/6] Add support for the Axis ARTPEC-8 SoC Ravi Patel
[not found] ` <CGME20250901054239epcas5p214f3d0a29b87eda7f9b671fe05ba4bf9@epcas5p2.samsung.com>
2025-09-01 5:19 ` [PATCH v4 1/6] dt-bindings: pinctrl: samsung: Add compatible for " Ravi Patel
2025-09-01 6:33 ` (subset) " Krzysztof Kozlowski
[not found] ` <CGME20250901054244epcas5p474b65dbf838296ba3177edaeb2c6ec97@epcas5p4.samsung.com>
2025-09-01 5:19 ` [PATCH v4 2/6] pinctrl: samsung: Add ARTPEC-8 SoC specific configuration Ravi Patel
2025-09-01 6:33 ` (subset) " Krzysztof Kozlowski
[not found] ` <CGME20250901054249epcas5p483e898d45e072cb0faa79a681f73f0d8@epcas5p4.samsung.com>
2025-09-01 5:19 ` [PATCH v4 3/6] dt-bindings: arm: axis: Add ARTPEC-8 grizzly board Ravi Patel
2025-09-04 13:46 ` (subset) " Krzysztof Kozlowski
[not found] ` <CGME20250901054254epcas5p24db87bd64fc57a25b17c51e608f15e7b@epcas5p2.samsung.com>
2025-09-01 5:19 ` [PATCH v4 4/6] arm64: dts: exynos: axis: Add initial ARTPEC-8 SoC support Ravi Patel
2025-09-04 13:43 ` Krzysztof Kozlowski [this message]
2025-09-04 14:29 ` Jesper Nilsson
2025-09-04 13:46 ` (subset) " Krzysztof Kozlowski
[not found] ` <CGME20250901054259epcas5p13dfe6ccb7759af018a07403ceb1e86f4@epcas5p1.samsung.com>
2025-09-01 5:19 ` [PATCH v4 5/6] arm64: dts: axis: Add ARTPEC-8 Grizzly dts support Ravi Patel
2025-09-04 13:46 ` (subset) " Krzysztof Kozlowski
[not found] ` <CGME20250901054303epcas5p3d8079b7806d995bfaf3004cbb4f95e41@epcas5p3.samsung.com>
2025-09-01 5:19 ` [PATCH v4 6/6] arm64: defconfig: Enable Axis ARTPEC SoC Ravi Patel
2025-09-04 13:46 ` (subset) " Krzysztof Kozlowski
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=5543f849-2be7-459f-8600-d236625cc8f8@kernel.org \
--to=krzk@kernel.org \
--cc=alim.akhtar@samsung.com \
--cc=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=dj76.yang@samsung.com \
--cc=gwk1013@coasia.com \
--cc=hgkim05@coasia.com \
--cc=hrishikesh.d@samsung.com \
--cc=hypmean.kim@samsung.com \
--cc=inbaraj.e@samsung.com \
--cc=jesper.nilsson@axis.com \
--cc=kenkim@coasia.com \
--cc=krzk+dt@kernel.org \
--cc=ksk4725@coasia.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@axis.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mingyoungbo@coasia.com \
--cc=mturquette@baylibre.com \
--cc=pjsin865@coasia.com \
--cc=ravi.patel@samsung.com \
--cc=robh@kernel.org \
--cc=s.nawrocki@samsung.com \
--cc=sboyd@kernel.org \
--cc=shradha.t@samsung.com \
--cc=smn1196@coasia.com \
--cc=swathi.ks@samsung.com \
--cc=tomasz.figa@gmail.com \
--cc=will@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 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).