mbox series

[5.5.18,0/2] Fix for long operation cmds busy detection

Message ID 1587573178-30326-1-git-send-email-skomatineni@nvidia.com (mailing list archive)
Headers show
Series Fix for long operation cmds busy detection | expand

Message

Sowjanya Komatineni April 22, 2020, 4:32 p.m. UTC
This series is to backport the upstream patches that fixes busy detection
for long operation mmc commands by implementing Tegra specific timeout
callback to switch between finite and infinite HW busy detection wait
modes.


Sowjanya Komatineni (2):
  sdhci: tegra: Implement Tegra specific set_timeout callback
  sdhci: tegra: Enable MMC_CAP_WAIT_WHILE_BUSY host capability

 drivers/mmc/host/sdhci-tegra.c | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Comments

Greg KH April 23, 2020, 6:44 a.m. UTC | #1
On Wed, Apr 22, 2020 at 09:32:56AM -0700, Sowjanya Komatineni wrote:
> This series is to backport the upstream patches that fixes busy detection
> for long operation mmc commands by implementing Tegra specific timeout
> callback to switch between finite and infinite HW busy detection wait
> modes.
> 
> 
> Sowjanya Komatineni (2):
>   sdhci: tegra: Implement Tegra specific set_timeout callback
>   sdhci: tegra: Enable MMC_CAP_WAIT_WHILE_BUSY host capability
> 
>  drivers/mmc/host/sdhci-tegra.c | 33 +++++++++++++++++++++++++++++++++
>  1 file changed, 33 insertions(+)

5.5.y is end-of-life, no one should be using it anymore, nor can I add
any more patches to it, sorry.

greg k-h