From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Fri, 31 Aug 2012 11:46:12 +0900 Subject: [U-Boot] [PATCH v3 3/4] mmc: s5p_sdhci: add the set_mmc_clk for cmu control In-Reply-To: <53612FE6B944314AAADB181E45A45B6413D5DC38BF@sc-vexch3.marvell.com> References: <5040204B.9050407@samsung.com> <53612FE6B944314AAADB181E45A45B6413D5DC38BF@sc-vexch3.marvell.com> Message-ID: <50402574.3060408@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Lei, On 08/31/2012 11:28 AM, Lei Wen wrote: > Hi Jaehoon, > >> -----Original Message----- >> From: Jaehoon Chung [mailto:jh80.chung at samsung.com] >> Sent: Friday, August 31, 2012 10:24 AM >> To: u-boot at 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 >> Signed-off-by: Kyungmin Park >> --- >> 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 >