Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1506119

[PATCH 4/5] irqchip: st: remove STiH415/416 irqchip support

From <patrice.chotard@st.com>
Newsgroups linux.kernel
Subject [PATCH 4/5] irqchip: st: remove STiH415/416 irqchip support
Date 2016-10-21 18:10 +0200
Message-ID <suKym-7Yc-23@gated-at.bofh.it> (permalink)
References <suKoG-7Ei-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Patrice Chotard <patrice.chotard@st.com>

Support for STiH415/6 SoCs is being removed from the
kernel because the platforms are obsolete. This patch removes
the irqchip for these SoC's.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Cc: <tglx@linutronix.de>
Cc: <jason@lakedaemon.net>
Cc: <marc.zyngier@arm.com>
---
 drivers/irqchip/irq-st.c | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/drivers/irqchip/irq-st.c b/drivers/irqchip/irq-st.c
index 9af48a8..3ac9226 100644
--- a/drivers/irqchip/irq-st.c
+++ b/drivers/irqchip/irq-st.c
@@ -18,8 +18,6 @@
 #include <linux/regmap.h>
 #include <linux/slab.h>
 
-#define STIH415_SYSCFG_642		0x0a8
-#define STIH416_SYSCFG_7543		0x87c
 #define STIH407_SYSCFG_5102		0x198
 #define STID127_SYSCFG_734		0x088
 
@@ -48,14 +46,6 @@ struct st_irq_syscfg {
 
 static const struct of_device_id st_irq_syscfg_match[] = {
 	{
-		.compatible = "st,stih415-irq-syscfg",
-		.data = (void *)STIH415_SYSCFG_642,
-	},
-	{
-		.compatible = "st,stih416-irq-syscfg",
-		.data = (void *)STIH416_SYSCFG_7543,
-	},
-	{
 		.compatible = "st,stih407-irq-syscfg",
 		.data = (void *)STIH407_SYSCFG_5102,
 	},
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] Remove STiH415/416 SoC platform support remaining parts <patrice.chotard@st.com> - 2016-10-21 18:00 +0200
  [PATCH 2/5] ARM: multi_v7_defconfig: Remove ST_THERMAL_SYSCFG Kconfig symbol <patrice.chotard@st.com> - 2016-10-21 18:00 +0200
  [PATCH 3/5] ARM: multi_v7_defconfig: Remove CONFIG_ST_THERMAL_MEMMAP Kconfig symbol <patrice.chotard@st.com> - 2016-10-21 18:00 +0200
    Re: [PATCH 3/5] ARM: multi_v7_defconfig: Remove  CONFIG_ST_THERMAL_MEMMAP Kconfig symbol Peter Griffin <peter.griffin@linaro.org> - 2016-10-24 12:20 +0200
  [PATCH 1/5] thermal: st_thermal_syscfg: Remove obsolete STiH415/416 platform support. <patrice.chotard@st.com> - 2016-10-21 18:00 +0200
  [PATCH 4/5] irqchip: st: remove STiH415/416 irqchip support <patrice.chotard@st.com> - 2016-10-21 18:10 +0200
  [PATCH 5/5] irqchip: st: Remove obsolete platforms from dt binding doc <patrice.chotard@st.com> - 2016-10-21 18:20 +0200

csiph-web