Re: [PATCH v2 1/2] mmc: sdhci: Add new quirks for SUPPORT_SINGLE

2022-10-24 Thread Jaehoon Chung
On 9/9/22 16:23, Kunihiko Hayashi wrote: > This patch defines a quirk to disable the block count > for single block transactions. > > This is similar to Linux kernel commit d3fc5d71ac4d > ("mmc: sdhci: add a quirk for single block transactions"). > > Signed-off-by: Kunihiko Hayashi >

[PATCH v2 1/2] mmc: sdhci: Add new quirks for SUPPORT_SINGLE

2022-09-09 Thread Kunihiko Hayashi
This patch defines a quirk to disable the block count for single block transactions. This is similar to Linux kernel commit d3fc5d71ac4d ("mmc: sdhci: add a quirk for single block transactions"). Signed-off-by: Kunihiko Hayashi Reviewed-by: Jaehoon Chung --- drivers/mmc/sdhci.c | 8 +---