Re: [PATCH V2 0/2] mmc: tegra: use mmc_of_parse to get support of standard MMC DT binding

2013-02-22 Thread Stephen Warren
On 02/21/2013 08:23 PM, Joseph Lo wrote: > The 2nd patch of this series depends on two patches below. > > "mmc: provide a standard MMC device-tree binding parser centrally" > (available on next-20130219) > mmc: tegra: assume CONFIG_OF, remove platform data > (available on next-20130220) I think t

[PATCH v4] mmc: dw_mmc: Add MSHC compatible for Exynos4412

2013-02-22 Thread Dongjin Kim
This patch adds the compatible string for MSHC controller of Exynos4412. And exynos5250_dwmmc_caps is renamed to exynos_dwmmc_caps, since it has the capablities of common feature supported by Exynos4 and Exynos5. Cc: Seungwon Jeon Cc: Jaehoon Chung Cc: Sachin Kamat Signed-off-by: Dongjin Kim -

RE: [PATCH v2] mmc: davinci: allow driver to work without DMA resource

2013-02-22 Thread Manjunathappa, Prakash
Hi Chris, As there are no comments, Could you please accept this patch? Thanks, Prakash On Tue, Feb 05, 2013 at 17:52:24, Manjunathappa, Prakash wrote: > Do not return probe failure with missing DMA resources, > allow driver to work in PIO mode. > Tested on da850-evm by mounting partition follow

RE: [PATCH] mmc: dw_mmc: fixed a wrong UHS_REG 16 bit clear

2013-02-22 Thread Seungwon Jeon
On Friday, February 22, 2013, Hyeonsu Kim wrote: > In the legacy code, driver clear not only UHS_REG 16 bit also 0-15bit. > If we use UHS-1 mode spec card like SDR50, SDR104. UHS_REG 0-15 should be set > by > 1 according to slot id. In this case, legacy code can make problem. > > Signed-off-by: H

RE: [PATCH v3] mmc: dw_mmc: Add MSHC compatible for Exynos4412

2013-02-22 Thread Seungwon Jeon
On Friday, February 22, 2013, Dongjin Kim wrote: > Hello Seungwon, > > OK, I will change the commit message. And I also think Alim's idea is > good but need more detail about functional features of Synopsis' IP. Yes, Alim gave good suggestions. It would be useful. But I think it's close to platfo