soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2] arm64: defconfig: Drop unused K3 SoC specific options
@ 2021-01-07 13:22 Nishanth Menon
  2021-01-07 13:22 ` Nishanth Menon
  2021-01-15 17:22 ` Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Nishanth Menon @ 2021-01-07 13:22 UTC (permalink / raw)
  To: Arnd Bergmann, soc, Olof Johansson
  Cc: linux-kernel, linux-arm-kernel, Nishanth Menon

With [1] integrated and all users of the config symbols removed, we
can safely remove the options from defconfig.

[1] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20201026170624.24241-1-nm@ti.com/

Signed-off-by: Nishanth Menon <nm@ti.com>
---

Could ARM SoC maintainers pick this up for the 5.11 cycle?
unfortunately, this dropped through the cracks as dependencies were
getting pulled together. I dont have any other patches for 5.11 rcs

V1: https://lore.kernel.org/linux-arm-kernel/20201112215438.31432-1-nm@ti.com/

 arch/arm64/configs/defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 838301650a79..a0bcf0201261 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -991,8 +991,6 @@ CONFIG_ARCH_TEGRA_210_SOC=y
 CONFIG_ARCH_TEGRA_186_SOC=y
 CONFIG_ARCH_TEGRA_194_SOC=y
 CONFIG_ARCH_TEGRA_234_SOC=y
-CONFIG_ARCH_K3_AM6_SOC=y
-CONFIG_ARCH_K3_J721E_SOC=y
 CONFIG_TI_SCI_PM_DOMAINS=y
 CONFIG_EXTCON_PTN5150=m
 CONFIG_EXTCON_USB_GPIO=y
-- 
2.29.2


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

* [PATCH V2] arm64: defconfig: Drop unused K3 SoC specific options
  2021-01-07 13:22 [PATCH V2] arm64: defconfig: Drop unused K3 SoC specific options Nishanth Menon
@ 2021-01-07 13:22 ` Nishanth Menon
  2021-01-15 17:22 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Nishanth Menon @ 2021-01-07 13:22 UTC (permalink / raw)
  To: Arnd Bergmann, soc, Olof Johansson
  Cc: Nishanth Menon, linux-kernel, linux-arm-kernel

With [1] integrated and all users of the config symbols removed, we
can safely remove the options from defconfig.

[1] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20201026170624.24241-1-nm@ti.com/

Signed-off-by: Nishanth Menon <nm@ti.com>
---

Could ARM SoC maintainers pick this up for the 5.11 cycle?
unfortunately, this dropped through the cracks as dependencies were
getting pulled together. I dont have any other patches for 5.11 rcs

V1: https://lore.kernel.org/linux-arm-kernel/20201112215438.31432-1-nm@ti.com/

 arch/arm64/configs/defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 838301650a79..a0bcf0201261 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -991,8 +991,6 @@ CONFIG_ARCH_TEGRA_210_SOC=y
 CONFIG_ARCH_TEGRA_186_SOC=y
 CONFIG_ARCH_TEGRA_194_SOC=y
 CONFIG_ARCH_TEGRA_234_SOC=y
-CONFIG_ARCH_K3_AM6_SOC=y
-CONFIG_ARCH_K3_J721E_SOC=y
 CONFIG_TI_SCI_PM_DOMAINS=y
 CONFIG_EXTCON_PTN5150=m
 CONFIG_EXTCON_USB_GPIO=y
-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH V2] arm64: defconfig: Drop unused K3 SoC specific options
  2021-01-07 13:22 [PATCH V2] arm64: defconfig: Drop unused K3 SoC specific options Nishanth Menon
  2021-01-07 13:22 ` Nishanth Menon
@ 2021-01-15 17:22 ` Arnd Bergmann
  2021-01-15 17:22   ` Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2021-01-15 17:22 UTC (permalink / raw)
  To: soc, Nishanth Menon, Olof Johansson
  Cc: Arnd Bergmann, linux-kernel, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 7 Jan 2021 07:22:28 -0600, Nishanth Menon wrote:
> With [1] integrated and all users of the config symbols removed, we
> can safely remove the options from defconfig.
> 
> [1] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20201026170624.24241-1-nm@ti.com/

Applied to arm/fixes, thanks!

[1/1] arm64: defconfig: Drop unused K3 SoC specific options
      commit: 2004e62a2a06b9029f7d728a0b5d19a499569184

       Arnd

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

* Re: [PATCH V2] arm64: defconfig: Drop unused K3 SoC specific options
  2021-01-15 17:22 ` Arnd Bergmann
@ 2021-01-15 17:22   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2021-01-15 17:22 UTC (permalink / raw)
  To: soc, Nishanth Menon, Olof Johansson
  Cc: linux-arm-kernel, linux-kernel, Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 7 Jan 2021 07:22:28 -0600, Nishanth Menon wrote:
> With [1] integrated and all users of the config symbols removed, we
> can safely remove the options from defconfig.
> 
> [1] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20201026170624.24241-1-nm@ti.com/

Applied to arm/fixes, thanks!

[1/1] arm64: defconfig: Drop unused K3 SoC specific options
      commit: 2004e62a2a06b9029f7d728a0b5d19a499569184

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-01-15 17:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 13:22 [PATCH V2] arm64: defconfig: Drop unused K3 SoC specific options Nishanth Menon
2021-01-07 13:22 ` Nishanth Menon
2021-01-15 17:22 ` Arnd Bergmann
2021-01-15 17:22   ` Arnd Bergmann

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