mbox series

[0/2] irqchip/meson-gpio: add sm1 support

Message ID 20190829161635.25067-1-jbrunet@baylibre.com (mailing list archive)
Headers show
Series irqchip/meson-gpio: add sm1 support | expand

Message

Jerome Brunet Aug. 29, 2019, 4:16 p.m. UTC
This patchset adds support for the new sm1 SoC family in the Amlogic gpio
interrupt controller.

Jerome Brunet (2):
  dt-bindings: interrupt-controller: new binding for the meson sm1 SoCs
  irqchip/meson-gpio: Add support for meson sm1 SoCs

 .../amlogic,meson-gpio-intc.txt               |  1 +
 drivers/irqchip/irq-meson-gpio.c              | 52 ++++++++++++++-----
 2 files changed, 39 insertions(+), 14 deletions(-)

Comments

Marc Zyngier Aug. 30, 2019, 2:01 p.m. UTC | #1
On 29/08/2019 17:16, Jerome Brunet wrote:
> This patchset adds support for the new sm1 SoC family in the Amlogic gpio
> interrupt controller.
> 
> Jerome Brunet (2):
>   dt-bindings: interrupt-controller: new binding for the meson sm1 SoCs
>   irqchip/meson-gpio: Add support for meson sm1 SoCs
> 
>  .../amlogic,meson-gpio-intc.txt               |  1 +
>  drivers/irqchip/irq-meson-gpio.c              | 52 ++++++++++++++-----
>  2 files changed, 39 insertions(+), 14 deletions(-)
> 

Applied to irqchip-next.

	M.