Re: [U-Boot] [PATCH v3 3/4] mmc: s5p_sdhci: add the set_mmc_clk for cmu control

Hi Lei,
On 08/31/2012 11:28 AM, Lei Wen wrote:
Hi Jaehoon,
-----Original Message----- From: Jaehoon Chung [mailto:jh80.chung@samsung.com] Sent: Friday, August 31, 2012 10:24 AM To: u-boot@lists.denx.de Cc: Andy Fleming; Kyungmin Park; Lei Wen; John Rigby; Tushar Behera Subject: [PATCH v3 3/4] mmc: s5p_sdhci: add the set_mmc_clk for cmu control
Samsung SoC use the cmu control to set clock.
Signed-off-by: Jaehoon Chung jh80.chung@samsung.com Signed-off-by: Kyungmin Park kyungmin.park@samsung.com
drivers/mmc/s5p_sdhci.c | 3 +++ drivers/mmc/sdhci.c | 3 +++ include/configs/trats.h | 1 + include/sdhci.h | 2 ++ 4 files changed, 9 insertions(+), 0 deletions(-)
I suggest you split this patch into two pieces, and don't mix the s5p specific changes to the sdhci overall changes, so that others could adapt such change without involve the s5p changes.
Ok i will separate them. (sdhci and s5p specific patch).
Best Regards, Jaehoon Chung
Thanks, Lei
participants (1)
-
Jaehoon Chung