Re: [PATCH v2 3/8] mmc: msm_sdhci: work around a bug when writing

2024-05-28 Thread Neil Armstrong
On 27/05/2024 19:17, Caleb Connolly wrote: For some unknown reason, writes of larger than 1 block always fail with a checksum error on Qualcomm v5 controllers. Until this is resolved, work around the issue by setting b_max to 1 for these controllers. Signed-off-by: Caleb Connolly --- drivers

[PATCH v2 3/8] mmc: msm_sdhci: work around a bug when writing

2024-05-27 Thread Caleb Connolly
For some unknown reason, writes of larger than 1 block always fail with a checksum error on Qualcomm v5 controllers. Until this is resolved, work around the issue by setting b_max to 1 for these controllers. Signed-off-by: Caleb Connolly --- drivers/mmc/msm_sdhci.c | 7 +++ 1 file changed,