]> git.baikalelectronics.ru Git - kernel.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)
commit8ac3c177f66deda2eaf672a653f3ed51064c5c3f
tree795d51e433509239f84a33f9aa599018b6423681
parent8af0c586b0590d21f2709a35feefaad081bdbf00
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