From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH 0/4 v8] mmc: tmio, sdhi: provide multiple irq handlers Date: Tue, 30 Aug 2011 15:21:51 +0900 Message-ID: <20110830062151.GA18800@verge.net.au> References: <1314235648-8959-1-git-send-email-horms@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-sh-owner@vger.kernel.org To: Chris Ball Cc: linux-mmc@vger.kernel.org, linux-sh@vger.kernel.org, Paul Mundt , Guennadi Liakhovetski , Magnus Damm List-Id: linux-mmc@vger.kernel.org On Sun, Aug 28, 2011 at 01:58:54PM -0400, Chris Ball wrote: > Hi Simon, > > On Wed, Aug 24 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 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 sources > > Thanks, 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).