public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Anton Vorontsov <anton.vorontsov@linaro.org>
To: "Kim, Milo" <Milo.Kim@ti.com>
Cc: Axel Lin <axel.lin@gmail.com>,
	David Woodhouse <dwmw2@infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Fengguang Wu <fengguang.wu@intel.com>
Subject: Re: [PATCH] lp8727_charger: use IRQF_ONESHOT
Date: Thu, 30 Aug 2012 05:06:51 -0700	[thread overview]
Message-ID: <20120830120651.GA10779@lizard> (raw)
In-Reply-To: <A874F61F95741C4A9BA573A70FE3998F41EF1CF9@DQHE02.ent.ti.com>

On Thu, Aug 30, 2012 at 11:41:54AM +0000, Kim, Milo wrote:
> > > ERROR: Threaded IRQ with no primary handler requested without
> > > IRQF_ONESHOT
> > >
> > > Make sure threaded IRQs without a primary handler are always request
> > > with IRQF_ONESHOT
> > >
> > > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> > > ---
> > >
> > > Note: I don't really know much about the situation, feel free to
> > > ignore it if it's an false warning.
> > >
> > >  cocci-output-25411-2ae2e0-lp8727_charger.c |    2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > --- a/drivers/power/lp8727_charger.c
> > > +++ b/drivers/power/lp8727_charger.c
> > > @@ -255,7 +255,7 @@ static int lp8727_intr_config(struct lp8
> > >  	return request_threaded_irq(pchg->client->irq,
> > >  				NULL,
> > >  				lp8727_isr_func,
> > > -				IRQF_TRIGGER_FALLING,
> > > +				IRQF_TRIGGER_FALLING | IRQF_ONESHOT,
> > >  				"lp8727_irq",
> > >  				pchg);
> > >  }
> > Thanks for the update.
> > 
> > Acked-by: Milo(Woogyom) Kim <milo.kim@ti.com>
> > 
> 
> Please refer to the patch below.
> [PATCH 4/8] lp8727_charger: cleanup the interrupt handler code
> This includes previous Fengguang' patch.

Nope, I'll include Fengguang's patch (he posted it first), and then
will try to apply the rest of your cleanups on top of it. If it helps,
your can incorporate the fix in your series, preserving the authorship.

Thanks.

      reply	other threads:[~2012-08-30 12:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-23 11:42 [PATCH] lp8727_charger: use IRQF_ONESHOT Fengguang Wu
2012-08-23 11:56 ` [PATCH] twl4030_charger: " Fengguang Wu
2012-08-23 12:00   ` Felipe Balbi
2012-09-20 22:43     ` Anton Vorontsov
2012-08-29  2:00 ` [PATCH] lp8727_charger: " Kim, Milo
2012-09-20 22:44   ` Anton Vorontsov
2012-08-30 11:41 ` Kim, Milo
2012-08-30 12:06   ` Anton Vorontsov [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=20120830120651.GA10779@lizard \
    --to=anton.vorontsov@linaro.org \
    --cc=Milo.Kim@ti.com \
    --cc=axel.lin@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=fengguang.wu@intel.com \
    --cc=linux-kernel@vger.kernel.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