* [GIT PULL 2/4] arm64: dts: samsung: dts for v7.1
2026-03-24 12:58 [GIT PULL 1/4] samsung: drivers for v7.1 Krzysztof Kozlowski
@ 2026-03-24 12:58 ` Krzysztof Kozlowski
2026-03-24 12:58 ` [GIT PULL 3/4] ARM: " Krzysztof Kozlowski
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-24 12:58 UTC (permalink / raw)
To: Arnd Bergmann, soc
Cc: Krzysztof Kozlowski, Alim Akhtar, Peter Griffin, linux-arm-kernel,
linux-samsung-soc, linux-kernel
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-7.1
for you to fetch changes up to 90f771a9745476a5e2b95b5efe225a943c090bb9:
arm64: dts: exynos8895: Move I2C address/size-cells to DTSI (2026-03-10 17:04:20 +0100)
----------------------------------------------------------------
Samsung DTS ARM64 changes for v7.1
1. Add initial support for Axis ARTPEC-9 SoC and Alfred board using it.
Just like ARTPEC-8, this is a derivative of Samsung Exynos SoC made
for Axis, sharing most or all of core SoC blocks with Samsung
designs.
2. New boards: Exynos7870 based Samsung Galaxy J7 (2016) and Samsung
Galaxy J5 (2017).
3. Google GS101 Pixel phone: describe all PMIC regulators and Maxim
fuel-gauge.
4. ExynosAutov920: add G3D (GPU) clock controller (CMU).
----------------------------------------------------------------
Andras Sebok (1):
arm64: dts: exynos: add initial support for Samsung Galaxy J5
André Draszik (2):
arm64: dts: exynos: gs101-pixel: add all S2MPG1x regulators
arm64: dts: exynos: gs101-pixel-common: add Maxim MAX77759 fuel gauge
GyoungBo Min (1):
dt-bindings: clock: Add ARTPEC-9 clock controller
Kaustabh Chakraborty (2):
dt-bindings: arm: samsung: add compatible for samsung-j7xelte
dt-bindings: arm: samsung: add compatible for samsung-j5y17lte
Krzysztof Kozlowski (3):
arm64: dts: axis: artpec9: Fix missing soc unit address
arm64: dts: exynos7870: Move I2C address/size-cells to DTSI
arm64: dts: exynos8895: Move I2C address/size-cells to DTSI
Raghav Sharma (1):
arm64: dts: exynosautov920: add CMU_G3D clock DT nodes
Ravi Patel (2):
dt-bindings: arm: axis: Add ARTPEC-9 alfred board
arm64: dts: axis: Add ARTPEC-9 Alfred board support
Rayan Marzouk (1):
arm64: dts: exynos: add initial support for Samsung Galaxy J7 (2016)
SungMin Park (1):
arm64: dts: exynos: axis: Add initial ARTPEC-9 SoC support
Documentation/devicetree/bindings/arm/axis.yaml | 6 +
.../bindings/arm/samsung/samsung-boards.yaml | 2 +
.../bindings/clock/axis,artpec9-clock.yaml | 232 +++++++++
arch/arm64/boot/dts/exynos/Makefile | 2 +
arch/arm64/boot/dts/exynos/axis/Makefile | 3 +-
arch/arm64/boot/dts/exynos/axis/artpec9-alfred.dts | 36 ++
.../boot/dts/exynos/axis/artpec9-pinctrl.dtsi | 115 +++++
arch/arm64/boot/dts/exynos/axis/artpec9.dtsi | 277 +++++++++++
.../arm64/boot/dts/exynos/exynos7870-a2corelte.dts | 9 -
arch/arm64/boot/dts/exynos/exynos7870-j5y17lte.dts | 523 ++++++++++++++++++++
arch/arm64/boot/dts/exynos/exynos7870-j6lte.dts | 6 -
arch/arm64/boot/dts/exynos/exynos7870-j7xelte.dts | 494 +++++++++++++++++++
arch/arm64/boot/dts/exynos/exynos7870-on7xelte.dts | 9 -
arch/arm64/boot/dts/exynos/exynos7870.dtsi | 48 ++
arch/arm64/boot/dts/exynos/exynos8895-dreamlte.dts | 2 -
arch/arm64/boot/dts/exynos/exynos8895.dtsi | 128 +++++
arch/arm64/boot/dts/exynos/exynosautov920.dtsi | 13 +
arch/arm64/boot/dts/exynos/google/gs101-oriole.dts | 22 +
.../boot/dts/exynos/google/gs101-pixel-common.dtsi | 528 ++++++++++++++++++++-
arch/arm64/boot/dts/exynos/google/gs101-raven.dts | 18 +
include/dt-bindings/clock/axis,artpec9-clk.h | 195 ++++++++
21 files changed, 2640 insertions(+), 28 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/axis,artpec9-clock.yaml
create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9-alfred.dts
create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9-pinctrl.dtsi
create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9.dtsi
create mode 100644 arch/arm64/boot/dts/exynos/exynos7870-j5y17lte.dts
create mode 100644 arch/arm64/boot/dts/exynos/exynos7870-j7xelte.dts
create mode 100644 include/dt-bindings/clock/axis,artpec9-clk.h
^ permalink raw reply [flat|nested] 6+ messages in thread* [GIT PULL 3/4] ARM: dts: samsung: dts for v7.1
2026-03-24 12:58 [GIT PULL 1/4] samsung: drivers for v7.1 Krzysztof Kozlowski
2026-03-24 12:58 ` [GIT PULL 2/4] arm64: dts: samsung: dts " Krzysztof Kozlowski
@ 2026-03-24 12:58 ` Krzysztof Kozlowski
2026-03-24 12:58 ` [GIT PULL 4/4] ARM: samsung: mach code " Krzysztof Kozlowski
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-24 12:58 UTC (permalink / raw)
To: Arnd Bergmann, soc
Cc: Krzysztof Kozlowski, Alim Akhtar, Peter Griffin, linux-arm-kernel,
linux-samsung-soc, linux-kernel
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-7.1
for you to fetch changes up to 44ee52a030a6dd2f6e0ecb3632ecf8b263114619:
ARM: dts: exyons4412: Drop duplicated I2C address/size-cells (2026-03-10 17:03:43 +0100)
----------------------------------------------------------------
Samsung DTS ARM changes for v7.1
1. New board: Exynos5250 based Google Manta (Nexus 10).
2. Few cleanups.
----------------------------------------------------------------
Alexandre Marquet (2):
dt-bindings: ARM: samsung: Add Google Manta (Nexus 10)
ARM: dts: exynos: Add Google Manta (Nexus 10)
Krzysztof Kozlowski (3):
ARM: dts: exynos3250: Drop duplicated I2C address/size-cells
ARM: dts: exynos4210-smdkv310: Drop duplicated I2C address/size-cells
ARM: dts: exyons4412: Drop duplicated I2C address/size-cells
.../bindings/arm/samsung/samsung-boards.yaml | 1 +
arch/arm/boot/dts/samsung/Makefile | 1 +
arch/arm/boot/dts/samsung/exynos3250-artik5.dtsi | 2 -
arch/arm/boot/dts/samsung/exynos3250-monk.dts | 4 -
arch/arm/boot/dts/samsung/exynos3250-rinato.dts | 4 -
arch/arm/boot/dts/samsung/exynos4210-smdkv310.dts | 2 -
.../boot/dts/samsung/exynos4412-itop-scp-core.dtsi | 2 -
arch/arm/boot/dts/samsung/exynos4412-origen.dts | 2 -
arch/arm/boot/dts/samsung/exynos5250-manta.dts | 564 +++++++++++++++++++++
9 files changed, 566 insertions(+), 16 deletions(-)
create mode 100644 arch/arm/boot/dts/samsung/exynos5250-manta.dts
^ permalink raw reply [flat|nested] 6+ messages in thread* [GIT PULL 4/4] ARM: samsung: mach code for v7.1
2026-03-24 12:58 [GIT PULL 1/4] samsung: drivers for v7.1 Krzysztof Kozlowski
2026-03-24 12:58 ` [GIT PULL 2/4] arm64: dts: samsung: dts " Krzysztof Kozlowski
2026-03-24 12:58 ` [GIT PULL 3/4] ARM: " Krzysztof Kozlowski
@ 2026-03-24 12:58 ` Krzysztof Kozlowski
2026-04-01 21:50 ` [GIT PULL 1/4] samsung: drivers " patchwork-bot+linux-soc
2026-04-01 22:10 ` patchwork-bot+linux-soc
4 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-24 12:58 UTC (permalink / raw)
To: Arnd Bergmann, soc
Cc: Krzysztof Kozlowski, Alim Akhtar, Peter Griffin, linux-arm-kernel,
linux-samsung-soc, linux-kernel
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-7.1
for you to fetch changes up to 32d4b991f25eeffac7568ef51367f924394fbdc5:
ARM: samsung: exynos5250: Allow CPU1 to boot (2026-02-26 22:13:27 +0100)
----------------------------------------------------------------
Samsung mach/soc changes for v7.1
Fix booting of secondary CPU on Exynos5250 based Google Manta board -
difference in TZ firmware.
----------------------------------------------------------------
Alexandre Marquet (1):
ARM: samsung: exynos5250: Allow CPU1 to boot
arch/arm/mach-exynos/firmware.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [GIT PULL 1/4] samsung: drivers for v7.1
2026-03-24 12:58 [GIT PULL 1/4] samsung: drivers for v7.1 Krzysztof Kozlowski
` (2 preceding siblings ...)
2026-03-24 12:58 ` [GIT PULL 4/4] ARM: samsung: mach code " Krzysztof Kozlowski
@ 2026-04-01 21:50 ` patchwork-bot+linux-soc
2026-04-01 22:10 ` patchwork-bot+linux-soc
4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2026-04-01 21:50 UTC (permalink / raw)
To: Krzysztof Kozlowski; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Tue, 24 Mar 2026 13:58:21 +0100 you wrote:
> The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
>
> Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-7.1
>
> [...]
Here is the summary with links:
- [GIT,PULL,1/4] samsung: drivers for v7.1
(no matching commit)
- [GIT,PULL,2/4] arm64: dts: samsung: dts for v7.1
https://git.kernel.org/soc/soc/c/2feb6df85c64
- [GIT,PULL,3/4] ARM: dts: samsung: dts for v7.1
https://git.kernel.org/soc/soc/c/5e9c551265f9
- [GIT,PULL,4/4] ARM: samsung: mach code for v7.1
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [GIT PULL 1/4] samsung: drivers for v7.1
2026-03-24 12:58 [GIT PULL 1/4] samsung: drivers for v7.1 Krzysztof Kozlowski
` (3 preceding siblings ...)
2026-04-01 21:50 ` [GIT PULL 1/4] samsung: drivers " patchwork-bot+linux-soc
@ 2026-04-01 22:10 ` patchwork-bot+linux-soc
4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2026-04-01 22:10 UTC (permalink / raw)
To: Krzysztof Kozlowski; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Tue, 24 Mar 2026 13:58:21 +0100 you wrote:
> The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
>
> Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-7.1
>
> [...]
Here is the summary with links:
- [GIT,PULL,1/4] samsung: drivers for v7.1
https://git.kernel.org/soc/soc/c/fb5fee1cbc29
- [GIT,PULL,2/4] arm64: dts: samsung: dts for v7.1
(no matching commit)
- [GIT,PULL,3/4] ARM: dts: samsung: dts for v7.1
(no matching commit)
- [GIT,PULL,4/4] ARM: samsung: mach code for v7.1
https://git.kernel.org/soc/soc/c/23e4b0532da6
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 6+ messages in thread