]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: atmel-mci: save and restore sdioirq when soft reset is performed
authorLudovic Desroches <ludovic.desroches@atmel.com>
Thu, 9 Feb 2012 10:55:29 +0000 (11:55 +0100)
committerChris Ball <cjb@laptop.org>
Tue, 14 Feb 2012 01:39:05 +0000 (20:39 -0500)
commit73066d273259d423d7261fbf876a19fb2b52831f
treef7d12e7061397d3b2c3747572f84cd19e504a75a
parent68ed09a8d196b4a2a7331c1f59f4c8460a62d9d7
mmc: atmel-mci: save and restore sdioirq when soft reset is performed

Sometimes a software reset is needed. Then some registers are saved and
restored but the interrupt mask register is missing. It causes issues
with sdio devices whose interrupts are masked after reset.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/atmel-mci.c