[PATCH v2 00/30] mci: imx-esdhc: add HS200 support
Sascha Hauer
s.hauer at pengutronix.de
Thu May 8 00:30:33 PDT 2025
On Wed, 07 May 2025 10:21:39 +0200, Ahmad Fatoum wrote:
> On my i.MX8MP board this increases sequential read nearly from
> 72 MiB/s to 131 MiB/s.
>
> I also got HS400ES running, but it gives me occasional CRC errors, so
> this series only concerns itself with HS200 for now.
>
> v1 -> v2:
> - use correct speed comparison in commit message. v1 had KASAN
> and DMA_API_DEBUG enabled..
> - define and use new sdhci_compute_timeout helper (Sascha)
> - remove superfluous comment about clearing bits (Sascha)
> - always populate delay settings in boarddata (Sascha)
> - reduce number of Linux SDHCI quirks mentioned in commit
> message to 51 (Sascha)
>
> [...]
Applied, thanks!
[01/30] mci: sdhci: fix SDHCI_TRNS_AUTO_CMD12 definition
https://git.pengutronix.de/cgit/barebox/commit/?id=3854b61a6eb2 (link may not be stable)
[02/30] mci: move most recent I/O settings into mci_host::ios
https://git.pengutronix.de/cgit/barebox/commit/?id=365b66461683 (link may not be stable)
[03/30] mci: use struct mci_host::ios inside mci_set_ios
https://git.pengutronix.de/cgit/barebox/commit/?id=103d060182d0 (link may not be stable)
[04/30] mci: tuning: fix fallback to DDR52
https://git.pengutronix.de/cgit/barebox/commit/?id=3cf0ddbd3f19 (link may not be stable)
[05/30] mci: sdhci: unmap DMA buffers on timeout
https://git.pengutronix.de/cgit/barebox/commit/?id=ce6ff8b4be4d (link may not be stable)
[06/30] mci: add MMC_CAP_UHS constants
https://git.pengutronix.de/cgit/barebox/commit/?id=88f55d158d33 (link may not be stable)
[07/30] mci: rename MMC_CAP_MMC_x_yV_DDR to MMC_CAP_x_yV_DDR as in Linux
https://git.pengutronix.de/cgit/barebox/commit/?id=b8b702948038 (link may not be stable)
[08/30] mci: compare host and card caps for supported speeds
https://git.pengutronix.de/cgit/barebox/commit/?id=a242a89a274f (link may not be stable)
[09/30] mci: print HS200 capabilities in devinfo
https://git.pengutronix.de/cgit/barebox/commit/?id=d3882ad438fc (link may not be stable)
[10/30] mci: respect no-1-8-v OF property
https://git.pengutronix.de/cgit/barebox/commit/?id=50c62ba74801 (link may not be stable)
[11/30] mci: sdhci: add support for struct mci_data::timeout_ns
https://git.pengutronix.de/cgit/barebox/commit/?id=bbecd0b7bb7e (link may not be stable)
[12/30] mci: imx-esdhc: use unsigned types where appropriate
https://git.pengutronix.de/cgit/barebox/commit/?id=e535fc5d3e83 (link may not be stable)
[13/30] mci: imx-esdhc: implement esdhc_poll using sdhci_read32_poll_timeout
https://git.pengutronix.de/cgit/barebox/commit/?id=02986964885c (link may not be stable)
[14/30] mci: imx-esdhc: drop one extra read of SDHCI_INT_STATUS
https://git.pengutronix.de/cgit/barebox/commit/?id=a1aa6df5f81f (link may not be stable)
[15/30] mci: sdhci: add cmd parameter to sdhci_transfer_*
https://git.pengutronix.de/cgit/barebox/commit/?id=f35385a1ccaa (link may not be stable)
[16/30] mci: arasan: introduce mmc_op_tuning helper
https://git.pengutronix.de/cgit/barebox/commit/?id=60c69c089fee (link may not be stable)
[17/30] mci: imx-esdhc: flesh out register description
https://git.pengutronix.de/cgit/barebox/commit/?id=a92af4b8188b (link may not be stable)
[18/30] mci: imx-esdhc: add support for delay/tuning properties in DT
https://git.pengutronix.de/cgit/barebox/commit/?id=fadd0942f11d (link may not be stable)
[19/30] mci: add mci_set_timing helper
https://git.pengutronix.de/cgit/barebox/commit/?id=663eb4f5b8df (link may not be stable)
[20/30] mci: imx-esdhc: add support for setting drive strength
https://git.pengutronix.de/cgit/barebox/commit/?id=ab10a18526e1 (link may not be stable)
[21/30] mci: sdhci: move SDHCI_MAKE_BLKSZ definition to header
https://git.pengutronix.de/cgit/barebox/commit/?id=f37f0ab77c79 (link may not be stable)
[22/30] mci: imx-esdhc: select different pinctrl state depending on frequency
https://git.pengutronix.de/cgit/barebox/commit/?id=8395625eec32 (link may not be stable)
[23/30] mci: core: retry MMC_CMD_SET_BLOCKLEN up to 4 times
https://git.pengutronix.de/cgit/barebox/commit/?id=3f1a9f9037e4 (link may not be stable)
[24/30] mci: imx-esdhc: don't reconfigure clock unless required
https://git.pengutronix.de/cgit/barebox/commit/?id=fe803b9faaf8 (link may not be stable)
[25/30] mci: sdhci: fix sdhci_transfer_data MMC_SEND_TUNING compatibility
https://git.pengutronix.de/cgit/barebox/commit/?id=12d4384a64cc (link may not be stable)
[26/30] mci: core: implement mmc_send_tuning
https://git.pengutronix.de/cgit/barebox/commit/?id=8adfce51b38d (link may not be stable)
[27/30] mci: imx-esdhc: set burst_length_enable
https://git.pengutronix.de/cgit/barebox/commit/?id=30a7d2c657fa (link may not be stable)
[28/30] mci: imx-esdhc: fixup quirks in standard SDHCI registers
https://git.pengutronix.de/cgit/barebox/commit/?id=cb831446eb5f (link may not be stable)
[29/30] mci: sdhci: support Linux SDHCI_QUIRK2_BROKEN_HS200 flag
https://git.pengutronix.de/cgit/barebox/commit/?id=72a71ebb5f91 (link may not be stable)
[30/30] mci: imx-esdhc: implement HS200 support
https://git.pengutronix.de/cgit/barebox/commit/?id=bfcae5ddd3d3 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer at pengutronix.de>
More information about the barebox
mailing list