Felipe Balbi <ba...@ti.com> writes:

>> > At the same time, declare the interrupt as "one shot" so that it is
>> > masked until the end of the threaded handler. This prevents the irq core
>> > from spitting out an error :
>> >   "Threaded irq requested with handler=NULL and !ONESHOT for irq 63"
>> 
>> Shouldn't this be a separate patch?
>> >  #define VBUS_IRQ_FLAGS \
>> > -  (IRQF_SHARED | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING)
>> > +  (IRQF_SHARED | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING | \
>> > +          IRQF_ONESHOT)
>> 
>> IMHO, unrelated to the regression fix.
>
> +1
Sure, no problem.
As soon as there is a confirmation of the right final fix for the direction
issue, I'll post a V2 with 2 patches instead of 1.

Cheers.

-- 
Robert
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to