Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[xu4] [4.14.180-176] mmc0 dmesg spam with bus speed messages #401

Open
paralin opened this issue Aug 31, 2020 · 1 comment
Open

[xu4] [4.14.180-176] mmc0 dmesg spam with bus speed messages #401

paralin opened this issue Aug 31, 2020 · 1 comment

Comments

@paralin
Copy link

paralin commented Aug 31, 2020

Against a Odroid XU4q running 4.14.180-176 tag (current HEAD of odroidxu4-4.14.y) -

Dmesg is spammed with 4 messages, once a second. Definitely not OK.

[ 3069.842645] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 400000Hz, actual 396825HZ div = 63)
[ 3069.898673] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 300000Hz, actual 297619HZ div = 84)
[ 3069.954564] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 200000Hz, actual 200000HZ div = 125)
[ 3070.010645] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 100000Hz, actual 100000HZ div = 250)
[ 3070.490613] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 400000Hz, actual 396825HZ div = 63)
[ 3070.550598] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 300000Hz, actual 297619HZ div = 84)
[ 3070.606600] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 200000Hz, actual 200000HZ div = 125)
[ 3070.662552] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 100000Hz, actual 100000HZ div = 250)

It looks like it's checking for all of the possible bus speeds on the mmc once a second, possibly to detect if it has been hotplugged / connected (it's not). However, this log message shouldn't be spammed so much.

I will put a small patch against my own copy of Linux which removes the message, but this needs a more permanent fix.

@mdrjr
Copy link
Collaborator

mdrjr commented Sep 1, 2020

Do you have an eMMC connected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants