Page MenuHomeFreeBSD

sdhci: allow setting MMC capabilities before sdhci_init_slot
ClosedPublic

Authored by mw on May 31 2021, 7:51 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 29, 10:06 AM
Unknown Object (File)
Wed, Jan 29, 9:45 AM
Unknown Object (File)
Jan 16 2025, 7:46 PM
Unknown Object (File)
Dec 28 2024, 1:36 AM
Unknown Object (File)
Dec 3 2024, 3:12 AM
Unknown Object (File)
Dec 1 2024, 2:46 PM
Unknown Object (File)
Nov 23 2024, 1:30 AM
Unknown Object (File)
Nov 21 2024, 7:05 PM
Subscribers

Details

Summary

With this change the host controller drivers can set the MMC capabilities
(e.g. using mmc_fdt_parse() helper) before calling sdhci_init_slot().
This way the configuration dump (eg. in bootverbose) can include the
possible additional information.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable