]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmc: davinci_mmc: report all possible bus widths
authorBastien Curutchet <bastien.curutchet@bootlin.com>
Thu, 11 Jul 2024 08:18:38 +0000 (10:18 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 11 Jul 2024 15:59:22 +0000 (17:59 +0200)
commitca04fff3886d449a6549929d487b4179214144fd
tree8024e9f08224818fbda630f5b1c8d0bd1e7583c3
parent796826bc61b60212570f6795b97bdef64bc16749
mmc: davinci_mmc: report all possible bus widths

A dev_info() at probe's end() report the supported bus width. It never
reports 8-bits width while the driver can handle it.

Update the info message at then end of the probe to report the use of
8-bits data when needed.

Signed-off-by: Bastien Curutchet <bastien.curutchet@bootlin.com>
Link: https://lore.kernel.org/r/20240711081838.47256-3-bastien.curutchet@bootlin.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/davinci_mmc.c