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

2011-08-15 Thread Simon Horman
On Mon, Aug 15, 2011 at 10:17:28AM +0200, Guennadi Liakhovetski wrote: > Hi Simon > > On Mon, 15 Aug 2011, 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,

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

2011-08-15 Thread Guennadi Liakhovetski
Hi Simon On Mon, 15 Aug 2011, 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 > interrupts.

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

2011-08-14 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