Re: [PATCH 1/4] mmc: tmio: Implement SDIO IRQ

2010-12-20 Thread Arnd Hannemann
Hi Magnus, Am 20.12.2010 04:58, schrieb Magnus Damm: > Hi again Arnd, > > On Wed, Dec 15, 2010 at 12:44 AM, Magnus Damm wrote: >> On Wed, Dec 8, 2010 at 12:08 AM, Arnd Hannemann wrote: >>> Am 07.12.2010 09:37, schrieb Magnus Damm: On Tue, Dec 7, 2010 at 9:22 PM, Arnd Hannemann wrote:

Re: [PATCH 1/4] mmc: tmio: Implement SDIO IRQ

2010-12-19 Thread Magnus Damm
Hi again Arnd, On Wed, Dec 15, 2010 at 12:44 AM, Magnus Damm wrote: > On Wed, Dec 8, 2010 at 12:08 AM, Arnd Hannemann wrote: >> Am 07.12.2010 09:37, schrieb Magnus Damm: >>> On Tue, Dec 7, 2010 at 9:22 PM, Arnd Hannemann wrote: Am 07.12.2010 00:39, schrieb Magnus Damm: > On Tue, Dec 7,

Re: [PATCH 1/4] mmc: tmio: Implement SDIO IRQ

2010-12-14 Thread Magnus Damm
Hi Arnd, Thanks a lot for your help so far. I've found a bit of time to test stuff now. On Wed, Dec 8, 2010 at 12:08 AM, Arnd Hannemann wrote: > Am 07.12.2010 09:37, schrieb Magnus Damm: >> On Tue, Dec 7, 2010 at 9:22 PM, Arnd Hannemann wrote: >>> Am 07.12.2010 00:39, schrieb Magnus Damm:

Re: [PATCH 1/4] mmc: tmio: Implement SDIO IRQ

2010-12-07 Thread Arnd Hannemann
Hi Magnus, Am 07.12.2010 09:37, schrieb Magnus Damm: > On Tue, Dec 7, 2010 at 9:22 PM, Arnd Hannemann wrote: >> Am 07.12.2010 00:39, schrieb Magnus Damm: >>> On Tue, Dec 7, 2010 at 2:35 AM, Arnd Hannemann wrote: This patch implements SDIO IRQ support for mfds which announce the MMC_CAP

Re: [PATCH 1/4] mmc: tmio: Implement SDIO IRQ

2010-12-07 Thread Magnus Damm
On Tue, Dec 7, 2010 at 9:22 PM, Arnd Hannemann wrote: > Am 07.12.2010 00:39, schrieb Magnus Damm: >> On Tue, Dec 7, 2010 at 2:35 AM, Arnd Hannemann wrote: >>> This patch implements SDIO IRQ support for mfds which >>> announce the MMC_CAP_SDIO_IRQ capability for tmio_mmc. >>> Tested with a b43-bas

Re: [PATCH 1/4] mmc: tmio: Implement SDIO IRQ

2010-12-07 Thread Arnd Hannemann
Hi Magnus, Am 07.12.2010 00:39, schrieb Magnus Damm: > Hi Arnd, > > On Tue, Dec 7, 2010 at 2:35 AM, Arnd Hannemann wrote: >> This patch implements SDIO IRQ support for mfds which >> announce the MMC_CAP_SDIO_IRQ capability for tmio_mmc. >> Tested with a b43-based wireless SDIO card and sh_mobile

Re: [PATCH 1/4] mmc: tmio: Implement SDIO IRQ

2010-12-06 Thread Magnus Damm
Hi Arnd, On Tue, Dec 7, 2010 at 2:35 AM, Arnd Hannemann wrote: > This patch implements SDIO IRQ support for mfds which > announce the MMC_CAP_SDIO_IRQ capability for tmio_mmc. > Tested with a b43-based wireless SDIO card and sh_mobile_sdhi. > > This patch applies on top of: > mmc: tmio_mmc: allow

[PATCH 1/4] mmc: tmio: Implement SDIO IRQ

2010-12-06 Thread Arnd Hannemann
This patch implements SDIO IRQ support for mfds which announce the MMC_CAP_SDIO_IRQ capability for tmio_mmc. Tested with a b43-based wireless SDIO card and sh_mobile_sdhi. This patch applies on top of: mmc: tmio_mmc: allow multi-element scatter-gather lists mmc: tmio_mmc: fix PIO fallback on DMA d