Regulator framework doens't like turning off already turned off
regulators, so we get panic on AllWinner boards.
Details
Details
- Reviewers
imp - Commits
- rS335367: Don't try to turn power down MMC bus if it is already down
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/cam/mmc/mmc_xpt.c | ||
---|---|---|
585 ↗ | (On Diff #44038) | I'm not sure we're allowed to sleep here... But there's many other places we sleep so I'm not going to hold things up for that. |
sys/cam/mmc/mmc_xpt.c | ||
---|---|---|
585 ↗ | (On Diff #44038) | Strictly speaking, no sleeps should be here. But yes, eliminating sleeps is another problem. |