Re: [PATCH 0/3] Convert dw_mci_pltfm_prepare_command into a library call

From: Jaehoon Chung
Date: Mon Jan 18 2016 - 23:08:07 EST


Hi, Shawn.

On 01/19/2016 12:39 PM, Shawn Lin wrote:
> This patchset expose dw_mci_pltfm_prepare_command towards to
> library call and remove the redundant code from dw_mmc-rockchip.
> Meanwhile we make dw_mmc-exynos to call it instead of changing cmdr
> in its variant drivers.

Thanks for your effort.
Right way. We need to try that remove the hook for operation.
Looks good to me. After check, i will pick these. Also other your patch. :)

Best Regards,
Jaehoon Chung

>
>
>
> Shawn Lin (3):
> mmc: dw_mmc: expose dw_mci_pltfm_prepare_command
> mmc: dw_mmc-rockchip: remove prepare_command hook
> mmc: dw_mmc-exynos: wrapper prepare_command
>
> drivers/mmc/host/dw_mmc-exynos.c | 4 ++--
> drivers/mmc/host/dw_mmc-pltfm.c | 3 ++-
> drivers/mmc/host/dw_mmc-pltfm.h | 2 +-
> drivers/mmc/host/dw_mmc-rockchip.c | 9 ++-------
> 4 files changed, 7 insertions(+), 11 deletions(-)
>