2023-04-16 19:34:07

by Alain Volmat

[permalink] [raw]
Subject: [PATCH] irqchip/st: remove stih415/stih416 and stid127 platforms support

Remove support for the already no more supported stih415 and stih416
platforms. Remove as well the stid127 platform which never made it
up to the kernel.

Signed-off-by: Alain Volmat <[email protected]>
---
Patch previously sent via serie: https://lore.kernel.org/all/[email protected]/

drivers/irqchip/irq-st.c | 15 ---------------
1 file changed, 15 deletions(-)

diff --git a/drivers/irqchip/irq-st.c b/drivers/irqchip/irq-st.c
index 1b83512b29c6..819a12297b58 100644
--- a/drivers/irqchip/irq-st.c
+++ b/drivers/irqchip/irq-st.c
@@ -15,10 +15,7 @@
#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

#define ST_A9_IRQ_MASK 0x001FFFFF
#define ST_A9_IRQ_MAX_CHANS 2
@@ -44,22 +41,10 @@ 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,
},
- {
- .compatible = "st,stid127-irq-syscfg",
- .data = (void *)STID127_SYSCFG_734,
- },
{}
};

--
2.34.1


2023-04-19 06:45:31

by Patrice CHOTARD

[permalink] [raw]
Subject: Re: [PATCH] irqchip/st: remove stih415/stih416 and stid127 platforms support

Hi Alain

On 4/16/23 21:05, Alain Volmat wrote:
> Remove support for the already no more supported stih415 and stih416
> platforms. Remove as well the stid127 platform which never made it
> up to the kernel.
>
> Signed-off-by: Alain Volmat <[email protected]>
> ---
> Patch previously sent via serie: https://lore.kernel.org/all/[email protected]/
>
> drivers/irqchip/irq-st.c | 15 ---------------
> 1 file changed, 15 deletions(-)
>
> diff --git a/drivers/irqchip/irq-st.c b/drivers/irqchip/irq-st.c
> index 1b83512b29c6..819a12297b58 100644
> --- a/drivers/irqchip/irq-st.c
> +++ b/drivers/irqchip/irq-st.c
> @@ -15,10 +15,7 @@
> #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
>
> #define ST_A9_IRQ_MASK 0x001FFFFF
> #define ST_A9_IRQ_MAX_CHANS 2
> @@ -44,22 +41,10 @@ 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,
> },
> - {
> - .compatible = "st,stid127-irq-syscfg",
> - .data = (void *)STID127_SYSCFG_734,
> - },
> {}
> };
>
Reviewed-by: Patrice Chotard <[email protected]>

Thanks
Patrice

Subject: [irqchip: irq/irqchip-next] irqchip/st: Remove stih415/stih416 and stid127 platforms support

The following commit has been merged into the irq/irqchip-next branch of irqchip:

Commit-ID: 0989ffb31cff794506f5d3dd109574ddbb9b983a
Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/0989ffb31cff794506f5d3dd109574ddbb9b983a
Author: Alain Volmat <[email protected]>
AuthorDate: Sun, 16 Apr 2023 21:05:01 +02:00
Committer: Marc Zyngier <[email protected]>
CommitterDate: Wed, 19 Apr 2023 14:08:52 +01:00

irqchip/st: Remove stih415/stih416 and stid127 platforms support

Remove support for the already no more supported stih415 and stih416
platforms. Remove as well the stid127 platform which never made it
up to the kernel.

Signed-off-by: Alain Volmat <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
---
drivers/irqchip/irq-st.c | 15 ---------------
1 file changed, 15 deletions(-)

diff --git a/drivers/irqchip/irq-st.c b/drivers/irqchip/irq-st.c
index 1b83512..819a122 100644
--- a/drivers/irqchip/irq-st.c
+++ b/drivers/irqchip/irq-st.c
@@ -15,10 +15,7 @@
#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

#define ST_A9_IRQ_MASK 0x001FFFFF
#define ST_A9_IRQ_MAX_CHANS 2
@@ -45,21 +42,9 @@ 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,
},
- {
- .compatible = "st,stid127-irq-syscfg",
- .data = (void *)STID127_SYSCFG_734,
- },
{}
};