Devicetree
 help / color / mirror / Atom feed
From: <patrice.chotard@st.com>
To: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Cc: peter.griffin@linaro.org, lee.jones@linaro.org,
	kernel@stlinux.com, patrice.chotard@st.com, tglx@linutronix.de,
	jason@lakedaemon.net, marc.zyngier@arm.com
Subject: [PATCH 4/5] irqchip: st: remove STiH415/416 irqchip support
Date: Fri, 21 Oct 2016 17:57:22 +0200	[thread overview]
Message-ID: <1477065443-10668-5-git-send-email-patrice.chotard@st.com> (raw)
In-Reply-To: <1477065443-10668-1-git-send-email-patrice.chotard@st.com>

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

  parent reply	other threads:[~2016-10-21 15:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-21 15:57 [PATCH 0/5] Remove STiH415/416 SoC platform support remaining parts patrice.chotard
2016-10-21 15:57 ` [PATCH 3/5] ARM: multi_v7_defconfig: Remove CONFIG_ST_THERMAL_MEMMAP Kconfig symbol patrice.chotard
     [not found]   ` <1477065443-10668-4-git-send-email-patrice.chotard-qxv4g6HH51o@public.gmane.org>
2016-10-24 10:14     ` Peter Griffin
2016-11-02 13:22       ` Patrice Chotard
2016-10-21 15:57 ` patrice.chotard [this message]
     [not found] ` <1477065443-10668-1-git-send-email-patrice.chotard-qxv4g6HH51o@public.gmane.org>
2016-10-21 15:57   ` [PATCH 1/5] thermal: st_thermal_syscfg: Remove obsolete STiH415/416 platform support patrice.chotard-qxv4g6HH51o
2016-10-21 15:57   ` [PATCH 2/5] ARM: multi_v7_defconfig: Remove ST_THERMAL_SYSCFG Kconfig symbol patrice.chotard-qxv4g6HH51o
2016-10-21 15:57   ` [PATCH 5/5] irqchip: st: Remove obsolete platforms from dt binding doc patrice.chotard-qxv4g6HH51o
2016-10-30 20:41     ` Rob Herring
     [not found]     ` <1477065443-10668-6-git-send-email-patrice.chotard-qxv4g6HH51o@public.gmane.org>
2016-10-31  9:06       ` Peter Griffin

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=1477065443-10668-5-git-send-email-patrice.chotard@st.com \
    --to=patrice.chotard@st.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jason@lakedaemon.net \
    --cc=kernel@stlinux.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marc.zyngier@arm.com \
    --cc=peter.griffin@linaro.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox