Re: [PATCH 1/6 v3] mmc: tmio: implement SDIO IRQ

2011-01-05 Thread Chris Ball
Hi Arnd, On Tue, Dec 28, 2010 at 11:22:31PM +0100, Arnd Hannemann wrote: This patch implements SDIO IRQ support for mfds which announce the TMIO_MMC_SDIO_IRQ flag for tmio_mmc. If MMC_CAP_SDIO_IRQ is also set SDIO IRQ signalling is activated. Tested with a b43-based wireless SDIO card and

Re: [PATCH 1/6 v3] mmc: tmio: implement SDIO IRQ

2011-01-05 Thread Guennadi Liakhovetski
Hi Chris On Wed, 5 Jan 2011, Chris Ball wrote: Hi Arnd, On Tue, Dec 28, 2010 at 11:22:31PM +0100, Arnd Hannemann wrote: This patch implements SDIO IRQ support for mfds which announce the TMIO_MMC_SDIO_IRQ flag for tmio_mmc. If MMC_CAP_SDIO_IRQ is also set SDIO IRQ signalling is

Re: [PATCH 1/6 v3] mmc: tmio: implement SDIO IRQ

2011-01-05 Thread Chris Ball
Hi Guennadi, On Wed, Jan 05, 2011 at 10:09:42PM +0100, Guennadi Liakhovetski wrote: - pr_warning(tmio_mmc: Spurious SDIO IRQ, disabling! 0x%04x 0x%04x 0x%04x\n, - sdio_status, sdio_irq_mask, sdio_ireg); + pr_warning(tmio_mmc:

[PATCH 1/6 v3] mmc: tmio: implement SDIO IRQ

2010-12-28 Thread Arnd Hannemann
This patch implements SDIO IRQ support for mfds which announce the TMIO_MMC_SDIO_IRQ flag for tmio_mmc. If MMC_CAP_SDIO_IRQ is also set SDIO IRQ signalling is activated. Tested with a b43-based wireless SDIO card and sh_mobile_sdhi. Signed-off-by: Arnd Hannemann a...@arndnet.de --- Changes in v3: