Re: [PATCH] rtc: s3c: Fix the duplicate clock control

2015-02-10 Thread Andrew Morton
On Tue, 10 Feb 2015 12:07:30 +0900 Chanwoo Choi wrote: > This patch fixes the duplicate clock control and split out clock control > function as s3c_rtc_enable_clk()/s3c_rtc_disable_clk() to simplify code. "fixes"? This is a pretty big patch and it is poorly described. Please provide a complete

[PATCH] rtc: s3c: Fix the duplicate clock control

2015-02-09 Thread Chanwoo Choi
This patch fixes the duplicate clock control and split out clock control function as s3c_rtc_enable_clk()/s3c_rtc_disable_clk() to simplify code. Cc: Alessandro Zummo Signed-off-by: Chanwoo Choi --- drivers/rtc/rtc-s3c.c | 163 -- 1 file changed,