mmc: Support of PCI mode in the dw_mmc driver
authorShashidhar Hiremath <shashidharh@vayavyalabs.com>
Fri, 13 Jan 2012 10:34:57 +0000 (16:04 +0530)
committerChris Ball <cjb@laptop.org>
Sun, 25 Mar 2012 23:33:44 +0000 (19:33 -0400)
commit62ca8034d940439490a450ae7e2b7702591e3192
treeaa2bb114f123e0850a5ce6008c0e6188dbd5f2ca
parent356ac2cf066174aecc3380f82fabe8a01f046c3f
mmc: Support of PCI mode in the dw_mmc driver

Support of PCI mode for the dw_mmc driver. This Patch adds the
support for the scenario where the Synopsys Designware IP
is present on the PCI bus. The patch adds the minimal modifications
necessary for the driver to work on PCI platform. Also added separate
files for PCI and PLATFORM modes of operation.

Signed-off-by: Shashidhar Hiremath <shashidharh@vayavyalabs.com>
Acked-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/Kconfig
drivers/mmc/host/Makefile
drivers/mmc/host/dw_mmc-pci.c [new file with mode: 0644]
drivers/mmc/host/dw_mmc-pltfm.c [new file with mode: 0644]
drivers/mmc/host/dw_mmc.c
drivers/mmc/host/dw_mmc.h
include/linux/mmc/dw_mmc.h