devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Chandrabhanu Mahapatra <cmahapatra-l0cyMroinI0@public.gmane.org>,
	ext Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
Cc: Kevin Hilman <khilman-l0cyMroinI0@public.gmane.org>,
	linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org
Subject: Re: [PATCH V1 3/3] OMAP: Define TCA6424 max number of possible IRQs
Date: Sun, 29 Jul 2012 17:49:29 +0200	[thread overview]
Message-ID: <CACRpkdaV+ZSwydNdCh6i_psryXGRcv=8sOaynvACbMGdp03Tjg@mail.gmail.com> (raw)
In-Reply-To: <03736c1b42a7e28fc0b47aabd5c0f019edb1baf2.1343026861.git.cmahapatra-l0cyMroinI0@public.gmane.org>

On Sat, Jul 28, 2012 at 8:10 AM, Chandrabhanu Mahapatra
<cmahapatra-l0cyMroinI0@public.gmane.org> wrote:

> From: Leed Aguilar <leed.aguilar-l0cyMroinI0@public.gmane.org>
>
> TCA6424 being a 24 bit I2C and SMBus I/O expander has 24 available GPIO lines
> that can be used as IRQs lines. So, the support for 24 more IRQ lines has been
> added to the kernel.
>
> Signed-off-by: Leed Aguilar <leed.aguilar-l0cyMroinI0@public.gmane.org>
> Signed-off-by: Chandrabhanu Mahapatra <cmahapatra-l0cyMroinI0@public.gmane.org>

Tony, this seems to touch only OMAP code, can you judge on it
and take it into your tree of desired?

Alternatively I can merge it to GPIO but then I need your ACK.

Yours,
Linus Walleij

  parent reply	other threads:[~2012-07-29 15:49 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-10 13:31 [PATCH 0/4] Extend TCA6424 support Chandrabhanu Mahapatra
2012-07-10 13:35 ` [PATCH 1/4] GPIO: PCA953X: Increase size of invert variable to support 24 bit Chandrabhanu Mahapatra
2012-07-11 22:02   ` Linus Walleij
2012-07-10 13:35 ` [PATCH 2/4] gpio/pca953x: increase variables size to support 24 bit of data Chandrabhanu Mahapatra
2012-07-11 22:04   ` Linus Walleij
2012-07-10 13:36 ` [PATCH 3/4] OMAP: Define TCA6424 max number of possible IRQs Chandrabhanu Mahapatra
2012-07-11 22:08   ` Linus Walleij
     [not found]     ` <CAF0AtAs8euY79y-JmD8Bk4oX-8+gwPKsr_JJin+853EesrUTcg@mail.gmail.com>
     [not found]       ` <CAF0AtAs8euY79y-JmD8Bk4oX-8+gwPKsr_JJin+853EesrUTcg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-07-14 20:44         ` Linus Walleij
2012-07-10 13:36 ` [PATCH 4/4] gpio/pca953x: register the device irq using appropriate api's Chandrabhanu Mahapatra
2012-07-11 22:11   ` Linus Walleij
2012-07-23  6:52     ` Mahapatra, Chandrabhanu
2012-07-28  6:05 ` [PATCH V1 0/3] Extend TCA6424 support Chandrabhanu Mahapatra
2012-07-28  6:07   ` [PATCH V1 1/3] GPIO: PCA953X: Increase size of invert variable to support 24 bit Chandrabhanu Mahapatra
     [not found]     ` <a7d63a5023b354c3f0ac8b1aa181b57f03db199c.1343026861.git.cmahapatra-l0cyMroinI0@public.gmane.org>
2012-08-04 23:38       ` Linus Walleij
2012-07-28  6:07   ` [PATCH V1 2/3] gpio/pca953x: increase variables size to support 24 bit of data Chandrabhanu Mahapatra
2012-07-28  6:10   ` [PATCH V1 3/3] OMAP: Define TCA6424 max number of possible IRQs Chandrabhanu Mahapatra
     [not found]     ` <03736c1b42a7e28fc0b47aabd5c0f019edb1baf2.1343026861.git.cmahapatra-l0cyMroinI0@public.gmane.org>
2012-07-29 15:49       ` Linus Walleij [this message]
2012-08-04 23:39   ` [PATCH V1 0/3] Extend TCA6424 support 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='CACRpkdaV+ZSwydNdCh6i_psryXGRcv=8sOaynvACbMGdp03Tjg@mail.gmail.com' \
    --to=linus.walleij-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
    --cc=cmahapatra-l0cyMroinI0@public.gmane.org \
    --cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
    --cc=khilman-l0cyMroinI0@public.gmane.org \
    --cc=linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org \
    --cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.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 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).