devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Srinivas KANDAGATLA <srinivas.kandagatla@st.com>
Cc: Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>, Rob Landley <rob@landley.net>,
	Russell King <linux@arm.linux.org.uk>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v2 1/4] pinctrl: st: Add Interrupt support.
Date: Thu, 23 Jan 2014 08:22:53 +0100	[thread overview]
Message-ID: <CACRpkdZV7TBP7Ac1MPVSAgJeqWtDQEuT3dHjUJHgDTeX9_datw@mail.gmail.com> (raw)
In-Reply-To: <1389886613-31945-1-git-send-email-srinivas.kandagatla@st.com>

On Thu, Jan 16, 2014 at 4:36 PM,  <srinivas.kandagatla@st.com> wrote:

> From: Srinivas Kandagatla <srinivas.kandagatla@st.com>
>
> This patch add interrupt support to the pincontroller driver.
>
> ST Pincontroller GPIO bank can have one of the two possible types of
> interrupt-wirings.
>
> First type is via irqmux, single interrupt is used by multiple gpio
> banks. This reduces number of overall interrupts numbers required. All
> these banks belong to a single pincontroller.
>                   _________
>                  |         |----> [gpio-bank (n)    ]
>                  |         |----> [gpio-bank (n + 1)]
>         [irqN]-- | irq-mux |----> [gpio-bank (n + 2)]
>                  |         |----> [gpio-bank (...  )]
>                  |_________|----> [gpio-bank (n + 7)]
>
> Second type has a dedicated interrupt per gpio bank.
>
>         [irqN]----> [gpio-bank (n)]
>
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>

I've applied this patch so that it won't just sit idle.
Besides you've done a real good job on it Srinivas.

It'll be for v3.15 though and I'm still waiting to see if
the device tree people say something about it.

Yours,
Linus Walleij

  reply	other threads:[~2014-01-23  7:22 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-14 14:51 [PATCH v1 0/5] pinctrl: st: Add interrupt controller support srinivas.kandagatla-qxv4g6HH51o
2014-01-14 14:52 ` [PATCH v1 1/5] pinctrl: st: Fix a typo in probe srinivas.kandagatla
2014-01-15 10:08   ` Linus Walleij
2014-01-14 14:52 ` [PATCH v1 2/5] pinctrl: st: Add Interrupt support srinivas.kandagatla
     [not found]   ` <1389711134-21049-1-git-send-email-srinivas.kandagatla-qxv4g6HH51o@public.gmane.org>
2014-01-15 14:15     ` Linus Walleij
2014-01-15 16:21       ` srinivas kandagatla
2014-01-14 14:52 ` [PATCH v1 3/5] pinctrl: st: Add software edge trigger interrupt support srinivas.kandagatla
2014-01-15 14:27   ` Linus Walleij
2014-01-15 14:44     ` srinivas kandagatla
2014-01-14 14:52 ` [PATCH v1 4/5] ARM:STi: STiH416: Add interrupt support for pin controller srinivas.kandagatla
2014-01-14 14:52 ` [PATCH v1 5/5] ARM:STi: STiH415: " srinivas.kandagatla
2014-01-16 15:35 ` [PATCH v2 0/4] pinctrl: st: Add interrupt controller support srinivas.kandagatla
     [not found]   ` <1389886545-31498-1-git-send-email-srinivas.kandagatla-qxv4g6HH51o@public.gmane.org>
2014-01-16 15:36     ` [PATCH v2 1/4] pinctrl: st: Add Interrupt support srinivas.kandagatla-qxv4g6HH51o
2014-01-23  7:22       ` Linus Walleij [this message]
2014-01-23 12:54         ` srinivas kandagatla
2014-01-16 15:37   ` [PATCH v2 2/4] pinctrl: st: Add software edge trigger interrupt support srinivas.kandagatla
     [not found]     ` <1389886651-31990-1-git-send-email-srinivas.kandagatla-qxv4g6HH51o@public.gmane.org>
2014-01-23  7:29       ` Linus Walleij
2014-01-24  8:28         ` Lee Jones
2014-01-27  9:43           ` Linus Walleij
2014-01-16 15:37   ` [PATCH v2 3/4] ARM:STi: STiH416: Add interrupt support for pin controller srinivas.kandagatla
2014-01-23  7:30     ` Linus Walleij
2014-01-23 12:56       ` srinivas kandagatla
2014-01-16 15:37   ` [PATCH v2 4/4] ARM:STi: STiH415: " srinivas.kandagatla
2014-01-23  7:33     ` 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=CACRpkdZV7TBP7Ac1MPVSAgJeqWtDQEuT3dHjUJHgDTeX9_datw@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=rob@landley.net \
    --cc=robh+dt@kernel.org \
    --cc=srinivas.kandagatla@st.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).