Re: [PATCH] sdio: optimized SDIO IRQ handling for single function

2011-05-04 Thread Per Forlin
On 4 May 2011 17:20, Nicolas Pitre wrote: > On Wed, 4 May 2011, Per Forlin wrote: > >> On 4 May 2011 05:40, Nicolas Pitre wrote: >> > On Tue, 3 May 2011, Per Forlin wrote: >> > >> >> From: Stefan Nilsson XK >> >> >> >> If there is only 1 function registered, and IRQ:s are supported and >> >> cur

Re: [PATCH] sdio: optimized SDIO IRQ handling for single function

2011-05-04 Thread Nicolas Pitre
On Wed, 4 May 2011, Per Forlin wrote: > On 4 May 2011 05:40, Nicolas Pitre wrote: > > On Tue, 3 May 2011, Per Forlin wrote: > > > >> From: Stefan Nilsson XK > >> > >> If there is only 1 function registered, and IRQ:s are supported and > >> currently enabled, call the callback handler directly >

Re: [PATCH] sdio: optimized SDIO IRQ handling for single function

2011-05-04 Thread Per Forlin
On 4 May 2011 05:40, Nicolas Pitre wrote: > On Tue, 3 May 2011, Per Forlin wrote: > >> From: Stefan Nilsson XK >> >> If there is only 1 function registered, and IRQ:s are supported and >> currently enabled, call the callback handler directly >> without checking the CCCR registers. >> >> Signed-of

Re: [PATCH] sdio: optimized SDIO IRQ handling for single function

2011-05-03 Thread Nicolas Pitre
On Tue, 3 May 2011, Per Forlin wrote: > From: Stefan Nilsson XK > > If there is only 1 function registered, and IRQ:s are supported and > currently enabled, call the callback handler directly > without checking the CCCR registers. > > Signed-off-by: Stefan Nilsson XK > Signed-off-by: Per Forli

[PATCH] sdio: optimized SDIO IRQ handling for single function

2011-05-03 Thread Per Forlin
From: Stefan Nilsson XK If there is only 1 function registered, and IRQ:s are supported and currently enabled, call the callback handler directly without checking the CCCR registers. Signed-off-by: Stefan Nilsson XK Signed-off-by: Per Forlin --- drivers/mmc/core/sdio_irq.c | 14