Re: [PATCH] omap_hsmmc - use threaded irq handler for card-detect.

2012-01-02 Thread Chris Ball
Hi Neil, On Fri, Dec 30 2011, Kishore Kadiyala wrote: On Thu, Dec 29, 2011 at 8:35 PM, NeilBrown ne...@suse.de wrote: As the card-detect irq handler just schedules work to be done by a thread, we can use request_threaded_irq to do much of the work for us.  This means that interrupts which

Re: [PATCH] omap_hsmmc - use threaded irq handler for card-detect.

2011-12-29 Thread Kishore Kadiyala
On Thu, Dec 29, 2011 at 8:35 PM, NeilBrown ne...@suse.de wrote: As the card-detect irq handler just schedules work to be done by a thread, we can use request_threaded_irq to do much of the work for us.  This means that interrupts which arrive by handle_nested_irq actually work.