[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1600167651-20851-1-git-send-email-grzegorz.jaszczyk@linaro.org>
Date: Tue, 15 Sep 2020 13:00:46 +0200
From: Grzegorz Jaszczyk <grzegorz.jaszczyk@...aro.org>
To: tglx@...utronix.de, jason@...edaemon.net, maz@...nel.org,
s-anna@...com
Cc: grzegorz.jaszczyk@...aro.org, robh+dt@...nel.org,
lee.jones@...aro.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-omap@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, david@...hnology.com,
praneeth@...com
Subject: [PATCH v6 0/5] Add TI PRUSS Local Interrupt Controller IRQChip driver
Hi All,
The following is a v6 version of the series [1-5] 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 [6]
Please see the individual patches for exact changes in each patch, following are
the main changes from v5:
- Improve patch #2 with regards to various Marc Zyngier comments.
- Drop example from commit description of patch #4.
[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] 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
Powered by blists - more mailing lists