mmc: mv_sdhci: add driver model support
authorPierre Bourdon <delroth@gmail.com>
Thu, 11 Apr 2019 02:56:58 +0000 (04:56 +0200)
committerStefan Roese <sr@denx.de>
Fri, 26 Apr 2019 05:35:38 +0000 (07:35 +0200)
commit4ec9dd4071cb3e7d2c0c42f2eea935edceba5b7e
tree833720a3d156d52d05b39c44532795f7315f4dfa
parent5561943ba2ce290545b99d886459bb3a41c65f2c
mmc: mv_sdhci: add driver model support

The new DM implementation currently does not support the Sheeva
88SV331xV5 specific quirk present in the legacy implementation. The
legacy code is thus kept for this SoC and others not yet migrated to
DM_MMC.

Signed-off-by: Pierre Bourdon <delroth@gmail.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Cc: Stefan Roese <sr@denx.de>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/cpu.c
arch/arm/mach-mvebu/include/mach/cpu.h
drivers/mmc/mv_sdhci.c