mmc: dw_mmc: socfpga: move socfpga private init
authorYuvaraj Kumar C D <yuvaraj.cd@gmail.com>
Fri, 30 Aug 2013 15:12:10 +0000 (00:12 +0900)
committerChris Ball <cjb@laptop.org>
Thu, 26 Sep 2013 01:32:32 +0000 (21:32 -0400)
commit3aa741f39587d03f38b1c8883d3cf06d242abf16
treef8a987248b0db06c1bae91161018f69832022a43
parente6c784eded7b39caeaf2e9206336fa1daeccfd09
mmc: dw_mmc: socfpga: move socfpga private init

Currently platform specific private data initialization is done by
dw_mci_socfpga_priv_init and dw_mci_socfpga_parse_dt. As we already have
separate platform specific device tree parser dw_mci_socfpga_parse_dt,
move the dw_mci_socfpga_priv_init code to dw_mci_socfpga_parse_dt.
We can use the dw_mci_socfpga_priv_init to do some actual platform
specific initialization.

Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>
Tested-by: Alim Akhtar <alim.akhtar@samsung.com>
Tested-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc-socfpga.c