All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] irqchip/mchp-eic: add driver for Microchip EIC
@ 2021-03-02 10:28 ` Claudiu Beznea
  0 siblings, 0 replies; 18+ messages in thread
From: Claudiu Beznea @ 2021-03-02 10:28 UTC (permalink / raw)
  To: tglx, maz, robh+dt
  Cc: linux-kernel, devicetree, linux-arm-kernel, nicolas.ferre,
	Claudiu Beznea

Hi,

This patch adds support for Microchip External Interrupt Controller
present on SAMA7G5. The controller supports for 2 external interrupt
lines, glitch filter capabilities and is connected to GIC as follows:

pinX   +------+ EXT_IRQ0 +------+ int 153 (for pinX) +------+
------>|      |--------->|      |------------------->|      |
pinY   | PIO  | EXT_IRQ1 | EIC  | int 154 (for pinY) | GIC  |
------>|      |--------->|      |------------------->|      |
       +------+          +------+                    +------+

where PIO is the pin controller.

Thank you,
Claudiu Beznea

Claudiu Beznea (2):
  dt-bindings: mchp-eic: add bindings
  irqchip/mchp-eic: add support

 .../interrupt-controller/mchp,eic.yaml        |  74 ++++
 MAINTAINERS                                   |   6 +
 drivers/irqchip/Kconfig                       |   7 +
 drivers/irqchip/Makefile                      |   1 +
 drivers/irqchip/irq-mchp-eic.c                | 350 ++++++++++++++++++
 5 files changed, 438 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/mchp,eic.yaml
 create mode 100644 drivers/irqchip/irq-mchp-eic.c

-- 
2.25.1


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

end of thread, other threads:[~2021-03-08 18:47 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-02 10:28 [PATCH 0/2] irqchip/mchp-eic: add driver for Microchip EIC Claudiu Beznea
2021-03-02 10:28 ` Claudiu Beznea
2021-03-02 10:28 ` [PATCH 1/2] dt-bindings: mchp-eic: add bindings Claudiu Beznea
2021-03-02 10:28   ` Claudiu Beznea
2021-03-02 11:32   ` Marc Zyngier
2021-03-02 11:32     ` Marc Zyngier
2021-03-08 13:44     ` Claudiu.Beznea
2021-03-08 13:44       ` Claudiu.Beznea
2021-03-08 18:24   ` Nicolas Ferre
2021-03-08 18:24     ` Nicolas Ferre
2021-03-08 18:45   ` Rob Herring
2021-03-08 18:45     ` Rob Herring
2021-03-02 10:28 ` [PATCH 2/2] irqchip/mchp-eic: add support Claudiu Beznea
2021-03-02 10:28   ` Claudiu Beznea
2021-03-02 12:02   ` Marc Zyngier
2021-03-02 12:02     ` Marc Zyngier
2021-03-08 13:43     ` Claudiu.Beznea
2021-03-08 13:43       ` Claudiu.Beznea

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.