mbox series

[V1,0/2] Introduce max_timeout_count in sdhci_host for vendor needs

Message ID 1626444182-2187-1-git-send-email-sartgarg@codeaurora.org (mailing list archive)
Headers show
Series Introduce max_timeout_count in sdhci_host for vendor needs | expand

Message

Sarthak Garg July 16, 2021, 2:03 p.m. UTC
Introduce max_timeout_count in sdhci_host_struct to let vendor's modify
the max timeout value as per their needs.

Sarthak Garg (2):
  mmc: sdhci: Introduce max_timeout_count variable in sdhci_host
  mmc: sdhci-msm: Use maximum possible data timeout value

 drivers/mmc/host/sdhci-msm.c |  3 +++
 drivers/mmc/host/sdhci.c     | 15 +++++++++------
 drivers/mmc/host/sdhci.h     |  1 +
 3 files changed, 13 insertions(+), 6 deletions(-)