HomeFreeBSD

mmccam: Add two new XPT for MMC and use them in mmc_sim and sdhci

Description

mmccam: Add two new XPT for MMC and use them in mmc_sim and sdhci

For the discovery phase of SD/eMMC we need to do some transaction in a async
way.
The classic CAM XPT_{GET,SET}_TRAN_SETTING cannot be used in a async way.
This also allow us to split the discovery phase into a more complete state
machine and we don't mtx_sleep with a random number to wait for completion
of the tasks.
For mmc_sim we now do the SET_TRAN_SETTING in a taskqueue so we can call
the needed function for regulators/clocks without the cam lock(s). This part is
still needed to be done for sdhci.
We also now save the host OCR in the discovery phase as it wasn't done before and
only worked because the same ccb was reused.

Reviewed by: imp, kibab, bz
Differential Revision: https://reviews.freebsd.org/D30038

(cherry picked from commit af2253f61c43a7608cdf6995701c1dc361320064)

Details

Provenance
manuAuthored on Apr 29 2021, 3:48 PM
Reviewer
imp
Differential Revision
D30038: mmccam: Add two new XPT for MMC and use them in mmc_sim and sdhci
Parents
rG4292390bd62f: modules: Only build sdhci_fdt for arm and arm64
Branches
Unknown
Tags
Unknown