All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6 v3] mmc: tmio: Add SDIO IRQ support
@ 2010-12-28 22:22 ` Arnd Hannemann
  0 siblings, 0 replies; 26+ messages in thread
From: Arnd Hannemann @ 2010-12-28 22:22 UTC (permalink / raw)
  To: linux-mmc; +Cc: Magnus Damm, linux-sh, g.liakhovetski, Ian Molton, Samuel Ortiz

[PATCH 1/6 v3] mmc: tmio: implement SDIO IRQ
[PATCH 2/6 v3] mfd: sh_mobile_sdhi: activate SDIO IRQ for tmio_mmc
[PATCH 3/6 v3] ARM: mach-shmobile: sh7372 Enable SDIO IRQs
[PATCH 4/6 v3] sh: sh7724 Enable SDIO IRQs
[PATCH 5/6 v3] sh: sh7722 Enable SDIO IRQs
[PATCH 6/6 v3] sh: sh7723 / ap325rxa enable SDIO IRQs

These patches add SDIO IRQ support for the tmio mmc cell
of the sh_mobile_sdhi mfd and activate the usage of
SDIO IRQs on all SoCs where sh_mobile_sdhi is currently
used.

The patchset depends on:
    mmc: tmio_mmc: allow multi-element scatter-gather lists
        https://patchwork.kernel.org/patch/317142/
    mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failure
        https://patchwork.kernel.org/patch/317162/
    mmc: tmio: merge the private header into the driver
        https://patchwork.kernel.org/patch/349931/
    mmc: tmio: implement a bounce buffer for unaligned DMA
        https://patchwork.kernel.org/patch/349941/

Changes in v3:
- Drop the patch which disables IRQs early in remove
  it caused hangs during rmmod
- Disable device IRQ in tmio_mmc_clk_start/stop to
  avoid spurious SDIO IRQs (previously there was a
  small time window where this could happen)
- Fix a null pointer dereference which would have been
  triggered when spurious SDIO IRQs would have been generated
- Include patch for sh7723 / ap325rx

Changes in v2:
- Add TMIO_MMC_SDIO_IRQ flag, which expresses that  the hardware is known
  to support SDIO IRQ as suggested by Magnus Damm
- Activate this flag for sh_mobile_sdhi
- Add a patch which disables IRQs early in remove
  to avoid spurious SDIO IRQs, during module unload
- Patches 4-6 are unmodified but included for
  completeness

Signed-off-by: Arnd Hannemann <arnd@arndnet.de>


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2011-01-06  4:14 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-28 22:22 [PATCH 0/6 v3] mmc: tmio: Add SDIO IRQ support Arnd Hannemann
2010-12-28 22:22 ` Arnd Hannemann
2010-12-28 22:22 ` [PATCH 1/6 v3] mmc: tmio: implement SDIO IRQ Arnd Hannemann
2010-12-28 22:22   ` Arnd Hannemann
2011-01-05 20:57   ` Chris Ball
2011-01-05 20:57     ` Chris Ball
2011-01-05 21:09     ` Guennadi Liakhovetski
2011-01-05 21:09       ` Guennadi Liakhovetski
2011-01-05 22:10       ` Chris Ball
2011-01-05 22:10         ` Chris Ball
2010-12-28 22:22 ` [PATCH 2/6 v3] mfd: sh_mobile_sdhi: activate SDIO IRQ for tmio_mmc Arnd Hannemann
2010-12-28 22:22   ` Arnd Hannemann
2011-01-05 20:58   ` Chris Ball
2011-01-05 20:58     ` [PATCH 2/6 v3] mfd: sh_mobile_sdhi: activate SDIO IRQ for Chris Ball
2010-12-28 22:22 ` [PATCH 3/6 v3] ARM: mach-shmobile: sh7372 Enable SDIO IRQs Arnd Hannemann
2010-12-28 22:22   ` Arnd Hannemann
2011-01-06  4:11   ` Paul Mundt
2011-01-06  4:11     ` Paul Mundt
2010-12-28 22:22 ` [PATCH 4/6 v3] sh: sh7724 " Arnd Hannemann
2010-12-28 22:22   ` Arnd Hannemann
2011-01-06  4:12   ` Paul Mundt
2011-01-06  4:12     ` Paul Mundt
2010-12-28 22:22 ` [PATCH 5/6 v3] sh: sh7722 " Arnd Hannemann
2010-12-28 22:22   ` Arnd Hannemann
2010-12-28 22:22 ` [PATCH 6/6 v3] sh: sh7723 / ap325rxa enable " Arnd Hannemann
2010-12-28 22:22   ` Arnd Hannemann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.