sdhci: handle dma boundary interrupts
authorPierre Ossman <drzeus@drzeus.cx>
Sun, 13 May 2007 20:39:23 +0000 (22:39 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Mon, 14 May 2007 16:51:37 +0000 (18:51 +0200)
commit6ba736a10e4ae63b38ccfee9f22b3263a6e5d050
tree83d35c393117d572d863cde7993a594db30f280d
parentc0f3b6c777af071063984fdbc4efb6c904f665f4
sdhci: handle dma boundary interrupts

When the device hits certain memory boundaries, it signals an
interrupt and expects to be serviced. We don't need the feature
but we need to make sure the device doesn't stall.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/host/sdhci.c