mmc: tmio: convert the SDHI MMC driver from MFD to a platform driver
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Mon, 14 Mar 2011 08:52:33 +0000 (09:52 +0100)
committerChris Ball <cjb@laptop.org>
Fri, 25 Mar 2011 14:39:23 +0000 (10:39 -0400)
commit42051e8a7bce76ebd3cd201704ee2427120636e1
treef62527fca5ea9d247faffa9bda2539d996b18068
parent4fbc5ece430bc2890edc90a112c742844130f943
mmc: tmio: convert the SDHI MMC driver from MFD to a platform driver

On sh-mobile platforms the SDHI driver was using the tmio_mmc SD/SDIO
MFD cell driver. Now that the tmio_mmc driver has been split into a
core and a separate MFD glue, we can support SDHI natively without the
need to emulate an MFD controller. This also allows to support systems
with an on-SoC SDHI controller and a separate MFD with a TMIO core.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/sh_mobile_sdhi.c [deleted file]
drivers/mmc/host/Kconfig
drivers/mmc/host/Makefile
drivers/mmc/host/sh_mobile_sdhi.c [new file with mode: 0644]
drivers/mmc/host/tmio_mmc.h
include/linux/mfd/sh_mobile_sdhi.h
include/linux/mmc/sh_mobile_sdhi.h [new file with mode: 0644]