Changes since v5: - register accesses via base + constant - no base irq number from device tree - no empty irq-handler in patch 1 - change multi line comment style - no talk of "virtual" irq or virq - better description of the situation with irqs and underlying irqs - add missing lock in irq-handler - add warning printout in irq-handler if no gpio line matches irq
Andreas Larsson (2): gpio: grgpio: Add device driver for GRGPIO cores gpio: grgpio: Add irq support .../devicetree/bindings/gpio/gpio-grgpio.txt | 26 + drivers/gpio/Kconfig | 9 + drivers/gpio/Makefile | 1 + drivers/gpio/gpio-grgpio.c | 505 ++++++++++++++++++++ 4 files changed, 541 insertions(+) create mode 100644 Documentation/devicetree/bindings/gpio/gpio-grgpio.txt create mode 100644 drivers/gpio/gpio-grgpio.c -- 1.7.10.4 _______________________________________________ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.org https://lists.ozlabs.org/listinfo/devicetree-discuss