All of lore.kernel.org
 help / color / mirror / Atom feed
From: carlo@caione.org (Carlo Caione)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] pinctrl: Enable support for external GPIO interrupts
Date: Mon, 25 May 2015 13:00:39 +0200	[thread overview]
Message-ID: <1432551641-3256-1-git-send-email-carlo@caione.org> (raw)

From: Carlo Caione <carlo@endlessm.com>

In Meson SoCs we have 8 independent GPIO interrupts that can be programmed to
use any of the GPIOs in the chip as interrupt source.

These GPIOs are managed by GIC but they can be conditioned (and enabled) by
some registers external to the GIC.

GPIOs |--[mux1 or mux2]--[polarity]--[filter]--[edge_select]--> GIC

The original work has been done by Beniamino. I cleaned it up, fixed a couple
of bugs, added support for Meson8b and the fix for the .to_irq hook.

Beniamino Galvani (2):
  pinctrl: meson: Enable GPIO IRQs
  pinctrl: dt-binding: Extend meson documentation with GPIO IRQs support

 .../devicetree/bindings/pinctrl/meson,pinctrl.txt  |  12 +
 drivers/pinctrl/Kconfig                            |   1 +
 drivers/pinctrl/meson/pinctrl-meson.c              | 254 +++++++++++++++++++++
 drivers/pinctrl/meson/pinctrl-meson.h              |  18 +-
 drivers/pinctrl/meson/pinctrl-meson8.c             |  36 +--
 drivers/pinctrl/meson/pinctrl-meson8b.c            |  36 +--
 6 files changed, 326 insertions(+), 31 deletions(-)

-- 
1.9.1

             reply	other threads:[~2015-05-25 11:00 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-25 11:00 Carlo Caione [this message]
2015-05-25 11:00 ` [PATCH 1/2] pinctrl: meson: Enable GPIO IRQs Carlo Caione
2015-06-01 14:30   ` Linus Walleij
2015-06-02  9:33     ` Carlo Caione
2015-06-04  8:45       ` Linus Walleij
2015-06-13 15:35     ` Carlo Caione
2015-06-17  8:26       ` Linus Walleij
2015-06-22 17:33         ` Carlo Caione
2015-07-16  8:07           ` Linus Walleij
2015-05-25 11:00 ` [PATCH 2/2] pinctrl: dt-binding: Extend meson documentation with GPIO IRQs support Carlo Caione
2015-06-01 14:04   ` Linus Walleij
2015-06-02  9:34     ` Carlo Caione
2016-06-28  8:06 [PATCH 0/2] pinctrl: Enable support for external GPIO interrupts Neil Armstrong
2016-06-29  8:53 ` Linus Walleij
2016-06-29  8:53   ` Linus Walleij
2016-06-29 14:07   ` Carlo Caione
2016-06-29 14:07     ` Carlo Caione
2016-06-29 14:41   ` Daniel Drake
2016-06-29 14:41     ` Daniel Drake
2016-07-04 11:21     ` Linus Walleij
2016-07-04 11:21       ` Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1432551641-3256-1-git-send-email-carlo@caione.org \
    --to=carlo@caione.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.