Re: [PATCH v2 RESEND] mmc: dw_mmc: reset controller after data error

2024-01-17 Thread Jaehoon Chung
On 6/19/23 19:33, Eugen Hristev wrote: > From: Ziyuan Xu > > Per dw_mmc databook, it's recommended to reset the host controller if > some data-related error occurred. > Implement a reset mechanism. > > Signed-off-by: Ziyuan Xu > Co-developed-by: Jason Zhu > Signed-off-by: Jason Zhu > [eugen.h

Re: [PATCH v2 RESEND] mmc: dw_mmc: reset controller after data error

2023-11-22 Thread Tom Fitzhenry
Kever Yang writes: >     Could you have a try with rockchip vendor U-Boot, maybe still some > other fixes are missing in mainline U-Boot mmc driver. Sorry, I just realised I sent this message as a reply to the patch, rather than against the bug report[0]. I have tested the vendor u-boot, and f

Re: [PATCH v2 RESEND] mmc: dw_mmc: reset controller after data error

2023-10-07 Thread Kever Yang
On 2023/6/19 18:33, Eugen Hristev wrote: From: Ziyuan Xu Per dw_mmc databook, it's recommended to reset the host controller if some data-related error occurred. Implement a reset mechanism. Signed-off-by: Ziyuan Xu Co-developed-by: Jason Zhu Signed-off-by: Jason Zhu [eugen.hris...@collabo

Re: [PATCH v2 RESEND] mmc: dw_mmc: reset controller after data error

2023-10-07 Thread Kever Yang
Hi Tom,     Could you have a try with rockchip vendor U-Boot, maybe still some other fixes are missing in mainline U-Boot mmc driver. Thanks, - Kever On 2023/10/7 22:37, Tom Fitzhenry wrote: I am able to reproduce this on RK3588 QuartzPro64. I thought "[PATCH v2 RESEND] mmc: d

Re: [PATCH v2 RESEND] mmc: dw_mmc: reset controller after data error

2023-10-07 Thread Tom Fitzhenry
I am able to reproduce this on RK3588 QuartzPro64. I thought "[PATCH v2 RESEND] mmc: dw_mmc: reset controller after data error"[0] might fix this, but after applying that, I am still able to reproduce the issue. 0. https://lore.kernel.org/u-boot/20230619103347.278004-1-

Re: [PATCH v2 RESEND] mmc: dw_mmc: reset controller after data error

2023-09-21 Thread Eugen Hristev
On 6/19/23 13:33, Eugen Hristev wrote: From: Ziyuan Xu Per dw_mmc databook, it's recommended to reset the host controller if some data-related error occurred. Implement a reset mechanism. Signed-off-by: Ziyuan Xu Co-developed-by: Jason Zhu Signed-off-by: Jason Zhu [eugen.hris...@collabora.c

[PATCH v2 RESEND] mmc: dw_mmc: reset controller after data error

2023-06-19 Thread Eugen Hristev
From: Ziyuan Xu Per dw_mmc databook, it's recommended to reset the host controller if some data-related error occurred. Implement a reset mechanism. Signed-off-by: Ziyuan Xu Co-developed-by: Jason Zhu Signed-off-by: Jason Zhu [eugen.hris...@collabora.com: modified a bit the variables initiali