stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] mmc: sdhci: Handle auto-command errors
@ 2019-04-23  8:50 Kaiyen Chang
  2019-04-23 12:34 ` Greg KH
  2019-04-23 13:42 ` Sasha Levin
  0 siblings, 2 replies; 6+ messages in thread
From: Kaiyen Chang @ 2019-04-23  8:50 UTC (permalink / raw)
  To: stable, adrian.hunter, ulf.hansson; +Cc: Kaiyen Chang

    Existing data command CRC error handling on kernel 4.20 stable branch
    is non-standard and does not work with some Intel host controllers.
    Specifically, the assumption that the host controller will continue
    operating normally after the error interrupt, is not valid. So we
    suggest cherry-pick the 3 patches listed below to kernel 4.20 stable
    branch, which can change the driver to handle the error in the same
    manner as a data CRC error.

    4bf7809: mmc: sdhci: Fix data command CRC error handling
    869f8a6: mmc: sdhci: Rename SDHCI_ACMD12_ERR and SDHCI_INT_ACMD12ERR
    af849c8: mmc: sdhci: Handle auto-command errors

    All of the patches above have landed on kernel 5.0 stable branch.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-04-24 12:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-23  8:50 [PATCH v1] mmc: sdhci: Handle auto-command errors Kaiyen Chang
2019-04-23 12:34 ` Greg KH
2019-04-24  1:16   ` Chang, Kaiyen
2019-04-23 13:42 ` Sasha Levin
2019-04-24  2:55   ` Chang, Kaiyen
2019-04-24 12:58     ` Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).