All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4 v5] mmc: tmio, sdhi: provide multiple irq handlers
@ 2011-08-17 10:59 ` Simon Horman
  0 siblings, 0 replies; 46+ messages in thread
From: Simon Horman @ 2011-08-17 10:59 UTC (permalink / raw)
  To: linux-mmc, linux-sh
  Cc: Chris Ball, Guennadi Liakhovetski, Magnus Damm, Paul Mundt, 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
handlers is provided for for the case where there is only one interrupt
source.

This series also wires up the broken-out irq handlers in the SDHI driver


^ permalink raw reply	[flat|nested] 46+ messages in thread
* [PATCH 0/4 v7] mmc: tmio, sdhi: provide multiple irq handlers
@ 2011-08-19  7:57 Simon Horman
  2011-08-19  7:57   ` Simon Horman
  0 siblings, 1 reply; 46+ messages in thread
From: Simon Horman @ 2011-08-19  7:57 UTC (permalink / raw)
  To: linux-mmc, linux-sh
  Cc: Chris Ball, Paul Mundt, Guennadi Liakhovetski, Magnus Damm, 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
handlers is provided for for the case where there is only one interrupt
source.

This series also wires up the broken-out irq handlers in the SDHI driver

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



^ permalink raw reply	[flat|nested] 46+ messages in thread
* [PATCH 0/4 v6] mmc: tmio, sdhi: provide multiple irq handlers
@ 2011-08-19  1:10 Simon Horman
  2011-08-19  1:10   ` Simon Horman
  0 siblings, 1 reply; 46+ messages in thread
From: Simon Horman @ 2011-08-19  1:10 UTC (permalink / raw)
  To: linux-mmc, linux-sh
  Cc: Chris Ball, Paul Mundt, Guennadi Liakhovetski, Magnus Damm, 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
handlers is provided for for the case where there is only one interrupt
source.

This series also wires up the broken-out irq handlers in the SDHI driver



^ permalink raw reply	[flat|nested] 46+ messages in thread
* [PATCH 0/4 v4] mmc: tmio, sdhi: provide multiple irq handlers
@ 2011-08-17  0:50 Simon Horman
  2011-08-17  0:50   ` Simon Horman
  0 siblings, 1 reply; 46+ messages in thread
From: Simon Horman @ 2011-08-17  0:50 UTC (permalink / raw)
  To: linux-mmc, linux-sh
  Cc: Chris Ball, Paul Mundt, Guennadi Liakhovetski, Magnus Damm, 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
handlers is provided for for the case where there is only one interrupt
source.

This series also wires up the broken-out irq handlers in the SDHI driver


^ permalink raw reply	[flat|nested] 46+ messages in thread
* [PATCH 0/4 v3] mmc: tmio, sdhi: provide multiple irq handlers
@ 2011-08-16 10:11 Simon Horman
  2011-08-16 10:11   ` Simon Horman
  0 siblings, 1 reply; 46+ messages in thread
From: Simon Horman @ 2011-08-16 10:11 UTC (permalink / raw)
  To: linux-mmc, linux-sh
  Cc: Chris Ball, Guennadi Liakhovetski, Magnus Damm, 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
handlers is provided for for the case where there is only one interrupt
source.

This series also wires up the broken-out irq handlers in the SDHI driver


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

end of thread, other threads:[~2011-08-19  7:57 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-17 10:59 [PATCH 0/4 v5] mmc: tmio, sdhi: provide multiple irq handlers Simon Horman
2011-08-17 10:59 ` Simon Horman
2011-08-17 10:59 ` [PATCH 1/4] mmc: tmio: Cache interrupt masks Simon Horman
2011-08-17 10:59   ` Simon Horman
2011-08-17 10:59 ` [PATCH 2/4] mmc: tmio: Provide separate interrupt handlers Simon Horman
2011-08-17 10:59   ` Simon Horman
2011-08-17 10:59 ` [PATCH 3/4] mmc: sdhi: Make use of per-source irq handlers Simon Horman
2011-08-17 10:59   ` Simon Horman
2011-08-17 11:24   ` Guennadi Liakhovetski
2011-08-17 11:24     ` Guennadi Liakhovetski
2011-08-17 11:41     ` Simon Horman
2011-08-17 11:41       ` Simon Horman
2011-08-17 11:54       ` Guennadi Liakhovetski
2011-08-17 11:54         ` Guennadi Liakhovetski
2011-08-17 12:07       ` Simon Horman
2011-08-17 12:07         ` Simon Horman
2011-08-17 12:22         ` Guennadi Liakhovetski
2011-08-17 12:22           ` Guennadi Liakhovetski
2011-08-17 12:57           ` Simon Horman
2011-08-17 12:57             ` Simon Horman
2011-08-17 22:02             ` [PATCH 3/4 v7] " Guennadi Liakhovetski
2011-08-17 22:02               ` Guennadi Liakhovetski
2011-08-17 10:59 ` [PATCH 4/4] ARM: shmobile: ag5evm, ap4: Make use of irq index enum Simon Horman
2011-08-17 10:59   ` Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2011-08-19  7:57 [PATCH 0/4 v7] mmc: tmio, sdhi: provide multiple irq handlers Simon Horman
2011-08-19  7:57 ` [PATCH 2/4] mmc: tmio: Provide separate interrupt handlers Simon Horman
2011-08-19  7:57   ` Simon Horman
2011-08-19  1:10 [PATCH 0/4 v6] mmc: tmio, sdhi: provide multiple irq handlers Simon Horman
2011-08-19  1:10 ` [PATCH 2/4] mmc: tmio: Provide separate interrupt handlers Simon Horman
2011-08-19  1:10   ` Simon Horman
2011-08-19  3:09   ` Magnus Damm
2011-08-19  3:09     ` Magnus Damm
2011-08-19  3:30     ` Simon Horman
2011-08-19  3:30       ` Simon Horman
2011-08-19  4:27       ` Magnus Damm
2011-08-19  4:27         ` Magnus Damm
2011-08-19  4:59         ` Simon Horman
2011-08-19  4:59           ` Simon Horman
2011-08-19  5:41           ` Magnus Damm
2011-08-19  5:41             ` Magnus Damm
2011-08-17  0:50 [PATCH 0/4 v4] mmc: tmio, sdhi: provide multiple irq handlers Simon Horman
2011-08-17  0:50 ` [PATCH 2/4] mmc: tmio: Provide separate interrupt handlers Simon Horman
2011-08-17  0:50   ` Simon Horman
2011-08-16 10:11 [PATCH 0/4 v3] mmc: tmio, sdhi: provide multiple irq handlers Simon Horman
2011-08-16 10:11 ` [PATCH 2/4] mmc: tmio: Provide separate interrupt handlers Simon Horman
2011-08-16 10:11   ` Simon Horman
2011-08-16 11:14   ` Guennadi Liakhovetski
2011-08-16 11:14     ` Guennadi Liakhovetski
2011-08-16 11:35     ` Simon Horman
2011-08-16 11:35       ` Simon Horman

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.