Re: [PATCH 0/4 v7] mmc: tmio, sdhi: provide multiple irq handlers

2011-08-24 Thread Magnus Damm
On Wed, Aug 24, 2011 at 2:37 PM, Simon Horman wrote: > On Fri, Aug 19, 2011 at 04:57:18PM +0900, Simon Horman wrote: >> 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 card a

Re: [PATCH 0/4 v7] mmc: tmio, sdhi: provide multiple irq handlers

2011-08-23 Thread Simon Horman
On Fri, Aug 19, 2011 at 04:57:18PM +0900, Simon Horman wrote: > 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 card access, one for card detect interrupts, and one for SDIO > in

[PATCH 0/4 v7] mmc: tmio, sdhi: provide multiple irq handlers

2011-08-19 Thread Simon Horman
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 card access, one for card detect interrupts, and one for SDIO interrupts. A cover-all handler, which makes use of these new broken-out ha