On Fri, Aug 26, 2011 at 02:17:20PM +0200, Guennadi Liakhovetski wrote:
On Fri, 26 Aug 2011, Simon Horman wrote:
quoted
This patch is based on "ARM: arch-shmobile: Use multiple irq vectors for SDHI"
It removes multiplexing of the SDHI vectors and names each IRQ source
to allow the SDHI driver to used source-specific handlers.
This is untested as I do not have access to a working g4evm.
Signed-off-by: Simon Horman <horms@verge.net.au>
---
Requires "mmc: sdhi: Allow specific IRQ sources to use corresponding handlers."
*** compile tested only ***
---
arch/arm/mach-shmobile/board-g4evm.c | 26 ++++++++++++++++++++++-
arch/arm/mach-shmobile/intc-sh7377.c | 36 ++++++++++++++++-----------------
This second file should not be here, right?
I believe that the g4evm uses the sh7377 and that the multiplexing of
SDHIinterrupts for the 7377 need to be removed in order to provide multiple
SDHI irq sources.
Am I missing something?