Re: [PATCH] mmc: sdio: avoid spurious calls to interrupt handlers

2012-04-16 Thread Ulf Hansson
On 04/15/2012 04:59 PM, Sujit Reddy Thumma wrote: On Sun, 15 Apr 2012, Sujit Reddy Thumma wrote: Hi Nicolas, Commit 06e8935feb "optimized SDIO IRQ handling for single irq" introduced some spurious calls to SDIO function interrupt handlers, such as when the SDIO IRQ thread is started, or t

Re: [PATCH] mmc: sdio: avoid spurious calls to interrupt handlers

2012-04-15 Thread Sujit Reddy Thumma
> On Sun, 15 Apr 2012, Sujit Reddy Thumma wrote: > >> Hi Nicolas, >> >> > >> > Commit 06e8935feb "optimized SDIO IRQ handling for single irq" >> > introduced some spurious calls to SDIO function interrupt handlers, >> > such as when the SDIO IRQ thread is started, or the safety check >> > performe

Re: [PATCH] mmc: sdio: avoid spurious calls to interrupt handlers

2012-04-15 Thread Nicolas Pitre
On Sun, 15 Apr 2012, Sujit Reddy Thumma wrote: > Hi Nicolas, > > > > > Commit 06e8935feb "optimized SDIO IRQ handling for single irq" > > introduced some spurious calls to SDIO function interrupt handlers, > > such as when the SDIO IRQ thread is started, or the safety check > > performed upon a s

Re: [PATCH] mmc: sdio: avoid spurious calls to interrupt handlers

2012-04-15 Thread Sujit Reddy Thumma
Hi Nicolas, > > Commit 06e8935feb "optimized SDIO IRQ handling for single irq" > introduced some spurious calls to SDIO function interrupt handlers, > such as when the SDIO IRQ thread is started, or the safety check > performed upon a system resume. Let's add a flag to perform the > optimization

[PATCH] mmc: sdio: avoid spurious calls to interrupt handlers

2012-04-13 Thread Nicolas Pitre
Commit 06e8935feb "optimized SDIO IRQ handling for single irq" introduced some spurious calls to SDIO function interrupt handlers, such as when the SDIO IRQ thread is started, or the safety check performed upon a system resume. Let's add a flag to perform the optimization only when a real inter