[PATCH] mmc: sdhci-iproc: suppress spurious interrupt with Multiblock read
From: Srinath Mannam <hidden>
Date: 2017-05-22 11:53:01
Also in:
linux-mmc, lkml
From: Srinath Mannam <hidden>
Date: 2017-05-22 11:53:01
Also in:
linux-mmc, lkml
On Fri, May 19, 2017 at 11:55 AM, Adrian Hunter [off-list ref] wrote:
On 18/05/17 19:57, Srinath Mannam wrote:quoted
The stingray SDHCI hardware supports ACMD12 and automatically issues after multi block transfer completed. If ACMD12 in SDHCI is disabled, spurious tx done interrupts are seen on multi block read command with below error message: Got data interrupt 0x00000002 even though no data operation was in progress. This patch uses SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 to enable ACM12 support in SDHCI hardware and suppress spurious interrupt. Signed-off-by: Srinath Mannam <redacted> Reviewed-by: Ray Jui <redacted> Reviewed-by: Scott Branden <scott.branden@broadcom.com>Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Thanks Adrian... Will it be possible to take this for Linux-4.12?? Regards, Srinath