mbox series

[v3,0/2] fix the sdio device DATA/CMD CRC and Timeout issue after tuning

Message ID 20221223025022.1893102-1-haibo.chen@nxp.com
Headers show
Series fix the sdio device DATA/CMD CRC and Timeout issue after tuning | expand

Message

Bough Chen Dec. 23, 2022, 2:50 a.m. UTC
From: Haibo Chen <haibo.chen@nxp.com>

V3:
  - involve init_card() callback instead of change the common code.

V2:
  - drop the dts/dt-binding change, since this is one IC limitation,
    so handle this directlly in driver.
  - simply the auto tuning code logic.
  - To detect the SDIO device in host driver side, add some change
    in common code, move host->card = card a bit upper.

Haibo Chen (2):
  mmc: sdhci-esdhc-imx: simplify the auto tuning logic
  mmc: sdhci-esdhc-imx: only enable DAT[0] and CMD line auto tuning for
    SDIO device

 drivers/mmc/host/sdhci-esdhc-imx.c | 66 ++++++++++++++++++++++++++----
 1 file changed, 57 insertions(+), 9 deletions(-)

Comments

Ulf Hansson Jan. 2, 2023, 3:06 p.m. UTC | #1
On Fri, 23 Dec 2022 at 03:50, <haibo.chen@nxp.com> wrote:
>
> From: Haibo Chen <haibo.chen@nxp.com>
>
> V3:
>   - involve init_card() callback instead of change the common code.
>
> V2:
>   - drop the dts/dt-binding change, since this is one IC limitation,
>     so handle this directlly in driver.
>   - simply the auto tuning code logic.
>   - To detect the SDIO device in host driver side, add some change
>     in common code, move host->card = card a bit upper.
>
> Haibo Chen (2):
>   mmc: sdhci-esdhc-imx: simplify the auto tuning logic
>   mmc: sdhci-esdhc-imx: only enable DAT[0] and CMD line auto tuning for
>     SDIO device
>
>  drivers/mmc/host/sdhci-esdhc-imx.c | 66 ++++++++++++++++++++++++++----
>  1 file changed, 57 insertions(+), 9 deletions(-)
>

Applied for next, thanks!

Kind regards
Uffe