Re: [PATCH v2 0/2] sdio: add quirk for spurious SDIO IRQ

2011-06-06 Thread Per Forlin
On 1 June 2011 17:59, Nicolas Pitre wrote: > On Wed, 1 Jun 2011, Per Forlin wrote: > >> From: Per Forlin >> >> Daniel Drake reported an issue in the libertas sdio client that was >> triggered by the sdio_single_irq functionality. His SDIO device seems to >> raise an interrupt even though there ar

Re: [PATCH v2 0/2] sdio: add quirk for spurious SDIO IRQ

2011-06-01 Thread Chris Ball
Hi, On Wed, Jun 01 2011, Nicolas Pitre wrote: >> This patchset adds a quirk to support this spurious IRQ issue and also report >> a warning if an SDIO interrupt is raised but none CCCR_INTx bits are set. > > Given that the issue can be fixed locally to the libertas driver, I'd > suggest not mergi

Re: [PATCH v2 0/2] sdio: add quirk for spurious SDIO IRQ

2011-06-01 Thread Nicolas Pitre
On Wed, 1 Jun 2011, Per Forlin wrote: > From: Per Forlin > > Daniel Drake reported an issue in the libertas sdio client that was > triggered by the sdio_single_irq functionality. His SDIO device seems to > raise an interrupt even though there are no bits set in the CCCR_INTx > register. This beh

[PATCH v2 0/2] sdio: add quirk for spurious SDIO IRQ

2011-06-01 Thread Per Forlin
From: Per Forlin Daniel Drake reported an issue in the libertas sdio client that was triggered by the sdio_single_irq functionality. His SDIO device seems to raise an interrupt even though there are no bits set in the CCCR_INTx register. This behaviour is not supported by the sdio_single_irq feat