* [GIT PULL 1/2] arm64: dts: samsung: dts for v7.1
@ 2026-05-31 12:07 Krzysztof Kozlowski
2026-05-31 12:07 ` [GIT PULL 2/2] ARM: samsung: mach for v7.2 Krzysztof Kozlowski
2026-05-31 12:20 ` [GIT PULL 1/2] arm64: dts: samsung: dts for v7.1 Krzysztof Kozlowski
0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-05-31 12:07 UTC (permalink / raw)
To: Arnd Bergmann, Alexandre Belloni, Linus Walleij, Drew Fustini,
soc
Cc: Krzysztof Kozlowski, Alim Akhtar, Peter Griffin, linux-arm-kernel,
linux-samsung-soc, linux-kernel
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-7.2
for you to fetch changes up to 20550601bf4c23effa013a5f37e5250618869e87:
MAINTAINERS: Add Peter Griffin as a co-maintainer of Samsung Exynos SoCs (2026-05-30 18:27:52 +0200)
----------------------------------------------------------------
Samsung DTS ARM64 changes for v7.2
1. Exynos850: Implement proper power off to fully shutdown the board and
reduce drawn current.
2. ExynosAutov920: Add UFS storage.
3. Add Peter Griffin as a co-maintainer.
I have multiple subsystems to care of and limited time. Also, with
joining to SoC team I figured out it is good to plan my succession.
Or backup.
Peter shown both time and interest in keeping Samsung Exynos code
working. He already works on and maintains Google Tensor SoC, which
shares a lot with Samsung Exynos processors.
Considering all this, I proposed Peter to become a co-maintainer here
(same for pinctrl, which went via different tree).
I will still be the one handling patches for this and (probably) next
cycle, but in a further timeframe the roles could reverse with me
only providing acks or reviews. If this works then depending on other
duties and amount of work, I might be slowly transitioning to leave
Samsung SoC maintainership.
----------------------------------------------------------------
Alexey Klimov (1):
arm64: dts: exynos850: Add syscon-poweroff node
Alim Akhtar (1):
arm64: dts: exynosautov920: Add syscon hsi2 node
Marc Zyngier (1):
arm64: dts: exynos: Add EL2 virtual timer interrupt
Peter Griffin (1):
MAINTAINERS: Add Peter Griffin as a co-maintainer of Samsung Exynos SoCs
Sowon Na (1):
arm64: dts: exynosautov920: enable support for ufs controller
MAINTAINERS | 2 ++
arch/arm64/boot/dts/exynos/axis/artpec9.dtsi | 3 ++-
arch/arm64/boot/dts/exynos/exynos2200.dtsi | 3 ++-
arch/arm64/boot/dts/exynos/exynos850.dtsi | 7 ++++++
arch/arm64/boot/dts/exynos/exynos990.dtsi | 3 ++-
arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 3 ++-
arch/arm64/boot/dts/exynos/exynosautov920-sadk.dts | 8 +++++++
arch/arm64/boot/dts/exynos/exynosautov920.dtsi | 27 ++++++++++++++++++++++
arch/arm64/boot/dts/exynos/google/gs101.dtsi | 3 ++-
9 files changed, 54 insertions(+), 5 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* [GIT PULL 2/2] ARM: samsung: mach for v7.2
2026-05-31 12:07 [GIT PULL 1/2] arm64: dts: samsung: dts for v7.1 Krzysztof Kozlowski
@ 2026-05-31 12:07 ` Krzysztof Kozlowski
2026-05-31 12:20 ` [GIT PULL 1/2] arm64: dts: samsung: dts for v7.1 Krzysztof Kozlowski
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-05-31 12:07 UTC (permalink / raw)
To: Arnd Bergmann, Alexandre Belloni, Linus Walleij, Drew Fustini,
soc
Cc: Krzysztof Kozlowski, Alim Akhtar, Peter Griffin, linux-arm-kernel,
linux-samsung-soc, linux-kernel
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-7.2
for you to fetch changes up to b64cbd3f5d96b143fa9f21d84d381b1bb286339c:
ARM: s3c: use gpio lookup table for LEDs (2026-05-04 19:09:09 +0200)
----------------------------------------------------------------
Samsung mach/soc changes for v7.2
Remove raw GPIO number usage from S3C6410-based crag6410 board.
----------------------------------------------------------------
Arnd Bergmann (1):
ARM: s3c: use gpio lookup table for LEDs
arch/arm/mach-s3c/mach-crag6410.c | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GIT PULL 1/2] arm64: dts: samsung: dts for v7.1
2026-05-31 12:07 [GIT PULL 1/2] arm64: dts: samsung: dts for v7.1 Krzysztof Kozlowski
2026-05-31 12:07 ` [GIT PULL 2/2] ARM: samsung: mach for v7.2 Krzysztof Kozlowski
@ 2026-05-31 12:20 ` Krzysztof Kozlowski
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-05-31 12:20 UTC (permalink / raw)
To: Arnd Bergmann, Alexandre Belloni, Linus Walleij, Drew Fustini,
soc
Cc: Alim Akhtar, Peter Griffin, linux-arm-kernel, linux-samsung-soc,
linux-kernel
On 31/05/2026 14:07, Krzysztof Kozlowski wrote:
> The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
>
> Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-7.2
>
> for you to fetch changes up to 20550601bf4c23effa013a5f37e5250618869e87:
>
> MAINTAINERS: Add Peter Griffin as a co-maintainer of Samsung Exynos SoCs (2026-05-30 18:27:52 +0200)
Subject is wrong - this should be for v7.2. Tag and contents is correct.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-31 12:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-31 12:07 [GIT PULL 1/2] arm64: dts: samsung: dts for v7.1 Krzysztof Kozlowski
2026-05-31 12:07 ` [GIT PULL 2/2] ARM: samsung: mach for v7.2 Krzysztof Kozlowski
2026-05-31 12:20 ` [GIT PULL 1/2] arm64: dts: samsung: dts for v7.1 Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox