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)
Tue, Apr 15, 10:51 AM
Unknown Object (File)
Apr 6 2025, 8:19 AM
Unknown Object (File)
Mar 18 2025, 8:48 AM
Unknown Object (File)
Feb 4 2025, 1:26 AM
Unknown Object (File)
Jan 12 2025, 6:16 PM
Unknown Object (File)
Oct 7 2024, 4:19 AM
Unknown Object (File)
Oct 2 2024, 2:10 PM
Unknown Object (File)
Oct 1 2024, 6:55 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).