* [PATCH 14/14] defconfig: Enable RZ/T2H Soc and RZ_SCI
[not found] <20250129165122.2980-1-thierry.bultel.yh@bp.renesas.com>
@ 2025-01-29 16:37 ` Thierry Bultel
2025-01-29 18:40 ` Krzysztof Kozlowski
2025-01-30 8:40 ` Geert Uytterhoeven
0 siblings, 2 replies; 3+ messages in thread
From: Thierry Bultel @ 2025-01-29 16:37 UTC (permalink / raw)
To: Catalin Marinas, Will Deacon
Cc: Thierry Bultel, linux-arm-kernel, linux-kernel
Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com>
---
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index c62831e61586..a1cc7a37386d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -486,6 +486,7 @@ CONFIG_SERIAL_TEGRA_TCU=y
CONFIG_SERIAL_IMX=y
CONFIG_SERIAL_IMX_CONSOLE=y
CONFIG_SERIAL_SH_SCI=y
+CONFIG_SERIAL_RZ_SCI=y
CONFIG_SERIAL_MSM=y
CONFIG_SERIAL_MSM_CONSOLE=y
CONFIG_SERIAL_QCOM_GENI=y
@@ -1457,6 +1458,7 @@ CONFIG_ARCH_R9A07G054=y
CONFIG_ARCH_R9A08G045=y
CONFIG_ARCH_R9A09G011=y
CONFIG_ARCH_R9A09G057=y
+CONFIG_ARCH_R9A09G077=y
CONFIG_ROCKCHIP_IODOMAIN=y
CONFIG_ARCH_TEGRA_132_SOC=y
CONFIG_ARCH_TEGRA_210_SOC=y
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 14/14] defconfig: Enable RZ/T2H Soc and RZ_SCI
2025-01-29 16:37 ` [PATCH 14/14] defconfig: Enable RZ/T2H Soc and RZ_SCI Thierry Bultel
@ 2025-01-29 18:40 ` Krzysztof Kozlowski
2025-01-30 8:40 ` Geert Uytterhoeven
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2025-01-29 18:40 UTC (permalink / raw)
To: Thierry Bultel, Catalin Marinas, Will Deacon, Arnd Bergmann
Cc: linux-arm-kernel, linux-kernel
On 29/01/2025 17:37, Thierry Bultel wrote:
> Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com>
> ---
> arch/arm64/configs/defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
Cc list does not look here correct. Actually for entire set is not
correct. You should always Cc your soc maintainers.
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index c62831e61586..a1cc7a37386d 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -486,6 +486,7 @@ CONFIG_SERIAL_TEGRA_TCU=y
> CONFIG_SERIAL_IMX=y
> CONFIG_SERIAL_IMX_CONSOLE=y
> CONFIG_SERIAL_SH_SCI=y
> +CONFIG_SERIAL_RZ_SCI=y
> CONFIG_SERIAL_MSM=y
> CONFIG_SERIAL_MSM_CONSOLE=y
> CONFIG_SERIAL_QCOM_GENI=y
> @@ -1457,6 +1458,7 @@ CONFIG_ARCH_R9A07G054=y
> CONFIG_ARCH_R9A08G045=y
> CONFIG_ARCH_R9A09G011=y
> CONFIG_ARCH_R9A09G057=y
> +CONFIG_ARCH_R9A09G077=y
Folks, you need to stop adding user-selectable SoC-choices. This is
really odd for arm64, like some old arm32 style. None of the platforms
do it, including much, much bigger ones like Qualcomm.
The defconfig is supposed to select only top-level ARCH for given vendor
or family of devices.
$ git grep ARCH_R[89] -- arch/arm64/configs/defconfig | wc -l
23
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 14/14] defconfig: Enable RZ/T2H Soc and RZ_SCI
2025-01-29 16:37 ` [PATCH 14/14] defconfig: Enable RZ/T2H Soc and RZ_SCI Thierry Bultel
2025-01-29 18:40 ` Krzysztof Kozlowski
@ 2025-01-30 8:40 ` Geert Uytterhoeven
1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2025-01-30 8:40 UTC (permalink / raw)
To: Thierry Bultel
Cc: Catalin Marinas, Will Deacon, linux-arm-kernel, linux-kernel,
Linux-Renesas
CC linux-renesas-soc
On Wed, 29 Jan 2025 at 17:57, Thierry Bultel
<thierry.bultel.yh@bp.renesas.com> wrote:
> Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com>
> ---
> arch/arm64/configs/defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index c62831e61586..a1cc7a37386d 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -486,6 +486,7 @@ CONFIG_SERIAL_TEGRA_TCU=y
> CONFIG_SERIAL_IMX=y
> CONFIG_SERIAL_IMX_CONSOLE=y
> CONFIG_SERIAL_SH_SCI=y
> +CONFIG_SERIAL_RZ_SCI=y
> CONFIG_SERIAL_MSM=y
> CONFIG_SERIAL_MSM_CONSOLE=y
> CONFIG_SERIAL_QCOM_GENI=y
> @@ -1457,6 +1458,7 @@ CONFIG_ARCH_R9A07G054=y
> CONFIG_ARCH_R9A08G045=y
> CONFIG_ARCH_R9A09G011=y
> CONFIG_ARCH_R9A09G057=y
> +CONFIG_ARCH_R9A09G077=y
> CONFIG_ROCKCHIP_IODOMAIN=y
> CONFIG_ARCH_TEGRA_132_SOC=y
> CONFIG_ARCH_TEGRA_210_SOC=y
> --
> 2.43.0
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-30 8:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20250129165122.2980-1-thierry.bultel.yh@bp.renesas.com>
2025-01-29 16:37 ` [PATCH 14/14] defconfig: Enable RZ/T2H Soc and RZ_SCI Thierry Bultel
2025-01-29 18:40 ` Krzysztof Kozlowski
2025-01-30 8:40 ` Geert Uytterhoeven
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).