Re: [PATCH] mmc: sdhci: Fix FSL ESDHC reset handling quirk

2014-12-09 Thread Alessio Igor Bogani
Hi, On 5 December 2014 at 13:07, Dong Aisheng wrote: > On Fri, Dec 5, 2014 at 5:58 PM, Alessio Igor Bogani > wrote: [...] >> This patch partially reverts the above mentioned commit and make >> SDHCI_QUIRK_RESTORE_IRQS_AFTER_RESET dependency explicit in both drivers. > >

[PATCH] mmc: sdhci: Fix FSL ESDHC reset handling quirk

2014-12-09 Thread Alessio Igor Bogani
imx driver only. Unfortunately the same controller is used in other boards which use the of-esdhc driver instead (like powerpc P2020). Restore interrupts after reset in the sdhci-of-esdhc driver also. Signed-off-by: Alessio Igor Bogani --- drivers/mmc/host/sdhci-of-esdhc.c | 10 +- 1 fi

[PATCH] mmc: sdhci: Fix FSL ESDHC reset handling quirk

2014-12-05 Thread Alessio Igor Bogani
imx driver only. Unfortunately the same controller is used in other boards which use the of-esdhc driver instead (like powerpc P2020). This patch partially reverts the above mentioned commit and make SDHCI_QUIRK_RESTORE_IRQS_AFTER_RESET dependency explicit in both drivers. Signed-off-by: Alessio I