
On Fri, 26 Mar 2021 at 02:48, Harm Berntsen harm.berntsen@nedap.com wrote:
This is a straightforward conversion of the old, non-dm driver. It was done in-place as the deadline for non-dm MMC has passed. Previous commits ensured that no board depends on the old, non-dm variant. Tested on a Kirkwood based board with eMMC.
Signed-off-by: Harm Berntsen harm.berntsen@nedap.com Tested-by: Harm Berntsen harm.berntsen@nedap.com CC: Pantelis Antoniou panto@antoniou-consulting.com CC: Stefan Roese sr@denx.de CC: Gerald Kerma drEagle@doukki.net CC: Simon Glass sjg@chromium.org
drivers/mmc/Kconfig | 9 ++ drivers/mmc/mvebu_mmc.c | 309 +++++++++++++++++++++++----------------- include/mvebu_mmc.h | 13 +- 3 files changed, 194 insertions(+), 137 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org