Page MenuHomeFreeBSD

SDHCI: Add support for 8-bit bus width.
ClosedPublic

Authored by mmel on Feb 21 2015, 7:30 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 13 2025, 11:51 AM
Unknown Object (File)
Sep 13 2025, 11:39 AM
Unknown Object (File)
Aug 18 2025, 2:57 AM
Unknown Object (File)
Aug 6 2025, 9:09 AM
Unknown Object (File)
Aug 6 2025, 8:03 AM
Unknown Object (File)
Jun 28 2025, 9:29 AM
Unknown Object (File)
Jun 18 2025, 12:57 PM
Unknown Object (File)
Jun 4 2025, 4:46 PM
Subscribers
None

Details

Reviewers
imp
ian
Summary

Detect, report and use 8-bit bus if is available.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

mmel retitled this revision from to SDHCI: Add support for 8-bit bus width..
mmel updated this object.
mmel edited the test plan for this revision. (Show Details)
mmel added reviewers: ian, imp.
mmel set the repository for this revision to rS FreeBSD src repository - subversion.
imp edited edge metadata.

This looks good to me, assuming that the higher levels support 8-bit busses, switching to them, etc.

This revision is now accepted and ready to land.Feb 21 2015, 2:18 PM
ian edited edge metadata.

This looks good to me. The upper layers were already handling 8-bit for the one 8-bit controller we had (beaglebone). Now we're positioned to handle it for all sdhci controllers that can do 8 bit.

Closed by commit rS279360 (authored by @ian).