mbox series

[0/2] mmc: host: tmio/renesas_sdhi: Add data timeout error detection

Message ID 1608708622-29668-1-git-send-email-yoshihiro.shimoda.uh@renesas.com (mailing list archive)
Headers show
Series mmc: host: tmio/renesas_sdhi: Add data timeout error detection | expand

Message

Yoshihiro Shimoda Dec. 23, 2020, 7:30 a.m. UTC
This patch series is based on the mmc.git / next branch. The patch 1/2
is a updated patch from Wolfram-san submitted [1]. And, I talked
him locally, I can write this Reviewed-by and Tested-by instead of
SoB. The patch 2/2 is a new patch for retuning a card when
the host controller detects cmd/data timeout. And, I got Wolfram-san's
Reviewed-by locally.

Note that I don't include Hayakawa-san's email account which is
the author of the patch 1/2 in To/CC because he left from Renesas
now.

[1]
https://lore.kernel.org/linux-mmc/20201120150647.123237-3-wsa+renesas@sang-engineering.com/

Masaharu Hayakawa (1):
  mmc: tmio: Add data timeout error detection

Yoshihiro Shimoda (1):
  mmc: host: renesas_sdhi: Add a condition of cmd/data timeout for
    retune

 drivers/mmc/host/renesas_sdhi_core.c | 16 +++++++++++++---
 drivers/mmc/host/tmio_mmc.h          |  2 +-
 drivers/mmc/host/tmio_mmc_core.c     |  8 +++++---
 3 files changed, 19 insertions(+), 7 deletions(-)

Comments

Ulf Hansson Jan. 13, 2021, 11:25 a.m. UTC | #1
On Wed, 23 Dec 2020 at 08:30, Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
>
> This patch series is based on the mmc.git / next branch. The patch 1/2
> is a updated patch from Wolfram-san submitted [1]. And, I talked
> him locally, I can write this Reviewed-by and Tested-by instead of
> SoB. The patch 2/2 is a new patch for retuning a card when
> the host controller detects cmd/data timeout. And, I got Wolfram-san's
> Reviewed-by locally.
>
> Note that I don't include Hayakawa-san's email account which is
> the author of the patch 1/2 in To/CC because he left from Renesas
> now.
>
> [1]
> https://lore.kernel.org/linux-mmc/20201120150647.123237-3-wsa+renesas@sang-engineering.com/
>
> Masaharu Hayakawa (1):
>   mmc: tmio: Add data timeout error detection
>
> Yoshihiro Shimoda (1):
>   mmc: host: renesas_sdhi: Add a condition of cmd/data timeout for
>     retune
>
>  drivers/mmc/host/renesas_sdhi_core.c | 16 +++++++++++++---
>  drivers/mmc/host/tmio_mmc.h          |  2 +-
>  drivers/mmc/host/tmio_mmc_core.c     |  8 +++++---
>  3 files changed, 19 insertions(+), 7 deletions(-)
>

Applied for next, thanks!

Kind regards
Uffe