Page MenuHomeFreeBSD

Miscellaneous fixes and improvements to MMCCAM stack
ClosedPublic

Authored by kibab on Aug 23 2017, 7:49 PM.
Tags
None
Referenced Files
F110349769: D12109.diff
Mon, Feb 17, 4:35 AM
Unknown Object (File)
Jan 10 2025, 5:00 AM
Unknown Object (File)
Sep 29 2024, 5:18 AM
Unknown Object (File)
Sep 26 2024, 2:03 PM
Unknown Object (File)
Sep 22 2024, 5:23 AM
Unknown Object (File)
Sep 21 2024, 5:09 PM
Unknown Object (File)
Sep 19 2024, 1:22 AM
Unknown Object (File)
Sep 18 2024, 11:19 PM
Subscribers
None

Details

Summary
  • Demote the level of several debug messages to CAM_DEBUG_TRACE;
  • Add detection for SDHC cards that can do 1.8V. No voltage switch sequence is issued yet;
  • Don't create a separate LUN for each SDIO function. We need just one to make pass(4) attach;
  • Remove obsolete mmc_sdio* files. SDIO functionality will be moved into the separate device that will manage a new sdio(4) bus;
  • Terminate probing if got no reply to CMD0;
  • Make bcm2835 SDHCI host controller driver compile with 'option MMCCAM'.
Test Plan

build kernel with MMCCAM option and without 'device mmc' and 'device mmcsd'

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 11212
Build 11590: arc lint + arc unit

Event Timeline

kibab retitled this revision from Miscellaneos fixes and improvements to MMCCAM stack: to Miscellaneous fixes and improvements to MMCCAM stack.
This revision is now accepted and ready to land.Sep 11 2017, 8:55 PM
This revision was automatically updated to reflect the committed changes.