* [GIT PULL 1/2] arm/arm64: defconfig for v6.18
@ 2025-09-09 18:01 Krzysztof Kozlowski
2025-09-09 18:01 ` [GIT PULL 2/2] arm64: dts: samsung: dts " Krzysztof Kozlowski
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-09-09 18:01 UTC (permalink / raw)
To: Arnd Bergmann, soc
Cc: Krzysztof Kozlowski, Alim Akhtar, Peter Griffin, linux-arm-kernel,
linux-samsung-soc, linux-kernel, Krzysztof Kozlowski
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-6.18
for you to fetch changes up to eca86a61aedaa40310135c8799b28187afbc677e:
arm64: defconfig: Enable Axis ARTPEC SoC (2025-09-04 15:44:49 +0200)
----------------------------------------------------------------
Samsung SoC defconfig changes for v6.18
1. Cleanup MTD_NAND_S3C2410, being removed from the kernel via separate
tree.
2. Enable Axis ARTPEC SoC in arm64 defconfig - new Samsung subarch.
----------------------------------------------------------------
Krzysztof Kozlowski (1):
ARM: s3c6400_defconfig: Drop MTD_NAND_S3C2410
SungMin Park (1):
arm64: defconfig: Enable Axis ARTPEC SoC
arch/arm/configs/s3c6400_defconfig | 1 -
arch/arm64/configs/defconfig | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 2/2] arm64: dts: samsung: dts for v6.18
2025-09-09 18:01 [GIT PULL 1/2] arm/arm64: defconfig for v6.18 Krzysztof Kozlowski
@ 2025-09-09 18:01 ` Krzysztof Kozlowski
2025-09-15 13:51 ` [GIT PULL 1/2] arm/arm64: defconfig " patchwork-bot+linux-soc
2025-09-15 15:00 ` patchwork-bot+linux-soc
2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-09-09 18:01 UTC (permalink / raw)
To: Arnd Bergmann, soc
Cc: Krzysztof Kozlowski, Alim Akhtar, Peter Griffin, linux-arm-kernel,
linux-samsung-soc, linux-kernel, Krzysztof Kozlowski
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-6.18
for you to fetch changes up to 44b0a8e433aaad8aac51593a052f043aeb9a18d1:
arm64: dts: exynos990: Enable PERIC0 and PERIC1 clock controllers (2025-09-07 11:13:06 +0200)
----------------------------------------------------------------
Samsung DTS ARM64 changes for v6.18
1. Exynos850 e850 board: Enable Ethernet.
2. Exynos990: Enable watchdog and USB, add more clock controllers.
3. Exynos2200: Switch to 32-bit address space for blocks, because all
peripherals fit there. Add remaining serial engine (USI) nodes
(serial, I2C).
4. New Artpec ARTPEC-8 SoC with board. That's a design from Samsung,
sharing all basic blocks with other Samsung SoCs (busses, clock
controllers, pin controllers, PCIe, USB) and having media/video
related blocks from Axis.
Only basic support is added here: few clock controllers, pin
controller and UART.
5. Several cleanups.
----------------------------------------------------------------
Denzeel Oliva (1):
arm64: dts: exynos990: Enable PERIC0 and PERIC1 clock controllers
Igor Belwon (5):
arm64: dts: exynos990: Enable watchdog timer
arm64: dts: exynos990: Add USB nodes
arm64: dts: exynos990-x1s-common: Enable USB
arm64: dts: exynos990-c1s: Enable USB
arm64: dts: exynos990-r8s: Enable USB
Ivaylo Ivanov (4):
arm64: dts: exynos2200: fix typo in hsi2c23 bus pins label
arm64: dts: exynos2200: use 32-bit address space for /soc
arm64: dts: exynos2200: increase the size of all syscons
arm64: dts: exynos2200: define all usi nodes
Krzysztof Kozlowski (5):
arm64: dts: exynos5433: Add default GIC address cells
arm64: dts: google: gs101: Add default GIC address cells
arm64: dts: fsd: Add default GIC address cells
arm64: dts: exynos2200: Add default GIC address cells
arm64: dts: exynos8895: Minor whitespace cleanup
Ravi Patel (1):
dt-bindings: arm: Convert Axis board/soc bindings to json-schema
Sam Protsenko (1):
arm64: dts: exynos: Add Ethernet node for E850-96 board
SeonGu Kang (1):
arm64: dts: axis: Add ARTPEC-8 Grizzly dts support
SungMin Park (2):
dt-bindings: arm: axis: Add ARTPEC-8 grizzly board
arm64: dts: exynos: axis: Add initial ARTPEC-8 SoC support
Documentation/devicetree/bindings/arm/axis.txt | 13 -
Documentation/devicetree/bindings/arm/axis.yaml | 36 +
MAINTAINERS | 12 +
arch/arm64/Kconfig.platforms | 7 +
arch/arm64/boot/dts/exynos/Makefile | 1 +
arch/arm64/boot/dts/exynos/axis/Makefile | 4 +
arch/arm64/boot/dts/exynos/axis/artpec-pinctrl.h | 36 +
.../arm64/boot/dts/exynos/axis/artpec8-grizzly.dts | 35 +
.../boot/dts/exynos/axis/artpec8-pinctrl.dtsi | 120 ++
arch/arm64/boot/dts/exynos/axis/artpec8.dtsi | 244 ++++
arch/arm64/boot/dts/exynos/exynos2200-pinctrl.dtsi | 2 +-
arch/arm64/boot/dts/exynos/exynos2200.dtsi | 1434 +++++++++++++++++++-
arch/arm64/boot/dts/exynos/exynos5433.dtsi | 1 +
arch/arm64/boot/dts/exynos/exynos850-e850-96.dts | 15 +
arch/arm64/boot/dts/exynos/exynos8895-pinctrl.dtsi | 2 +-
arch/arm64/boot/dts/exynos/exynos990-c1s.dts | 16 +
arch/arm64/boot/dts/exynos/exynos990-r8s.dts | 16 +
.../boot/dts/exynos/exynos990-x1s-common.dtsi | 16 +
arch/arm64/boot/dts/exynos/exynos990.dtsi | 77 ++
arch/arm64/boot/dts/exynos/google/gs101.dtsi | 1 +
arch/arm64/boot/dts/tesla/fsd.dtsi | 1 +
21 files changed, 2038 insertions(+), 51 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/arm/axis.txt
create mode 100644 Documentation/devicetree/bindings/arm/axis.yaml
create mode 100644 arch/arm64/boot/dts/exynos/axis/Makefile
create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec-pinctrl.h
create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec8-grizzly.dts
create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec8-pinctrl.dtsi
create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec8.dtsi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL 1/2] arm/arm64: defconfig for v6.18
2025-09-09 18:01 [GIT PULL 1/2] arm/arm64: defconfig for v6.18 Krzysztof Kozlowski
2025-09-09 18:01 ` [GIT PULL 2/2] arm64: dts: samsung: dts " Krzysztof Kozlowski
@ 2025-09-15 13:51 ` patchwork-bot+linux-soc
2025-09-15 15:00 ` patchwork-bot+linux-soc
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2025-09-15 13:51 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, 9 Sep 2025 20:01:26 +0200 you wrote:
> The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
>
> Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-6.18
>
> [...]
Here is the summary with links:
- [GIT,PULL,1/2] arm/arm64: defconfig for v6.18
(no matching commit)
- [GIT,PULL,2/2] arm64: dts: samsung: dts for v6.18
https://git.kernel.org/soc/soc/c/54a5a6041bfc
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] 4+ messages in thread
* Re: [GIT PULL 1/2] arm/arm64: defconfig for v6.18
2025-09-09 18:01 [GIT PULL 1/2] arm/arm64: defconfig for v6.18 Krzysztof Kozlowski
2025-09-09 18:01 ` [GIT PULL 2/2] arm64: dts: samsung: dts " Krzysztof Kozlowski
2025-09-15 13:51 ` [GIT PULL 1/2] arm/arm64: defconfig " patchwork-bot+linux-soc
@ 2025-09-15 15:00 ` patchwork-bot+linux-soc
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2025-09-15 15:00 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, 9 Sep 2025 20:01:26 +0200 you wrote:
> The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
>
> Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-6.18
>
> [...]
Here is the summary with links:
- [GIT,PULL,1/2] arm/arm64: defconfig for v6.18
https://git.kernel.org/soc/soc/c/92be260308d8
- [GIT,PULL,2/2] arm64: dts: samsung: dts for v6.18
(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] 4+ messages in thread
end of thread, other threads:[~2025-09-15 15:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-09 18:01 [GIT PULL 1/2] arm/arm64: defconfig for v6.18 Krzysztof Kozlowski
2025-09-09 18:01 ` [GIT PULL 2/2] arm64: dts: samsung: dts " Krzysztof Kozlowski
2025-09-15 13:51 ` [GIT PULL 1/2] arm/arm64: defconfig " patchwork-bot+linux-soc
2025-09-15 15:00 ` patchwork-bot+linux-soc
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.