linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add support for exynos5250-manta (Google Nexus 10)
@ 2025-11-25 15:12 Lukas Timmermann
  2025-11-25 15:12 ` [PATCH v2 1/3] dt-bindings: ARM: samsung: Add Google Manta (Nexus 10) Lukas Timmermann
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Lukas Timmermann @ 2025-11-25 15:12 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Alim Akhtar, Rob Herring, Conor Dooley,
	Russell King
  Cc: linux-arm-kernel, linux-samsung-soc, devicetree, linux-kernel,
	Lukas Timmermann, Alexandre Marquet

This patch series adds initial support for the google-manta board, known
as Google Nexus 10 to users. The device is powered by
the Exynos 5250 SoC. The notification led driver (as3668) is already 
(tho not applied) in the kernel mailing list and can be found here:
https://lore.kernel.org/linux-leds/20251125114015.355487-1-linux@timmermann.space/

The first two patches add the necessary device tree files and
bindings, while the last patch makes a small modification to
allow CPU1 to boot, as it requires a call to it's underlying firmware.

This first iteration only provides basic support to get the board
up and running and usable via UART and with WiFi support. We will upstream additional 
features in future patches. All patches have been tested on real hardware.

Signed-off-by: Lukas Timmermann <linux@timmermann.space>
---
Alexandre Marquet (3):
      dt-bindings: ARM: samsung: Add Google Manta (Nexus 10)
      ARM: dts: exynos: Add Google Manta (Nexus 10)
      ARM: samsung: exynos5250: Allow CPU1 to boot

 .../bindings/arm/samsung/samsung-boards.yaml       |   1 +
 arch/arm/boot/dts/samsung/Makefile                 |   1 +
 arch/arm/boot/dts/samsung/exynos5250-manta.dts     | 516 +++++++++++++++++++++
 arch/arm/mach-exynos/firmware.c                    |   4 +-
 4 files changed, 520 insertions(+), 2 deletions(-)
---
base-commit: 6a23ae0a96a600d1d12557add110e0bb6e32730c
change-id: 20251125-google-manta-79545e179d10

Best regards,
-- 
Lukas Timmermann <linux@timmermann.space>



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2025-12-04 12:38 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-25 15:12 [PATCH v2 0/3] Add support for exynos5250-manta (Google Nexus 10) Lukas Timmermann
2025-11-25 15:12 ` [PATCH v2 1/3] dt-bindings: ARM: samsung: Add Google Manta (Nexus 10) Lukas Timmermann
2025-11-25 15:12 ` [PATCH v2 2/3] ARM: dts: exynos: " Lukas Timmermann
2025-11-26  9:10   ` Krzysztof Kozlowski
2025-11-27 20:01     ` Lukas Timmermann
2025-11-28  9:01       ` Krzysztof Kozlowski
2025-11-25 15:12 ` [PATCH v2 3/3] ARM: samsung: exynos5250: Allow CPU1 to boot Lukas Timmermann
2025-11-26  9:24   ` Krzysztof Kozlowski
2025-11-27 11:53     ` Lukas Timmermann
2025-12-04 11:22   ` Pavel Machek
2025-12-04 11:51     ` Krzysztof Kozlowski
2025-12-04 11:53       ` Pavel Machek
2025-12-04 11:54         ` Krzysztof Kozlowski
2025-12-04 11:55           ` Pavel Machek
2025-12-04 12:02             ` Krzysztof Kozlowski
2025-12-04 12:38               ` Pavel Machek
2025-11-25 15:20 ` [PATCH v2 0/3] Add support for exynos5250-manta (Google Nexus 10) Krzysztof Kozlowski
2025-11-25 15:22   ` Krzysztof Kozlowski
2025-11-26 22:46 ` Rob Herring

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).