As discussed previously [1], some functions also should have '_can' included. This series adds that. It was build-tested locally, still waiting for buildbot results. Based on mmc/next as of today. Unlike [1], I changed 'mmc_boot_partition_access' to 'mmc_host_can_access_boot' because I find it a lot more descriptive. Given that new name, I also did not see a need to rename the capability itself. Looking forward to comments! [1] https://lore.kernel.org/r/CAPDyKFqxHd85DsUH6eZVyoocTDrvwNu+wTLRBq-jUwDY+2iFTg@xxxxxxxxxxxxxx Wolfram Sang (4): mmc: rename mmc_host_cmd23() to mmc_host_can_cmd23() mmc: rename mmc_host_done_complete() to mmc_host_can_done_complete() mmc: rename mmc_host_uhs() to mmc_host_can_uhs() mmc: rename mmc_boot_partition_access() to mmc_host_can_access_boot() drivers/mmc/core/block.c | 8 ++++---- drivers/mmc/core/host.h | 8 ++++---- drivers/mmc/core/mmc.c | 4 ++-- drivers/mmc/core/mmc_test.c | 4 ++-- drivers/mmc/core/sd.c | 8 ++++---- drivers/mmc/core/sdio.c | 6 +++--- 6 files changed, 19 insertions(+), 19 deletions(-) -- 2.47.2