mmc: omap_hsmmc: Handle BADA, DEB and CEB interrupts
authorVignesh R <vigneshr@ti.com>
Tue, 16 Jun 2015 10:37:18 +0000 (16:07 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 24 Jul 2015 08:18:21 +0000 (10:18 +0200)
commit5027cd1e323d2f8136abb32ac7c8e1e1a94eac05
tree87982e8a5d04643ccec1b9c2f051ae9441fffaf2
parent408806f740497c5d71f9c305b3d6aad260ff186d
mmc: omap_hsmmc: Handle BADA, DEB and CEB interrupts

Sometimes BADA, DEB or CEB error interrupts occur when sd card is
unplugged during data transfer. These interrupts are currently ignored
by the interrupt handler. But, this results in card not being
recognised on subsequent insertion. This is because mmcqd is waiting
forever for the data transfer(for which error occurred) to complete.
Fix this, by reporting BADA, DEB, CEB errors to mmc-core as -EILSEQ, so
that the core can do appropriate handling.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Tested-by: Andreas Fenkart <afenkart@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/omap_hsmmc.c