Re: [PATCH 0/4 v8] mmc: tmio, sdhi: provide multiple irq handlers
From: Simon Horman <horms@verge.net.au>
Date: 2011-08-30 06:21:51
Also in:
linux-mmc
From: Simon Horman <horms@verge.net.au>
Date: 2011-08-30 06:21:51
Also in:
linux-mmc
On Sun, Aug 28, 2011 at 01:58:54PM -0400, Chris Ball wrote:
Hi Simon, On Wed, Aug 24 2011, Simon Horman wrote:quoted
The SDHI driver already supports making use of up to three interrupt sources. This series breaks up the existing interrupt handler into three handlers, one for sdcard access, one for card detect and one for SDIO interrupts. A cover-all handler, which makes use of these new broken-out handlers is provided for for the case where there is a multiplexed interrupt source. This series also wires up the new IRQ handlers for the mackerel and ag4evm. This series contains the following patches: [PATCH v8 1/4] mmc: tmio: Cache interrupt masks [PATCH v8 2/4] mmc: tmio: Provide separate interrupt handlers [PATCH v8 3/4] mmc: sdhi: Allow name IRQs to use specific handlers [PATCH v8 4/4] ARM: shmobile: ag5evm, ap4: Named SDHI IRQ sourcesThanks, all applied to mmc-next for 3.2, using Guennadi's v9 for 3/4.
Thanks. I (finally) have SDIO hardware available for testing and I have verified that the current mmc-next tree works with a b43-based SDIO wirless network card (iwscan list shows the available access point).