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 Passed - Unit
No Test Coverage - Build Status
Buildable 57147 Build 54035: arc lint + arc unit
Event Timeline
sys/dev/mmc/host/dwmmc_starfive.c | ||
---|---|---|
47 | Where does this number come from? |
sys/dev/mmc/host/dwmmc_starfive.c | ||
---|---|---|
47 | It's the actual frequency this clock has in vendor's kernel |
sys/dev/mmc/host/dwmmc_starfive.c | ||
---|---|---|
47 | Why isn't it using the frequency in the mmc_ios? |
sys/dev/mmc/host/dwmmc_starfive.c | ||
---|---|---|
47 | 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. |