mmc: dw_mmc: export dwmci_send_cmd() and dwmci_set_ios()
authorKaustabh Chakraborty <kauschluss@disroot.org>
Fri, 17 Oct 2025 15:24:06 +0000 (20:54 +0530)
committerPeng Fan <peng.fan@nxp.com>
Thu, 30 Oct 2025 02:11:17 +0000 (10:11 +0800)
commit02d7aa88214e73aef81474f8b7d85272d94239a0
tree42ff3b836244ccac886f1a6b8518f15e23134d93
parent5d23810c3c6cea0326b48f5ef9faca6a8fe3ff5a
mmc: dw_mmc: export dwmci_send_cmd() and dwmci_set_ios()

These commands are required by struct dm_mmc_ops. Any platform specific
driver may use some or all of the functions in their own ops. Make them
accessible by moving the prototype to the dwmmc.h header.

Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/mmc/dw_mmc.c
include/dwmmc.h