Details
Details
- Reviewers
jsihv_gmx.com - Group Reviewers
riscv - Commits
- rGc8b472aa4b9d: jh7110: enable MMC driver
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/dev/mmc/host/dwmmc_starfive.c | ||
---|---|---|
46 | Where does this number come from? |
sys/dev/mmc/host/dwmmc_starfive.c | ||
---|---|---|
46 | It's the actual frequency this clock has in vendor's kernel |
sys/dev/mmc/host/dwmmc_starfive.c | ||
---|---|---|
46 | Why isn't it using the frequency in the mmc_ios? |
sys/dev/mmc/host/dwmmc_starfive.c | ||
---|---|---|
46 | I had made tests with more complicated algorithms here. At some point merely reading ios->clock caused a crash. Somehow I had eventually dispensed a now obvious looking solution to get the frequency from there. |