All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alain Volmat <avolmat@me.com>
To: Jonathan Corbet <corbet@lwn.net>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Marc Zyngier <maz@kernel.org>,
	"David S . Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	Russell King <linux@armlinux.org.uk>,
	Patrice Chotard <patrice.chotard@foss.st.com>,
	Giuseppe Cavallaro <peppe.cavallaro@st.com>,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Jose Abreu <joabreu@synopsys.com>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	"Rafael J . Wysocki" <rafael@kernel.org>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Amit Kucheria <amitk@kernel.org>, Zhang Rui <rui.zhang@intel.com>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>,
	Philipp Zabel <p.zabel@pengutronix.de>
Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, netdev@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-pm@vger.kernel.org, linux-clk@vger.kernel.org,
	Alain Volmat <avolmat@me.com>
Subject: [PATCH 02/11] ARM: sti: removal of stih415/stih416 related entries
Date: Thu,  9 Feb 2023 10:16:50 +0100	[thread overview]
Message-ID: <20230209091659.1409-3-avolmat@me.com> (raw)
In-Reply-To: <20230209091659.1409-1-avolmat@me.com>

ST's STiH415 and STiH416 platforms have already been removed since
a while.  Remove some remaining bits within the mach-sti.

Signed-off-by: Alain Volmat <avolmat@me.com>
---
 arch/arm/mach-sti/Kconfig    | 20 +-------------------
 arch/arm/mach-sti/board-dt.c |  2 --
 2 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig
index b2d45cf10a3c..609957dead98 100644
--- a/arch/arm/mach-sti/Kconfig
+++ b/arch/arm/mach-sti/Kconfig
@@ -19,31 +19,13 @@ menuconfig ARCH_STI
 	select PL310_ERRATA_769419 if CACHE_L2X0
 	select RESET_CONTROLLER
 	help
-	  Include support for STMicroelectronics' STiH415/416, STiH407/10 and
+	  Include support for STMicroelectronics' STiH407/10 and
 	  STiH418 family SoCs using the Device Tree for discovery.  More
 	  information can be found in Documentation/arm/sti/ and
 	  Documentation/devicetree.
 
 if ARCH_STI
 
-config SOC_STIH415
-	bool "STiH415 STMicroelectronics Consumer Electronics family"
-	default y
-	help
-	  This enables support for STMicroelectronics Digital Consumer
-	  Electronics family StiH415 parts, primarily targeted at set-top-box
-	  and other digital audio/video applications using Flattned Device
-	  Trees.
-
-config SOC_STIH416
-	bool "STiH416 STMicroelectronics Consumer Electronics family"
-	default y
-	help
-	  This enables support for STMicroelectronics Digital Consumer
-	  Electronics family StiH416 parts, primarily targeted at set-top-box
-	  and other digital audio/video applications using Flattened Device
-	  Trees.
-
 config SOC_STIH407
 	bool "STiH407 STMicroelectronics Consumer Electronics family"
 	default y
diff --git a/arch/arm/mach-sti/board-dt.c b/arch/arm/mach-sti/board-dt.c
index ffecbf29646f..8c313f07bd02 100644
--- a/arch/arm/mach-sti/board-dt.c
+++ b/arch/arm/mach-sti/board-dt.c
@@ -12,8 +12,6 @@
 #include "smp.h"
 
 static const char *const stih41x_dt_match[] __initconst = {
-	"st,stih415",
-	"st,stih416",
 	"st,stih407",
 	"st,stih410",
 	"st,stih418",
-- 
2.34.1


WARNING: multiple messages have this Message-ID (diff)
From: Alain Volmat <avolmat@me.com>
To: Jonathan Corbet <corbet@lwn.net>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Marc Zyngier <maz@kernel.org>,
	"David S . Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	Russell King <linux@armlinux.org.uk>,
	Patrice Chotard <patrice.chotard@foss.st.com>,
	Giuseppe Cavallaro <peppe.cavallaro@st.com>,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Jose Abreu <joabreu@synopsys.com>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	"Rafael J . Wysocki" <rafael@kernel.org>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Amit Kucheria <amitk@kernel.org>, Zhang Rui <rui.zhang@intel.com>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>,
	Philipp Zabel <p.zabel@pengutronix.de>
Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, netdev@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-pm@vger.kernel.org, linux-clk@vger.kernel.org,
	Alain Volmat <avolmat@me.com>
Subject: [PATCH 02/11] ARM: sti: removal of stih415/stih416 related entries
Date: Thu,  9 Feb 2023 10:16:50 +0100	[thread overview]
Message-ID: <20230209091659.1409-3-avolmat@me.com> (raw)
In-Reply-To: <20230209091659.1409-1-avolmat@me.com>

ST's STiH415 and STiH416 platforms have already been removed since
a while.  Remove some remaining bits within the mach-sti.

Signed-off-by: Alain Volmat <avolmat@me.com>
---
 arch/arm/mach-sti/Kconfig    | 20 +-------------------
 arch/arm/mach-sti/board-dt.c |  2 --
 2 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig
index b2d45cf10a3c..609957dead98 100644
--- a/arch/arm/mach-sti/Kconfig
+++ b/arch/arm/mach-sti/Kconfig
@@ -19,31 +19,13 @@ menuconfig ARCH_STI
 	select PL310_ERRATA_769419 if CACHE_L2X0
 	select RESET_CONTROLLER
 	help
-	  Include support for STMicroelectronics' STiH415/416, STiH407/10 and
+	  Include support for STMicroelectronics' STiH407/10 and
 	  STiH418 family SoCs using the Device Tree for discovery.  More
 	  information can be found in Documentation/arm/sti/ and
 	  Documentation/devicetree.
 
 if ARCH_STI
 
-config SOC_STIH415
-	bool "STiH415 STMicroelectronics Consumer Electronics family"
-	default y
-	help
-	  This enables support for STMicroelectronics Digital Consumer
-	  Electronics family StiH415 parts, primarily targeted at set-top-box
-	  and other digital audio/video applications using Flattned Device
-	  Trees.
-
-config SOC_STIH416
-	bool "STiH416 STMicroelectronics Consumer Electronics family"
-	default y
-	help
-	  This enables support for STMicroelectronics Digital Consumer
-	  Electronics family StiH416 parts, primarily targeted at set-top-box
-	  and other digital audio/video applications using Flattened Device
-	  Trees.
-
 config SOC_STIH407
 	bool "STiH407 STMicroelectronics Consumer Electronics family"
 	default y
diff --git a/arch/arm/mach-sti/board-dt.c b/arch/arm/mach-sti/board-dt.c
index ffecbf29646f..8c313f07bd02 100644
--- a/arch/arm/mach-sti/board-dt.c
+++ b/arch/arm/mach-sti/board-dt.c
@@ -12,8 +12,6 @@
 #include "smp.h"
 
 static const char *const stih41x_dt_match[] __initconst = {
-	"st,stih415",
-	"st,stih416",
 	"st,stih407",
 	"st,stih410",
 	"st,stih418",
-- 
2.34.1


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

  parent reply	other threads:[~2023-02-09  9:25 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-09  9:16 [PATCH 00/11] ARM: removal of STiH415/STiH416 remainings bits Alain Volmat
2023-02-09  9:16 ` Alain Volmat
2023-02-09  9:16 ` [PATCH 01/11] Documentation: arm: remove stih415/stih416 related entries Alain Volmat
2023-02-09  9:16   ` Alain Volmat
2023-02-09  9:16 ` Alain Volmat [this message]
2023-02-09  9:16   ` [PATCH 02/11] ARM: sti: removal of " Alain Volmat
2023-02-09  9:38   ` Patrice CHOTARD
2023-02-09  9:38     ` Patrice CHOTARD
2023-02-09  9:16 ` [PATCH 03/11] irqchip/st: remove stih415/stih416 and stid127 platforms support Alain Volmat
2023-02-09  9:16   ` Alain Volmat
2023-02-09  9:16 ` [PATCH 04/11] dt-bindings: irqchip: sti: remove stih415/stih416 and stid127 Alain Volmat
2023-02-09  9:16   ` Alain Volmat
2023-02-09  9:29   ` Krzysztof Kozlowski
2023-02-09  9:29     ` Krzysztof Kozlowski
2023-02-09  9:16 ` [PATCH 05/11] dt-bindings: arm: sti: remove bindings for stih415 and stih416 Alain Volmat
2023-02-09  9:16   ` Alain Volmat
2023-02-09  9:30   ` Krzysztof Kozlowski
2023-02-09  9:30     ` Krzysztof Kozlowski
2023-02-16 19:55     ` Alain Volmat
2023-02-16 19:55       ` Alain Volmat
2023-02-09  9:16 ` [PATCH 06/11] thermal/drivers/st: remove syscfg based driver Alain Volmat
2023-02-09  9:16   ` Alain Volmat
2023-02-10 18:34   ` Daniel Lezcano
2023-02-10 18:34     ` Daniel Lezcano
2023-02-09  9:16 ` [PATCH 07/11] net: ethernet: stmmac: dwmac-sti: remove stih415/stih416/stid127 Alain Volmat
2023-02-09  9:16   ` Alain Volmat
2023-02-10  6:54   ` Jakub Kicinski
2023-02-10  6:54     ` Jakub Kicinski
2023-02-09  9:16 ` [PATCH 08/11] dt-bindings: net: dwmac: sti: remove stih415/sti416/stid127 Alain Volmat
2023-02-09  9:16   ` Alain Volmat
2023-02-09  9:30   ` Krzysztof Kozlowski
2023-02-09  9:30     ` Krzysztof Kozlowski
2023-02-09  9:16 ` [PATCH 09/11] dt-bindings: reset: remove stih415/stih416 reset bindings Alain Volmat
2023-02-09  9:16   ` Alain Volmat
2023-02-09  9:32   ` Krzysztof Kozlowski
2023-02-09  9:32     ` Krzysztof Kozlowski
2023-02-09 16:59     ` Alain Volmat
2023-02-09 16:59       ` Alain Volmat
2023-02-09  9:16 ` [PATCH 10/11] dt-bindings: clock: remove stih416 bindings Alain Volmat
2023-02-09  9:16   ` Alain Volmat
2023-02-09  9:32   ` Krzysztof Kozlowski
2023-02-09  9:32     ` Krzysztof Kozlowski
2023-02-10 23:47   ` Stephen Boyd
2023-02-09  9:16 ` [PATCH 11/11] ARM: debug: removal of STiH415/STiH416 related debug uart Alain Volmat
2023-02-09  9:16   ` Alain Volmat
2023-02-10  9:04 ` [PATCH 00/11] ARM: removal of STiH415/STiH416 remainings bits Daniel Lezcano
2023-02-10  9:04   ` Daniel Lezcano
2023-02-10  9:12   ` Alain Volmat
2023-02-10  9:12     ` Alain Volmat
2023-02-10 18:13     ` Jakub Kicinski
2023-02-10 18:13       ` Jakub Kicinski
2023-02-16 19:59       ` Alain Volmat
2023-02-16 19:59         ` Alain Volmat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230209091659.1409-3-avolmat@me.com \
    --to=avolmat@me.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=amitk@kernel.org \
    --cc=corbet@lwn.net \
    --cc=daniel.lezcano@linaro.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=joabreu@synopsys.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux@armlinux.org.uk \
    --cc=maz@kernel.org \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=netdev@vger.kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=pabeni@redhat.com \
    --cc=patrice.chotard@foss.st.com \
    --cc=peppe.cavallaro@st.com \
    --cc=rafael@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=rui.zhang@intel.com \
    --cc=sboyd@kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.