mbox series

[0/6] Extend irqchip ocelot driver to support other SoCs

Message ID 20201105171535.923570-1-gregory.clement@bootlin.com
Headers show
Series Extend irqchip ocelot driver to support other SoCs | expand

Message

Gregory CLEMENT Nov. 5, 2020, 5:15 p.m. UTC
Hello,

Ocelot SoC belongs to a larger family of SoCs which use the same
interrupt controller with a few variation.

This series of patches add support for Luton, Serval and Jaguar2, they
are all MIPS based.

The first patches of the series also updates the binding documentation
with the new compatible strings.

Gregory

Gregory CLEMENT (6):
  dt-bindings: interrupt-controller: Add binding for the Microsemi Luton
    interrupt controller
  dt-bindings: interrupt-controller: Add binding for the Microsemi
    Serval interrupt controller
  dt-bindings: interrupt-controller: Add binding for the Microsemi
    Jaguar2 interrupt controller
  irqchip: ocelot: Add support for Luton platforms
  irqchip: ocelot: Add support for Serval platforms
  irqchip: ocelot: Add support for Jaguar2 platforms

 .../mscc,ocelot-icpu-intr.txt                 |   6 +-
 drivers/irqchip/irq-mscc-ocelot.c             | 183 ++++++++++++++++--
 2 files changed, 167 insertions(+), 22 deletions(-)