Re: [PATCH] mci: sdhci: fix IRQSTAT_DMAE bit shift

2013-08-26 Thread Sascha Hauer
On Sun, Aug 25, 2013 at 12:20:32AM +0200, Steffen Trumtrar wrote: According to the SD Host Controller Specification Version 3.00, the ADMA error status bit is on the wrong bit. Fix this. While at it, add the missing standard error status bits. Signed-off-by: Steffen Trumtrar

[PATCH] mci: sdhci: fix IRQSTAT_DMAE bit shift

2013-08-24 Thread Steffen Trumtrar
According to the SD Host Controller Specification Version 3.00, the ADMA error status bit is on the wrong bit. Fix this. While at it, add the missing standard error status bits. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de --- drivers/mci/sdhci.h | 4 +++- 1 file changed, 3