Re: [U-Boot] [PATCH v4 0/4] mmc: support sdhci instead of s5p_mmc

2012-04-10 Thread Lei Wen
Hi Jaehoon, On Tue, Apr 10, 2012 at 10:04 AM, Jaehoon Chung wrote: > This patchset is supported the sdhci controller for Samsung-SoC. > In mmc driver, already implemented the generic sdhci. > There is no reason that didn't use sdhci.c. > So, use the sdhci instead of s5p_mmc. > > Changelog-v4: >  

[U-Boot] [PATCH v4 0/4] mmc: support sdhci instead of s5p_mmc

2012-04-09 Thread Jaehoon Chung
This patchset is supported the sdhci controller for Samsung-SoC. In mmc driver, already implemented the generic sdhci. There is no reason that didn't use sdhci.c. So, use the sdhci instead of s5p_mmc. Changelog-v4: - seperate the device driver and SoC patch. Changelog-v3: - Add th