Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mmc: renesas_sdhi: Enable 64-bit polling mode

Enable 64-bit polling mode for R-Car gen3 and RZ/G2L SoCs.

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20250730164618.233117-3-biju.das.jz@bp.renesas.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Biju Das and committed by
Ulf Hansson
709fe7aa 74f44ad0

+2 -1
+2 -1
drivers/mmc/host/renesas_sdhi_internal_dmac.c
··· 107 107 108 108 static const struct renesas_sdhi_of_data of_data_rcar_gen3 = { 109 109 .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT | TMIO_MMC_CLK_ACTUAL | 110 - TMIO_MMC_HAVE_CBSY | TMIO_MMC_MIN_RCAR2, 110 + TMIO_MMC_HAVE_CBSY | TMIO_MMC_MIN_RCAR2 | 111 + TMIO_MMC_64BIT_DATA_PORT, 111 112 .capabilities = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ | 112 113 MMC_CAP_CMD23 | MMC_CAP_WAIT_WHILE_BUSY, 113 114 .capabilities2 = MMC_CAP2_NO_WRITE_PROTECT | MMC_CAP2_MERGE_CAPABLE,