Re: [PATCH] lp8727_charger: use IRQF_ONESHOT

2012-09-20 Thread Anton Vorontsov
On Wed, Aug 29, 2012 at 02:00:43AM +, Kim, Milo wrote: [...] > > Signed-off-by: Fengguang Wu > > --- [...] > > - IRQF_TRIGGER_FALLING, > > + IRQF_TRIGGER_FALLING | IRQF_ONESHOT, > > "lp8727_irq", > >

Re: [PATCH] lp8727_charger: use IRQF_ONESHOT

2012-08-30 Thread Anton Vorontsov
On Thu, Aug 30, 2012 at 11:41:54AM +, 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 > > > -

RE: [PATCH] lp8727_charger: use IRQF_ONESHOT

2012-08-30 Thread Kim, Milo
> > 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 > > --- > > > > Note: I don't really know much about the situation, feel free to

RE: [PATCH] lp8727_charger: use IRQF_ONESHOT

2012-08-28 Thread Kim, Milo
> 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 > --- > > Note: I don't really know much about the situation, feel free to > ignore it if i