Re: [PATCHv3 1/3] mmc: dw_mmc-socfpga: Remove the SOCFPGA specific platform for dw_mmc

2014-02-26 Thread Chris Ball
Hi, On Tue, Feb 25 2014, Dinh Nguyen wrote: >>> From: Dinh Nguyen >>> >>> 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

Re: [PATCHv3 1/3] mmc: dw_mmc-socfpga: Remove the SOCFPGA specific platform for dw_mmc

2014-02-25 Thread Dinh Nguyen
Hi Chris, On 2/18/14 8:09 AM, Seungwon Jeon wrote: > On Tue, February 18, 2014, Dinh Nguyen wrote: >> From: Dinh Nguyen >> >> 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 Ro

RE: [PATCHv3 1/3] mmc: dw_mmc-socfpga: Remove the SOCFPGA specific platform for dw_mmc

2014-02-18 Thread Seungwon Jeon
On Tue, February 18, 2014, Dinh Nguyen wrote: > From: Dinh Nguyen > > 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 tha

[PATCHv3 1/3] mmc: dw_mmc-socfpga: Remove the SOCFPGA specific platform for dw_mmc

2014-02-17 Thread dinguyen
From: Dinh Nguyen 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 Ngu