]> asedeno.scripts.mit.edu Git - linux.git/commit
mmc: dw_mmc: Add support for SOCFPGA's platform specific implementation
authorDinh Nguyen <dinguyen@altera.com>
Tue, 18 Feb 2014 02:31:01 +0000 (20:31 -0600)
committerChris Ball <chris@printf.net>
Thu, 27 Feb 2014 02:30:12 +0000 (21:30 -0500)
commitec1e5d703e4a75fb19e99a92d20b4b70861bf483
tree795d51e433509239f84a33f9aa599018b6423681
parent47a1f522d7ff5105c7efa56fe7fd41d46202f8cc
mmc: dw_mmc: Add support for SOCFPGA's platform specific implementation

Like the rockchip, Altera's SOCFPGA platform specific implementation of the
dw_mmc driver requires using the HOLD register for SD commands. This patch
renames dw_mci_rockchip_prepare_command to dw_mci_pltfm_prepare_command so
that SOCFPGA and Rockchip can use it.

Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Acked-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Tested-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Chris Ball <chris@printf.net>
drivers/mmc/host/dw_mmc-pltfm.c