mbox series

[0/3] mmc: core: Update timeouts for __mmc_switch()

Message ID 20200122142747.5690-1-ulf.hansson@linaro.org (mailing list archive)
Headers show
Series mmc: core: Update timeouts for __mmc_switch() | expand

Message

Ulf Hansson Jan. 22, 2020, 2:27 p.m. UTC
This small series updates timeouts used when sending CMD6 for eMMC, through the
__mmc_switch() function.

Ulf Hansson (3):
  mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMC
  mmc: block: Use generic_cmd6_time when modifying
    INAND_CMD38_ARG_EXT_CSD
  mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()

 drivers/mmc/core/block.c   |  6 +++---
 drivers/mmc/core/mmc_ops.c | 34 +++++++++++++++++-----------------
 2 files changed, 20 insertions(+), 20 deletions(-)

Comments

Ulf Hansson Jan. 24, 2020, 11:25 a.m. UTC | #1
On Wed, 22 Jan 2020 at 15:27, Ulf Hansson <ulf.hansson@linaro.org> wrote:
>
> This small series updates timeouts used when sending CMD6 for eMMC, through the
> __mmc_switch() function.
>
> Ulf Hansson (3):
>   mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMC
>   mmc: block: Use generic_cmd6_time when modifying
>     INAND_CMD38_ARG_EXT_CSD
>   mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()
>
>  drivers/mmc/core/block.c   |  6 +++---
>  drivers/mmc/core/mmc_ops.c | 34 +++++++++++++++++-----------------
>  2 files changed, 20 insertions(+), 20 deletions(-)
>
> --
> 2.17.1
>

To widen the test cases, I have queued up this for next, also by
amending patch3 for fixing some spelling mistakes in the changelog.

Please tell if you see any problems with this and feel free to provide
tested by tags.

Kind regards
Uffe