From: Cory Maccarrone <darkstar6262-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v3] [MFD] i2c-htcpld: Add the HTCPLD driver
Date: Mon, 18 Jan 2010 13:23:25 -0800 [thread overview]
Message-ID: <6cb013311001181323q79aba15dif165ff41d79734a7@mail.gmail.com> (raw)
In-Reply-To: <20100118153624.GA13811-jcdQHdrhKHMdnm+yROfE0A@public.gmane.org>
On Mon, Jan 18, 2010 at 7:36 AM, Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> wrote:
> On Mon, Jan 18, 2010 at 01:48:55PM +0100, Samuel Ortiz wrote:
>> Hi Cory,
>>
>> I applied this patch, thanks a lot.
>> In the future, I'd like to see the GPIO handling from this patch moved to
>> drivers/gpio. Could you please look at that ?
Absolutely, thanks for applying it! I'll send out a follow-on patch
as soon as I've got that change.
> I forgot to add that I also made it build on non ARM patforms. This line:
> set_irq_flags(irq, IRQF_VALID | IRQF_PROBE);
> became:
> #ifdef CONFIG_ARM
> set_irq_flags(irq, IRQF_VALID | IRQF_PROBE);
> #else
> set_irq_probe(irq);
> #endif
>
Ah, cool, thanks!
- Cory
next prev parent reply other threads:[~2010-01-18 21:23 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-15 1:38 [PATCH v3] [MFD] i2c-htcpld: Add the HTCPLD driver Cory Maccarrone
[not found] ` <1260841135-6680-1-git-send-email-darkstar6262-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-01-06 12:35 ` Samuel Ortiz
[not found] ` <20100106123532.GB5500-jcdQHdrhKHMdnm+yROfE0A@public.gmane.org>
2010-01-06 14:47 ` Cory Maccarrone
[not found] ` <6cb013311001060647s3bce5e63mbae1a10036a14ae1-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-01-09 16:55 ` Cory Maccarrone
[not found] ` <1263056154-20085-1-git-send-email-darkstar6262-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-01-18 12:48 ` Samuel Ortiz
[not found] ` <20100118124855.GB8036-jcdQHdrhKHMdnm+yROfE0A@public.gmane.org>
2010-01-18 15:36 ` Samuel Ortiz
[not found] ` <20100118153624.GA13811-jcdQHdrhKHMdnm+yROfE0A@public.gmane.org>
2010-01-18 21:23 ` Cory Maccarrone [this message]
[not found] ` <6cb013311001181323q79aba15dif165ff41d79734a7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-01-19 11:09 ` Samuel Ortiz
[not found] ` <20100119110916.GB554-jcdQHdrhKHMdnm+yROfE0A@public.gmane.org>
2010-01-19 11:48 ` Jean Delvare
[not found] ` <20100119124812.345fe447-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
2010-01-19 12:09 ` Samuel Ortiz
[not found] ` <20100119120947.GD554-jcdQHdrhKHMdnm+yROfE0A@public.gmane.org>
2010-01-19 12:14 ` Jean Delvare
[not found] ` <20100119131402.7e465fdb-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
2010-01-19 15:10 ` Cory Maccarrone
[not found] ` <6cb013311001190710q186405c7m1193af79e18a09e3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-03-07 18:03 ` Cory Maccarrone
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=6cb013311001181323q79aba15dif165ff41d79734a7@mail.gmail.com \
--to=darkstar6262-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=sameo-VuQAYsv1563Yd54FQh9/CA@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).