[PATCH 0/3] arm64: tegra: Make ARCH_TEGRA_SOC_FOO defaults for Nvidia Tegra

Krzysztof Kozlowski posted 3 patches 1 month, 2 weeks ago
arch/arm/configs/multi_v7_defconfig |  4 ----
arch/arm/configs/tegra_defconfig    |  4 ----
arch/arm64/configs/defconfig        |  7 -------
drivers/soc/tegra/Kconfig           | 11 +++++++++++
4 files changed, 11 insertions(+), 15 deletions(-)
[PATCH 0/3] arm64: tegra: Make ARCH_TEGRA_SOC_FOO defaults for Nvidia Tegra
Posted by Krzysztof Kozlowski 1 month, 2 weeks ago
Renesas was fixed (thanks folks!), so let's fix this one myself.

By convention, only one globally selectable ARCH_PLATFORM is expected
for given SoC platform, defined in arch/arm64/Kconfig.platforms or
arch/arm/mach-*/Kconfig, because we target a single multi-platform
kernel image.

Dependency
==========
Further (2 and 3) patches depend on the first one, so should be taken
via one branch or some cross-branch-merges.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (3):
      soc: tegra: Make ARCH_TEGRA_SOC_FOO defaults for Nvidia Tegra
      ARM: tegra: defconfig: Drop redundant ARCH_TEGRA_foo_SOC
      arm64: tegra: defconfig: Drop redundant ARCH_TEGRA_foo_SOC

 arch/arm/configs/multi_v7_defconfig |  4 ----
 arch/arm/configs/tegra_defconfig    |  4 ----
 arch/arm64/configs/defconfig        |  7 -------
 drivers/soc/tegra/Kconfig           | 11 +++++++++++
 4 files changed, 11 insertions(+), 15 deletions(-)
---
base-commit: 350adaf7fde9fdbd9aeed6d442a9ae90c6a3ab97
change-id: 20260217-soc-tegra-arch-kconfig-f1df38427b95

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Re: [PATCH 0/3] arm64: tegra: Make ARCH_TEGRA_SOC_FOO defaults for Nvidia Tegra
Posted by Linus Walleij 1 month, 1 week ago
On Tue, Feb 17, 2026 at 10:16 AM Krzysztof Kozlowski
<krzysztof.kozlowski@oss.qualcomm.com> wrote:

> Krzysztof Kozlowski (3):
>       soc: tegra: Make ARCH_TEGRA_SOC_FOO defaults for Nvidia Tegra
>       ARM: tegra: defconfig: Drop redundant ARCH_TEGRA_foo_SOC
>       arm64: tegra: defconfig: Drop redundant ARCH_TEGRA_foo_SOC
Re: [PATCH 0/3] arm64: tegra: Make ARCH_TEGRA_SOC_FOO defaults for Nvidia Tegra
Posted by Linus Walleij 1 month, 1 week ago
On Tue, Feb 17, 2026 at 10:16 AM Krzysztof Kozlowski
<krzysztof.kozlowski@oss.qualcomm.com> wrote:

> Krzysztof Kozlowski (3):
>       soc: tegra: Make ARCH_TEGRA_SOC_FOO defaults for Nvidia Tegra
>       ARM: tegra: defconfig: Drop redundant ARCH_TEGRA_foo_SOC
>       arm64: tegra: defconfig: Drop redundant ARCH_TEGRA_foo_SOC

Reviewed-by: Linus Walleij <linusw@kernel.org>

Yours,
Linus Walleij
Re: [PATCH 0/3] arm64: tegra: Make ARCH_TEGRA_SOC_FOO defaults for Nvidia Tegra
Posted by Thierry Reding 1 month, 2 weeks ago
On Tue, Feb 17, 2026 at 10:16:35AM +0100, Krzysztof Kozlowski wrote:
> Renesas was fixed (thanks folks!), so let's fix this one myself.
> 
> By convention, only one globally selectable ARCH_PLATFORM is expected
> for given SoC platform, defined in arch/arm64/Kconfig.platforms or
> arch/arm/mach-*/Kconfig, because we target a single multi-platform
> kernel image.

Sounds like a bit of a made-up convention to me. I don't have a strong
objection, though, so feel free to go ahead with this.

> Dependency
> ==========
> Further (2 and 3) patches depend on the first one, so should be taken
> via one branch or some cross-branch-merges.

Maybe we should ask Arnd to pick up this series into ARM SoC for 7.0?
Most ARM SoC stuff should be merged at this point and since this is
essentially just a bit of cleanup merging this now would avoid any
potential conflicts for 7.1.

In any case, the series:

Acked-by: Thierry Reding <treding@nvidia.com>