]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: dw_mmc-socfpga: Remove the SOCFPGA specific platform for dw_mmc
authorDinh Nguyen <dinguyen@altera.com>
Tue, 18 Feb 2014 02:31:00 +0000 (20:31 -0600)
committerChris Ball <chris@printf.net>
Thu, 27 Feb 2014 02:29:57 +0000 (21:29 -0500)
commit8af0c586b0590d21f2709a35feefaad081bdbf00
tree0ed6f219df4fd9774952abd97965e77dafb04bab
parent956cc12d0340cfad22a20569bf872c24d6ebbd9a
mmc: dw_mmc-socfpga: Remove the SOCFPGA specific platform for dw_mmc

It turns now that the only really platform specific code that is needed for
SOCFPGA is using the SDMMC_CMD_USE_HOLD_REG in the prepare_command function.
Since the Rockchip already has this functionality, re-use the code that is
already in dw_mmc-pltfm.c.

Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.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/Kconfig
drivers/mmc/host/Makefile
drivers/mmc/host/dw_mmc-socfpga.c [deleted file]