* [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer
@ 2023-10-02 14:13 ` Marc Zyngier
0 siblings, 0 replies; 16+ messages in thread
From: Marc Zyngier @ 2023-10-02 14:13 UTC (permalink / raw)
To: Thomas Gleixner
Cc: linux-kernel, linux-arm-kernel, Will Deacon, Catalin Marinas,
Mark Rutland
The ARM GIC maintenance is currently covered by the blanket
IRQCHIP DRIVERS entry, which I'm about to remove myself from.
It is unlikely that anyone is mad enough to pick this up,
so I'll keep doing that for the foreseable future.
Signed-off-by: Marc Zyngier <maz@kernel.org>
---
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 35977b269d5e..f37f4ee96b20 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1585,6 +1585,14 @@ F: arch/arm/include/asm/arch_timer.h
F: arch/arm64/include/asm/arch_timer.h
F: drivers/clocksource/arm_arch_timer.c
+ARM GENERIC INTERRUPT CONTROLLER DRIVERS
+M: Marc Zyngier <maz@kernel.org>
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/include/asm/arch_gicv3.h
+F: arch/arm64/include/asm/arch_gicv3.h
+F: drivers/irqchip/irq-gic*.[ch]
+
ARM HDLCD DRM DRIVER
M: Liviu Dudau <liviu.dudau@arm.com>
S: Supported
--
2.34.1
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer
2023-10-02 14:13 ` Marc Zyngier
@ 2023-10-02 14:25 ` Will Deacon
-1 siblings, 0 replies; 16+ messages in thread
From: Will Deacon @ 2023-10-02 14:25 UTC (permalink / raw)
To: Marc Zyngier
Cc: Thomas Gleixner, linux-kernel, linux-arm-kernel, Catalin Marinas,
Mark Rutland
On Mon, Oct 02, 2023 at 03:13:01PM +0100, Marc Zyngier wrote:
> The ARM GIC maintenance is currently covered by the blanket
> IRQCHIP DRIVERS entry, which I'm about to remove myself from.
>
> It is unlikely that anyone is mad enough to pick this up,
> so I'll keep doing that for the foreseable future.
>
> Signed-off-by: Marc Zyngier <maz@kernel.org>
> ---
> MAINTAINERS | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 35977b269d5e..f37f4ee96b20 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1585,6 +1585,14 @@ F: arch/arm/include/asm/arch_timer.h
> F: arch/arm64/include/asm/arch_timer.h
> F: drivers/clocksource/arm_arch_timer.c
>
> +ARM GENERIC INTERRUPT CONTROLLER DRIVERS
> +M: Marc Zyngier <maz@kernel.org>
> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> +S: Maintained
> +F: arch/arm/include/asm/arch_gicv3.h
> +F: arch/arm64/include/asm/arch_gicv3.h
> +F: drivers/irqchip/irq-gic*.[ch]
Do you want the GIC headers in include/linux/irqchip/ as well?
Will
_______________________________________________
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] 16+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer
@ 2023-10-02 14:25 ` Will Deacon
0 siblings, 0 replies; 16+ messages in thread
From: Will Deacon @ 2023-10-02 14:25 UTC (permalink / raw)
To: Marc Zyngier
Cc: Thomas Gleixner, linux-kernel, linux-arm-kernel, Catalin Marinas,
Mark Rutland
On Mon, Oct 02, 2023 at 03:13:01PM +0100, Marc Zyngier wrote:
> The ARM GIC maintenance is currently covered by the blanket
> IRQCHIP DRIVERS entry, which I'm about to remove myself from.
>
> It is unlikely that anyone is mad enough to pick this up,
> so I'll keep doing that for the foreseable future.
>
> Signed-off-by: Marc Zyngier <maz@kernel.org>
> ---
> MAINTAINERS | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 35977b269d5e..f37f4ee96b20 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1585,6 +1585,14 @@ F: arch/arm/include/asm/arch_timer.h
> F: arch/arm64/include/asm/arch_timer.h
> F: drivers/clocksource/arm_arch_timer.c
>
> +ARM GENERIC INTERRUPT CONTROLLER DRIVERS
> +M: Marc Zyngier <maz@kernel.org>
> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> +S: Maintained
> +F: arch/arm/include/asm/arch_gicv3.h
> +F: arch/arm64/include/asm/arch_gicv3.h
> +F: drivers/irqchip/irq-gic*.[ch]
Do you want the GIC headers in include/linux/irqchip/ as well?
Will
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer
2023-10-02 14:25 ` Will Deacon
@ 2023-10-02 14:40 ` Marc Zyngier
-1 siblings, 0 replies; 16+ messages in thread
From: Marc Zyngier @ 2023-10-02 14:40 UTC (permalink / raw)
To: Will Deacon
Cc: Thomas Gleixner, linux-kernel, linux-arm-kernel, Catalin Marinas,
Mark Rutland
On Mon, 02 Oct 2023 15:25:57 +0100,
Will Deacon <will@kernel.org> wrote:
>
> On Mon, Oct 02, 2023 at 03:13:01PM +0100, Marc Zyngier wrote:
> > The ARM GIC maintenance is currently covered by the blanket
> > IRQCHIP DRIVERS entry, which I'm about to remove myself from.
> >
> > It is unlikely that anyone is mad enough to pick this up,
> > so I'll keep doing that for the foreseable future.
> >
> > Signed-off-by: Marc Zyngier <maz@kernel.org>
> > ---
> > MAINTAINERS | 8 ++++++++
> > 1 file changed, 8 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 35977b269d5e..f37f4ee96b20 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1585,6 +1585,14 @@ F: arch/arm/include/asm/arch_timer.h
> > F: arch/arm64/include/asm/arch_timer.h
> > F: drivers/clocksource/arm_arch_timer.c
> >
> > +ARM GENERIC INTERRUPT CONTROLLER DRIVERS
> > +M: Marc Zyngier <maz@kernel.org>
> > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> > +S: Maintained
> > +F: arch/arm/include/asm/arch_gicv3.h
> > +F: arch/arm64/include/asm/arch_gicv3.h
> > +F: drivers/irqchip/irq-gic*.[ch]
>
> Do you want the GIC headers in include/linux/irqchip/ as well?
Ah yes. These are missing from the list:
include/linux/irqchip/arm-gic*.h
include/linux/irqchip/arm-vgic-info.h
I'll update that shortly.
Thanks,
M.
--
Without deviation from the norm, progress is not possible.
_______________________________________________
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] 16+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer
@ 2023-10-02 14:40 ` Marc Zyngier
0 siblings, 0 replies; 16+ messages in thread
From: Marc Zyngier @ 2023-10-02 14:40 UTC (permalink / raw)
To: Will Deacon
Cc: Thomas Gleixner, linux-kernel, linux-arm-kernel, Catalin Marinas,
Mark Rutland
On Mon, 02 Oct 2023 15:25:57 +0100,
Will Deacon <will@kernel.org> wrote:
>
> On Mon, Oct 02, 2023 at 03:13:01PM +0100, Marc Zyngier wrote:
> > The ARM GIC maintenance is currently covered by the blanket
> > IRQCHIP DRIVERS entry, which I'm about to remove myself from.
> >
> > It is unlikely that anyone is mad enough to pick this up,
> > so I'll keep doing that for the foreseable future.
> >
> > Signed-off-by: Marc Zyngier <maz@kernel.org>
> > ---
> > MAINTAINERS | 8 ++++++++
> > 1 file changed, 8 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 35977b269d5e..f37f4ee96b20 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1585,6 +1585,14 @@ F: arch/arm/include/asm/arch_timer.h
> > F: arch/arm64/include/asm/arch_timer.h
> > F: drivers/clocksource/arm_arch_timer.c
> >
> > +ARM GENERIC INTERRUPT CONTROLLER DRIVERS
> > +M: Marc Zyngier <maz@kernel.org>
> > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> > +S: Maintained
> > +F: arch/arm/include/asm/arch_gicv3.h
> > +F: arch/arm64/include/asm/arch_gicv3.h
> > +F: drivers/irqchip/irq-gic*.[ch]
>
> Do you want the GIC headers in include/linux/irqchip/ as well?
Ah yes. These are missing from the list:
include/linux/irqchip/arm-gic*.h
include/linux/irqchip/arm-vgic-info.h
I'll update that shortly.
Thanks,
M.
--
Without deviation from the norm, progress is not possible.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer
2023-10-02 14:13 ` Marc Zyngier
@ 2023-10-02 16:22 ` Zenghui Yu
-1 siblings, 0 replies; 16+ messages in thread
From: Zenghui Yu @ 2023-10-02 16:22 UTC (permalink / raw)
To: Marc Zyngier, Thomas Gleixner
Cc: linux-kernel, linux-arm-kernel, Will Deacon, Catalin Marinas,
Mark Rutland
On 2023/10/2 22:13, Marc Zyngier wrote:
> The ARM GIC maintenance is currently covered by the blanket
> IRQCHIP DRIVERS entry, which I'm about to remove myself from.
>
> It is unlikely that anyone is mad enough to pick this up,
> so I'll keep doing that for the foreseable future.
>
> Signed-off-by: Marc Zyngier <maz@kernel.org>
> ---
> MAINTAINERS | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 35977b269d5e..f37f4ee96b20 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1585,6 +1585,14 @@ F: arch/arm/include/asm/arch_timer.h
> F: arch/arm64/include/asm/arch_timer.h
> F: drivers/clocksource/arm_arch_timer.c
>
> +ARM GENERIC INTERRUPT CONTROLLER DRIVERS
> +M: Marc Zyngier <maz@kernel.org>
> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Great. Previously patches targetting the Arm GIC drivers are usually not
sent to LAKML. With Will's suggestion addressed,
Reviewed-by: Zenghui Yu <zenghui.yu@linux.dev>
_______________________________________________
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] 16+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer
@ 2023-10-02 16:22 ` Zenghui Yu
0 siblings, 0 replies; 16+ messages in thread
From: Zenghui Yu @ 2023-10-02 16:22 UTC (permalink / raw)
To: Marc Zyngier, Thomas Gleixner
Cc: linux-kernel, linux-arm-kernel, Will Deacon, Catalin Marinas,
Mark Rutland
On 2023/10/2 22:13, Marc Zyngier wrote:
> The ARM GIC maintenance is currently covered by the blanket
> IRQCHIP DRIVERS entry, which I'm about to remove myself from.
>
> It is unlikely that anyone is mad enough to pick this up,
> so I'll keep doing that for the foreseable future.
>
> Signed-off-by: Marc Zyngier <maz@kernel.org>
> ---
> MAINTAINERS | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 35977b269d5e..f37f4ee96b20 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1585,6 +1585,14 @@ F: arch/arm/include/asm/arch_timer.h
> F: arch/arm64/include/asm/arch_timer.h
> F: drivers/clocksource/arm_arch_timer.c
>
> +ARM GENERIC INTERRUPT CONTROLLER DRIVERS
> +M: Marc Zyngier <maz@kernel.org>
> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Great. Previously patches targetting the Arm GIC drivers are usually not
sent to LAKML. With Will's suggestion addressed,
Reviewed-by: Zenghui Yu <zenghui.yu@linux.dev>
^ permalink raw reply [flat|nested] 16+ messages in thread
* [irqchip: irq/irqchip-fixes] MAINTAINERS: Add myself as the ARM GIC maintainer
2023-10-02 14:13 ` Marc Zyngier
` (2 preceding siblings ...)
(?)
@ 2023-10-07 12:00 ` irqchip-bot for Marc Zyngier
-1 siblings, 0 replies; 16+ messages in thread
From: irqchip-bot for Marc Zyngier @ 2023-10-07 12:00 UTC (permalink / raw)
To: linux-kernel; +Cc: Marc Zyngier, Zenghui Yu, tglx
The following commit has been merged into the irq/irqchip-fixes branch of irqchip:
Commit-ID: c1097091b72255b2f9373260579133c5ce134dd1
Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/c1097091b72255b2f9373260579133c5ce134dd1
Author: Marc Zyngier <maz@kernel.org>
AuthorDate: Mon, 02 Oct 2023 15:13:01 +01:00
Committer: Marc Zyngier <maz@kernel.org>
CommitterDate: Sat, 07 Oct 2023 12:47:13 +01:00
MAINTAINERS: Add myself as the ARM GIC maintainer
The ARM GIC maintenance is currently covered by the blanket
IRQCHIP DRIVERS entry, which I'm about to remove myself from.
It is unlikely that anyone is mad enough to pick this up,
so I'll keep doing that for the foreseable future.
Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Zenghui Yu <zenghui.yu@linux.dev>
Link: https://lore.kernel.org/r/20231002141302.3409485-2-maz@kernel.org
---
MAINTAINERS | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 90f1328..a8599e2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1585,6 +1585,17 @@ F: arch/arm/include/asm/arch_timer.h
F: arch/arm64/include/asm/arch_timer.h
F: drivers/clocksource/arm_arch_timer.c
+ARM GENERIC INTERRUPT CONTROLLER DRIVERS
+M: Marc Zyngier <maz@kernel.org>
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: Documentation/devicetree/bindings/interrupt-controller/arm,gic*
+F: arch/arm/include/asm/arch_gicv3.h
+F: arch/arm64/include/asm/arch_gicv3.h
+F: drivers/irqchip/irq-gic*.[ch]
+F: include/linux/irqchip/arm-gic*.h
+F: include/linux/irqchip/arm-vgic-info.h
+
ARM HDLCD DRM DRIVER
M: Liviu Dudau <liviu.dudau@arm.com>
S: Supported
^ permalink raw reply related [flat|nested] 16+ messages in thread