Re: [PATCH 4/5] rtc: s5m: Add the support for S2MPS13 RTC

2014-11-18 Thread Krzysztof Kozlowski
On wto, 2014-11-18 at 10:14 +0900, Chanwoo Choi wrote: > Hi Krzysztof, > > On 11/17/2014 07:19 PM, Krzysztof Kozłowski wrote: > > On 17.11.2014 01:42, Chanwoo Choi wrote: > >> This patch adds only the compatible string for S2MPS13 clock which is > >> identical > >> with S2MPS14 clock driver. > >>

Re: [PATCH 4/5] rtc: s5m: Add the support for S2MPS13 RTC

2014-11-18 Thread Chanwoo Choi
Dear Sangbeom, On 11/18/2014 09:38 AM, Sangbeom Kim wrote: > Hi, > On Monday, November 17, 2014 9:43 AM, Chanwoo Choi wrote: >> This patch adds only the compatible string for S2MPS13 clock which is >> identical >> with S2MPS14 clock driver. > > What's the relation of S2MPS14 RTC and clock driver

Re: [PATCH 4/5] rtc: s5m: Add the support for S2MPS13 RTC

2014-11-18 Thread Lee Jones
On Tue, 18 Nov 2014, Chanwoo Choi wrote: > Dear Sangbeom, > > On 11/18/2014 09:38 AM, Sangbeom Kim wrote: > > Hi, > > On Monday, November 17, 2014 9:43 AM, Chanwoo Choi wrote: > >> This patch adds only the compatible string for S2MPS13 clock which is > >> identical > >> with S2MPS14 clock driver

Re: [PATCH 4/5] rtc: s5m: Add the support for S2MPS13 RTC

2014-11-17 Thread Chanwoo Choi
Hi Krzysztof, On 11/17/2014 07:19 PM, Krzysztof Kozłowski wrote: > On 17.11.2014 01:42, Chanwoo Choi wrote: >> This patch adds only the compatible string for S2MPS13 clock which is >> identical >> with S2MPS14 clock driver. >> >> Cc: Alessandro Zummo >> Signed-off-by: Chanwoo Choi >> --- >> dr

Re: [PATCH 4/5] rtc: s5m: Add the support for S2MPS13 RTC

2014-11-17 Thread Chanwoo Choi
Dear Sangbeom, On 11/18/2014 09:38 AM, Sangbeom Kim wrote: > Hi, > On Monday, November 17, 2014 9:43 AM, Chanwoo Choi wrote: >> This patch adds only the compatible string for S2MPS13 clock which is >> identical >> with S2MPS14 clock driver. > > What's the relation of S2MPS14 RTC and clock driver

RE: [PATCH 4/5] rtc: s5m: Add the support for S2MPS13 RTC

2014-11-17 Thread Sangbeom Kim
Hi, On Monday, November 17, 2014 9:43 AM, Chanwoo Choi wrote: > This patch adds only the compatible string for S2MPS13 clock which is > identical > with S2MPS14 clock driver. What's the relation of S2MPS14 RTC and clock driver? Thanks, Sangbeom. -- To unsubscribe from this list: send the line "

Re: [PATCH 4/5] rtc: s5m: Add the support for S2MPS13 RTC

2014-11-17 Thread Krzysztof Kozłowski
On 17.11.2014 01:42, Chanwoo Choi wrote: > This patch adds only the compatible string for S2MPS13 clock which is > identical > with S2MPS14 clock driver. > > Cc: Alessandro Zummo > Signed-off-by: Chanwoo Choi > --- > drivers/rtc/rtc-s5m.c | 15 ++- > 1 file changed, 14 insertions(+

[PATCH 4/5] rtc: s5m: Add the support for S2MPS13 RTC

2014-11-16 Thread Chanwoo Choi
This patch adds only the compatible string for S2MPS13 clock which is identical with S2MPS14 clock driver. Cc: Alessandro Zummo Signed-off-by: Chanwoo Choi --- drivers/rtc/rtc-s5m.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/drivers/rtc/rtc-s5m.c b/drive