soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable ARCH_SPARX5 and ARCH_REALTEK
@ 2023-05-17 14:30 Krzysztof Kozlowski
  2023-05-17 16:09 ` Conor Dooley
  2023-05-26 20:50 ` patchwork-bot+linux-soc
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-05-17 14:30 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm, soc, afaerber,
	linux-arm-kernel, linux-realtek-soc, Conor Dooley, lars.povlsen,
	Steen.Hegelund, daniel.machon, UNGLinuxDriver, Catalin Marinas,
	Will Deacon, linux-kernel
  Cc: Krzysztof Kozlowski

Enable Microchip SparX-5 (ARCH_SPARX5) with its MMC controller and
Realtek (ARCH_REALTEK) so their DTS will get built with defconfig and
maybe platforms could be booted from it.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index a24609e14d50..de1ef135c578 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -41,6 +41,7 @@ CONFIG_ARCH_BCMBCA=y
 CONFIG_ARCH_BRCMSTB=y
 CONFIG_ARCH_BERLIN=y
 CONFIG_ARCH_EXYNOS=y
+CONFIG_ARCH_SPARX5=y
 CONFIG_ARCH_K3=y
 CONFIG_ARCH_LG1K=y
 CONFIG_ARCH_HISI=y
@@ -54,6 +55,7 @@ CONFIG_ARCH_MXC=y
 CONFIG_ARCH_S32=y
 CONFIG_ARCH_NPCM=y
 CONFIG_ARCH_QCOM=y
+CONFIG_ARCH_REALTEK=y
 CONFIG_ARCH_RENESAS=y
 CONFIG_ARCH_ROCKCHIP=y
 CONFIG_ARCH_SEATTLE=y
@@ -1003,6 +1005,7 @@ CONFIG_MMC_SDHCI_PLTFM=y
 CONFIG_MMC_SDHCI_OF_ARASAN=y
 CONFIG_MMC_SDHCI_OF_ESDHC=y
 CONFIG_MMC_SDHCI_OF_DWCMSHC=y
+CONFIG_MMC_SDHCI_OF_SPARX5=y
 CONFIG_MMC_SDHCI_CADENCE=y
 CONFIG_MMC_SDHCI_ESDHC_IMX=y
 CONFIG_MMC_SDHCI_TEGRA=y
-- 
2.34.1


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

* Re: [PATCH] arm64: defconfig: Enable ARCH_SPARX5 and ARCH_REALTEK
  2023-05-17 14:30 [PATCH] arm64: defconfig: Enable ARCH_SPARX5 and ARCH_REALTEK Krzysztof Kozlowski
@ 2023-05-17 16:09 ` Conor Dooley
  2023-05-26 20:50 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2023-05-17 16:09 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, Olof Johansson, arm, soc, afaerber,
	linux-arm-kernel, linux-realtek-soc, lars.povlsen,
	Steen.Hegelund, daniel.machon, UNGLinuxDriver, Catalin Marinas,
	Will Deacon, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]

On Wed, May 17, 2023 at 04:30:11PM +0200, Krzysztof Kozlowski wrote:
> Enable Microchip SparX-5 (ARCH_SPARX5) with its MMC controller and
> Realtek (ARCH_REALTEK) so their DTS will get built with defconfig and
> maybe platforms could be booted from it.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks Krzysztof.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH] arm64: defconfig: Enable ARCH_SPARX5 and ARCH_REALTEK
  2023-05-17 14:30 [PATCH] arm64: defconfig: Enable ARCH_SPARX5 and ARCH_REALTEK Krzysztof Kozlowski
  2023-05-17 16:09 ` Conor Dooley
@ 2023-05-26 20:50 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2023-05-26 20:50 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: soc

Hello:

This patch was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 17 May 2023 16:30:11 +0200 you wrote:
> Enable Microchip SparX-5 (ARCH_SPARX5) with its MMC controller and
> Realtek (ARCH_REALTEK) so their DTS will get built with defconfig and
> maybe platforms could be booted from it.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  arch/arm64/configs/defconfig | 3 +++
>  1 file changed, 3 insertions(+)

Here is the summary with links:
  - arm64: defconfig: Enable ARCH_SPARX5 and ARCH_REALTEK
    https://git.kernel.org/soc/soc/c/795acd67c584

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] 3+ messages in thread

end of thread, other threads:[~2023-05-26 20:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-17 14:30 [PATCH] arm64: defconfig: Enable ARCH_SPARX5 and ARCH_REALTEK Krzysztof Kozlowski
2023-05-17 16:09 ` Conor Dooley
2023-05-26 20:50 ` patchwork-bot+linux-soc

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