All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Meson8 GPIO interrupt support
@ 2017-10-29 23:05 ` Martin Blumenstingl
  0 siblings, 0 replies; 20+ messages in thread
From: Martin Blumenstingl @ 2017-10-29 23:05 UTC (permalink / raw)
  To: linus-amlogic

This is a simple follow-up of two series from Jerome:
- "irqchip: meson: add support for the gpio interrupt controller"
- "ARM: meson: enable gpio interrupt controller"

This fills in the missing bits to have GPIO interrupt support on Meson8,
which includes:
- a new binding in the driver with the correct IRQ number
- enabling the GPIO interrupt controller in meson8.dts
- enabling the GPIO interrupt controller via Kconfig for MACH_MESON8


Martin Blumenstingl (3):
  irqchip/meson-gpio: add support for Meson8 SoCs
  ARM: dts: meson8: enable the GPIO interrupt controller
  ARM: meson: enable MESON_IRQ_GPIO also for MACH_MESON8

 .../bindings/interrupt-controller/amlogic,meson-gpio-intc.txt        | 1 +
 arch/arm/boot/dts/meson8.dtsi                                        | 5 +++++
 arch/arm/mach-meson/Kconfig                                          | 1 +
 drivers/irqchip/irq-meson-gpio.c                                     | 5 +++++
 4 files changed, 12 insertions(+)

-- 
2.14.3

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

end of thread, other threads:[~2017-12-11 23:59 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-29 23:05 [PATCH 0/3] Meson8 GPIO interrupt support Martin Blumenstingl
2017-10-29 23:05 ` Martin Blumenstingl
2017-10-29 23:05 ` [PATCH 1/3] irqchip/meson-gpio: add support for Meson8 SoCs Martin Blumenstingl
2017-10-29 23:05   ` Martin Blumenstingl
2017-11-01 21:29   ` Rob Herring
2017-11-01 21:29     ` Rob Herring
2017-10-29 23:05 ` [PATCH 2/3] ARM: dts: meson8: enable the GPIO interrupt controller Martin Blumenstingl
2017-10-29 23:05   ` Martin Blumenstingl
2017-10-29 23:05 ` [PATCH 3/3] ARM: meson: enable MESON_IRQ_GPIO also for MACH_MESON8 Martin Blumenstingl
2017-10-29 23:05   ` Martin Blumenstingl
2017-10-31  1:50 ` [PATCH 0/3] Meson8 GPIO interrupt support Marc Zyngier
2017-10-31  1:50   ` Marc Zyngier
2017-10-31 10:13   ` Kevin Hilman
2017-10-31 10:13     ` Kevin Hilman
2017-10-31 23:57     ` Marc Zyngier
2017-10-31 23:57       ` Marc Zyngier
2017-12-10 18:15     ` Martin Blumenstingl
2017-12-10 18:15       ` Martin Blumenstingl
2017-12-11 23:59       ` Kevin Hilman
2017-12-11 23:59         ` Kevin Hilman

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.