linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: sameo@linux.intel.com (Samuel Ortiz)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/5] mfd: use genirq in 88pm860x
Date: Thu, 11 Feb 2010 13:41:56 +0100	[thread overview]
Message-ID: <20100211124155.GD3136@sortiz.org> (raw)
In-Reply-To: <771cded01002072245j385cc3b5xc63e99009149650b@mail.gmail.com>

Hi Haojian,

On Mon, Feb 08, 2010 at 01:45:31AM -0500, Haojian Zhuang wrote:
> On Fri, Feb 5, 2010 at 10:39 AM, Samuel Ortiz <sameo@linux.intel.com> wrote:
> > Hi Haojian,
> >
> > On Wed, Feb 03, 2010 at 08:03:13AM -0500, Haojian Zhuang wrote:
> >> From 1c49d1bf59a1ec2c59dc093899e6b2d0991bd676 Mon Sep 17 00:00:00 2001
> >> From: Haojian Zhuang <haojian.zhuang@marvell.com>
> >> Date: Wed, 3 Feb 2010 15:39:28 -0500
> >> Subject: [PATCH] mfd: use genirq in 88pm860x
> > The patch looks fine to me but:
> >
> > - Please add some more verbose changelog
> > - It doesnt build on x86, you need to apply this:
> >
> > diff --git a/drivers/mfd/88pm860x-core.c b/drivers/mfd/88pm860x-core.c
> > index 0b1eba0..6a14d2b 100644
> > --- a/drivers/mfd/88pm860x-core.c
> > +++ b/drivers/mfd/88pm860x-core.c
> > @@ -544,7 +544,11 @@ static int __devinit device_irq_init(struct pm860x_chip
> > *ch
> > ? ? ? ? ? ? ? ?set_irq_chip_and_handler(__irq, &pm860x_irq_chip,
> > ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? handle_edge_irq);
> > ? ? ? ? ? ? ? ?set_irq_nested_thread(__irq, 1);
> > +#ifdef CONFIG_ARM
> > ? ? ? ? ? ? ? ?set_irq_flags(__irq, IRQF_VALID);
> > +#else
> > + ? ? ? ? ? ? ? set_irq_noprobe(__irq);
> > +#endif
> > ? ? ? ?}
> >
> > ? ? ? ?ret = request_threaded_irq(chip->core_irq, NULL, pm860x_irq, flags,
> >
> > - After applying this patch, 88pm860x-ts.c fails to build. You need to merge
> > patches 3 and 4 into one single patch to prevent build failure.
> >
> > Cheers,
> > Samuel.
> >
> 
> Great thanks. Now the patch is updated. The modification is in below.
> 1. Merge patch of IRQ handling and touchscreen driver.
> 2. Add CONFIG_ARM in 88pm860x driver.
> 3. Add more comments in changelog.
> 
> Best Regards
> Haojian
Thanks, patch applied.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

      reply	other threads:[~2010-02-11 12:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-03 13:03 [PATCH 3/5] mfd: use genirq in 88pm860x Haojian Zhuang
2010-02-05 15:39 ` Samuel Ortiz
2010-02-08  6:45   ` Haojian Zhuang
2010-02-11 12:41     ` Samuel Ortiz [this message]

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=20100211124155.GD3136@sortiz.org \
    --to=sameo@linux.intel.com \
    --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 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).