mmc: dw_mmc: Remove mshc alias support
authorShawn Lin <shawn.lin@rock-chips.com>
Fri, 23 Jan 2026 12:24:09 +0000 (20:24 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 23 Feb 2026 11:06:55 +0000 (12:06 +0100)
commit8ea84b50a95f4529a78161afd9b6bc7fa9f0fc55
tree140394eb1686f7dcbe2e85d3c5728db7f47f0cf0
parent9b541ceaf5b462f852f35245add4f2d3afd579f4
mmc: dw_mmc: Remove mshc alias support

Remove the long-deprecated mshc alias support, as the mmc core already
provides alias functionality through the standard mmc alias. This eliminates
the redundant dual-alias system. The driver now obtains the controller ID
from struct mmc_host::index(supplied by mmc alias) instead of the legacy mshc
alias.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/dw_mmc.c