linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: haojian.zhuang@gmail.com (Haojian Zhuang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/5] mfd: use genirq in 88pm860x
Date: Mon, 8 Feb 2010 01:45:31 -0500	[thread overview]
Message-ID: <771cded01002072245j385cc3b5xc63e99009149650b@mail.gmail.com> (raw)
In-Reply-To: <20100205153938.GB3448@sortiz.org>

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-mfd-use-genirq-in-88pm860x.patch
Type: text/x-patch
Size: 18895 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100208/fd51edee/attachment-0001.bin>

  reply	other threads:[~2010-02-08  6:45 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 [this message]
2010-02-11 12:41     ` Samuel Ortiz

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=771cded01002072245j385cc3b5xc63e99009149650b@mail.gmail.com \
    --to=haojian.zhuang@gmail.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).