mbox series

[v4,0/2] mmc: {tmio,renesas_sdhi}: fix tuning behavior

Message ID 20180724145138.26536-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive)
Headers show
Series mmc: {tmio,renesas_sdhi}: fix tuning behavior | expand

Message

Niklas Söderlund July 24, 2018, 2:51 p.m. UTC
Hi,

Tuning failed on my R-Car H3 ES2.0 board using latest mmc/next while the
Renesas BSP kernel worked. After some digging I found patches in the BSP
which remedied this and whit these applied tuning now works for me.

I have done small fixes, updated commit messages and rebased on latest
mmc/next but Hayakawa-san did all the real work. This change helped me
to successfully tune a stubborn card I have had trouble in the past to
get to work.

Since v3 of this patchset I have dropped 2 patches as they requier more 
work as HS400 have been merged since the initial posting. These two 
patches stand alone still fixes tuning issues so while work continues on 
the dropped two these two are ready for upstream consumption.

Masaharu Hayakawa (1):
  mmc: tmio: Fix tuning flow

Niklas Söderlund (1):
  mmc: renesas_sdhi: Fix sampling clock position selecting

 drivers/mmc/host/renesas_sdhi_core.c | 12 ++++++++++++
 drivers/mmc/host/tmio_mmc_core.c     |  2 --
 2 files changed, 12 insertions(+), 2 deletions(-)

Comments

Ulf Hansson July 30, 2018, 3:06 p.m. UTC | #1
On 24 July 2018 at 16:51, Niklas Söderlund
<niklas.soderlund+renesas@ragnatech.se> wrote:
> Hi,
>
> Tuning failed on my R-Car H3 ES2.0 board using latest mmc/next while the
> Renesas BSP kernel worked. After some digging I found patches in the BSP
> which remedied this and whit these applied tuning now works for me.
>
> I have done small fixes, updated commit messages and rebased on latest
> mmc/next but Hayakawa-san did all the real work. This change helped me
> to successfully tune a stubborn card I have had trouble in the past to
> get to work.
>
> Since v3 of this patchset I have dropped 2 patches as they requier more
> work as HS400 have been merged since the initial posting. These two
> patches stand alone still fixes tuning issues so while work continues on
> the dropped two these two are ready for upstream consumption.
>
> Masaharu Hayakawa (1):
>   mmc: tmio: Fix tuning flow
>
> Niklas Söderlund (1):
>   mmc: renesas_sdhi: Fix sampling clock position selecting
>
>  drivers/mmc/host/renesas_sdhi_core.c | 12 ++++++++++++
>  drivers/mmc/host/tmio_mmc_core.c     |  2 --
>  2 files changed, 12 insertions(+), 2 deletions(-)
>
> --
> 2.18.0
>

Thanks, applied for next!

Kind regards
Uffe