mbox series

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

Message ID 1628232901-30897-1-git-send-email-sartgarg@codeaurora.org
Headers show
Series Introduce max_timeout_count in sdhci_host for vendor needs | expand

Message

Sarthak Garg Aug. 6, 2021, 6:54 a.m. UTC
Introduce max_timeout_count in sdhci_host_struct to let vendor's modify
the max timeout value as per their needs.

Sahitya Tummala (1):
  mmc: sdhci-msm: Use maximum possible data timeout value

Sarthak Garg (1):
  mmc: sdhci: Introduce max_timeout_count variable in sdhci_host

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

Comments

Ulf Hansson Aug. 16, 2021, 1:59 p.m. UTC | #1
On Fri, 6 Aug 2021 at 08:55, Sarthak Garg <sartgarg@codeaurora.org> wrote:
>

> Introduce max_timeout_count in sdhci_host_struct to let vendor's modify

> the max timeout value as per their needs.

>

> Sahitya Tummala (1):

>   mmc: sdhci-msm: Use maximum possible data timeout value

>

> Sarthak Garg (1):

>   mmc: sdhci: Introduce max_timeout_count variable in sdhci_host

>

>  drivers/mmc/host/sdhci-msm.c |  3 +++

>  drivers/mmc/host/sdhci.c     | 16 +++++++++-------

>  drivers/mmc/host/sdhci.h     |  1 +

>  3 files changed, 13 insertions(+), 7 deletions(-)

>

> --

> 2.7.4

>


Applied for next, thanks!

Kind regards
Uffe