Re: [PATCH] mmc: rockchip_sdhci: Revert 4 blocks PIO mode read limit for RK35xx

2024-03-27 Thread Jonas Karlman
Hi Quentin, On 2024-03-27 09:56, Quentin Schulz wrote: > Hi Jonas, > > On 3/27/24 00:35, Jonas Karlman wrote: >> The commit 2cc6cde647e2 ("mmc: rockchip_sdhci: Limit number of blocks >> read in a single command") introduced a limit of number of blocks to >> read to fix a Data End Bit Error on RK3

Re: [PATCH] mmc: rockchip_sdhci: Revert 4 blocks PIO mode read limit for RK35xx

2024-03-27 Thread Dragan Simic
On 2024-03-27 09:56, Quentin Schulz wrote: On 3/27/24 00:35, Jonas Karlman wrote: The commit 2cc6cde647e2 ("mmc: rockchip_sdhci: Limit number of blocks read in a single command") introduced a limit of number of blocks to read to fix a Data End Bit Error on RK3568 and RK3588. This had a side affe

Re: [PATCH] mmc: rockchip_sdhci: Revert 4 blocks PIO mode read limit for RK35xx

2024-03-27 Thread Quentin Schulz
Hi Jonas, On 3/27/24 00:35, Jonas Karlman wrote: The commit 2cc6cde647e2 ("mmc: rockchip_sdhci: Limit number of blocks read in a single command") introduced a limit of number of blocks to read to fix a Data End Bit Error on RK3568 and RK3588. This had a side affect of significant slowing down re

[PATCH] mmc: rockchip_sdhci: Revert 4 blocks PIO mode read limit for RK35xx

2024-03-26 Thread Jonas Karlman
The commit 2cc6cde647e2 ("mmc: rockchip_sdhci: Limit number of blocks read in a single command") introduced a limit of number of blocks to read to fix a Data End Bit Error on RK3568 and RK3588. This had a side affect of significant slowing down reading FIT from eMMC. After the commit 6de9d7b2f13c