linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/5] Add TI PRUSS Local Interrupt Controller IRQChip driver
@ 2020-09-16 16:35 Grzegorz Jaszczyk
  2020-09-17 10:45 ` Marc Zyngier
  0 siblings, 1 reply; 3+ messages in thread
From: Grzegorz Jaszczyk @ 2020-09-16 16:35 UTC (permalink / raw)
  To: tglx, jason, maz, s-anna
  Cc: grzegorz.jaszczyk, robh+dt, lee.jones, devicetree, linux-kernel,
	linux-omap, linux-arm-kernel, david, praneeth

Hi All,

The following is a v7 version of the series [1-6] that adds an IRQChip
driver for the local interrupt controller present within a Programmable
Real-Time Unit and Industrial Communication Subsystem (PRU-ICSS) present on a
number of TI SoCs including OMAP architecture based AM335x, AM437x, AM57xx SoCs,
Keystone 2 architecture based 66AK2G SoCs, Davinci architecture based
OMAP-L138/DA850 SoCs and the latest K3 architecture based AM65x and J721E SoCs.
Please see the v1 cover-letter [1] for details about the features of this
interrupt controller.  More details can be found in any of the supported SoC
TRMs.  Eg: Chapter 30.1.6 of AM5728 TRM [7]

Please see the individual patches for exact changes in each patch, following are
the main changes from v5:
 - Add Co-developed-by tags.
 - Change the irq type to IRQ_TYPE_LEVEL_HIGH in patch #2.

[1] https://patchwork.kernel.org/cover/11034561/
[2] https://patchwork.kernel.org/cover/11069749/
[3] https://patchwork.kernel.org/cover/11639055/
[4] https://patchwork.kernel.org/cover/11688727/
[5] https://patchwork.kernel.org/cover/11746463/
[6] https://patchwork.kernel.org/cover/11776181/
[7] http://www.ti.com/lit/pdf/spruhz6

Best regards
Grzegorz

David Lechner (1):
  irqchip/irq-pruss-intc: Implement irq_{get,set}_irqchip_state ops

Grzegorz Jaszczyk (1):
  irqchip/irq-pruss-intc: Add a PRUSS irqchip driver for PRUSS
    interrupts

Suman Anna (3):
  dt-bindings: irqchip: Add PRU-ICSS interrupt controller bindings
  irqchip/irq-pruss-intc: Add logic for handling reserved interrupts
  irqchip/irq-pruss-intc: Add support for ICSSG INTC on K3 SoCs

 .../interrupt-controller/ti,pruss-intc.yaml        | 158 +++++
 drivers/irqchip/Kconfig                            |  10 +
 drivers/irqchip/Makefile                           |   1 +
 drivers/irqchip/irq-pruss-intc.c                   | 664 +++++++++++++++++++++
 4 files changed, 833 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml
 create mode 100644 drivers/irqchip/irq-pruss-intc.c

-- 
2.7.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v7 0/5] Add TI PRUSS Local Interrupt Controller IRQChip driver
  2020-09-16 16:35 [PATCH v7 0/5] Add TI PRUSS Local Interrupt Controller IRQChip driver Grzegorz Jaszczyk
@ 2020-09-17 10:45 ` Marc Zyngier
  2020-09-17 14:20   ` Grzegorz Jaszczyk
  0 siblings, 1 reply; 3+ messages in thread
From: Marc Zyngier @ 2020-09-17 10:45 UTC (permalink / raw)
  To: Grzegorz Jaszczyk
  Cc: tglx, jason, s-anna, robh+dt, lee.jones, devicetree,
	linux-kernel, linux-omap, linux-arm-kernel, david, praneeth

On 2020-09-16 17:35, Grzegorz Jaszczyk wrote:
> Hi All,
> 
> The following is a v7 version of the series [1-6] that adds an IRQChip
> driver for the local interrupt controller present within a Programmable
> Real-Time Unit and Industrial Communication Subsystem (PRU-ICSS) 
> present on a
> number of TI SoCs including OMAP architecture based AM335x, AM437x, 
> AM57xx SoCs,
> Keystone 2 architecture based 66AK2G SoCs, Davinci architecture based
> OMAP-L138/DA850 SoCs and the latest K3 architecture based AM65x and 
> J721E SoCs.
> Please see the v1 cover-letter [1] for details about the features of 
> this
> interrupt controller.  More details can be found in any of the 
> supported SoC
> TRMs.  Eg: Chapter 30.1.6 of AM5728 TRM [7]
> 
> Please see the individual patches for exact changes in each patch, 
> following are
> the main changes from v5:
>  - Add Co-developed-by tags.
>  - Change the irq type to IRQ_TYPE_LEVEL_HIGH in patch #2.

Applied to irq/irqchip-next.

         M.
-- 
Jazz is not dead. It just smells funny...

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v7 0/5] Add TI PRUSS Local Interrupt Controller IRQChip driver
  2020-09-17 10:45 ` Marc Zyngier
@ 2020-09-17 14:20   ` Grzegorz Jaszczyk
  0 siblings, 0 replies; 3+ messages in thread
From: Grzegorz Jaszczyk @ 2020-09-17 14:20 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: tglx, jason, Anna, Suman, Rob Herring, Lee Jones, devicetree,
	linux-kernel, linux-omap, linux-arm-kernel, David Lechner,
	Bajjuri, Praneeth

On Thu, 17 Sep 2020 at 12:45, Marc Zyngier <maz@kernel.org> wrote:
>
> On 2020-09-16 17:35, Grzegorz Jaszczyk wrote:
> > Hi All,
> >
> > The following is a v7 version of the series [1-6] that adds an IRQChip
> > driver for the local interrupt controller present within a Programmable
> > Real-Time Unit and Industrial Communication Subsystem (PRU-ICSS)
> > present on a
> > number of TI SoCs including OMAP architecture based AM335x, AM437x,
> > AM57xx SoCs,
> > Keystone 2 architecture based 66AK2G SoCs, Davinci architecture based
> > OMAP-L138/DA850 SoCs and the latest K3 architecture based AM65x and
> > J721E SoCs.
> > Please see the v1 cover-letter [1] for details about the features of
> > this
> > interrupt controller.  More details can be found in any of the
> > supported SoC
> > TRMs.  Eg: Chapter 30.1.6 of AM5728 TRM [7]
> >
> > Please see the individual patches for exact changes in each patch,
> > following are
> > the main changes from v5:
> >  - Add Co-developed-by tags.
> >  - Change the irq type to IRQ_TYPE_LEVEL_HIGH in patch #2.
>
> Applied to irq/irqchip-next.
>

Thank you!
Grzegorz

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-17 14:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-16 16:35 [PATCH v7 0/5] Add TI PRUSS Local Interrupt Controller IRQChip driver Grzegorz Jaszczyk
2020-09-17 10:45 ` Marc Zyngier
2020-09-17 14:20   ` Grzegorz Jaszczyk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).