omap_hsmmc: Fix MMC3 dma
commitf3e2f1dd3bbe9352654eec8223495d35e1f52af2
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 3 Jan 2009 10:36:13 +0000 (3 10:36 +0000)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 24 Mar 2009 20:30:06 +0000 (24 21:30 +0100)
tree8c81cf861a65d530bfcf8635710e60cec624c34c
parent0683af4887bf61b5285c4e08cad5c7d110fbd605
omap_hsmmc: Fix MMC3 dma

Data transfers on third OMAP3 MMC controller don't work
because DMA line numbers are only defined for MMC1 and MMC2.
Fix that and store line numbers in mmc_omap_host structure
to reduce code size.
Tested on OMAP3 pandora board.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/host/omap_hsmmc.c