Re: [PATCH v2 1/3] rtc: s5m: Cleanup by removing useless 'rtc' prefix from fields

2016-01-04 Thread Alexandre Belloni
On 05/01/2016 at 09:04:39 +0900, Krzysztof Kozlowski wrote : > > > > Probably that's my fault because I rebased it on linux-next. I will > > rebase the patches on rtc-next and resend. > > Ah, no need for rebasing. I forgot about dependency - the support for > S2MPS15 was added recently through

Re: [PATCH v2 1/3] rtc: s5m: Cleanup by removing useless 'rtc' prefix from fields

2016-01-04 Thread Krzysztof Kozlowski
On 05.01.2016 08:53, Krzysztof Kozlowski wrote: > On 05.01.2016 02:08, Alexandre Belloni wrote: >> Hi, >> >> On 30/12/2015 at 13:47:25 +0900, Krzysztof Kozlowski wrote : >>> Remove the 'rtc' prefix from some of the fields in struct >>> s5m_rtc_reg_config because it is obvious - this is a RTC

Re: [PATCH v2 1/3] rtc: s5m: Cleanup by removing useless 'rtc' prefix from fields

2016-01-04 Thread Krzysztof Kozlowski
On 05.01.2016 02:08, Alexandre Belloni wrote: > Hi, > > On 30/12/2015 at 13:47:25 +0900, Krzysztof Kozlowski wrote : >> Remove the 'rtc' prefix from some of the fields in struct >> s5m_rtc_reg_config because it is obvious - this is a RTC driver. No >> functional changes. >> >> Signed-off-by:

Re: [PATCH v2 1/3] rtc: s5m: Cleanup by removing useless 'rtc' prefix from fields

2016-01-04 Thread Alexandre Belloni
Hi, On 30/12/2015 at 13:47:25 +0900, Krzysztof Kozlowski wrote : > Remove the 'rtc' prefix from some of the fields in struct > s5m_rtc_reg_config because it is obvious - this is a RTC driver. No > functional changes. > > Signed-off-by: Krzysztof Kozlowski > I was going to apply those patches

Re: [PATCH v2 1/3] rtc: s5m: Cleanup by removing useless 'rtc' prefix from fields

2016-01-04 Thread Krzysztof Kozlowski
On 05.01.2016 02:08, Alexandre Belloni wrote: > Hi, > > On 30/12/2015 at 13:47:25 +0900, Krzysztof Kozlowski wrote : >> Remove the 'rtc' prefix from some of the fields in struct >> s5m_rtc_reg_config because it is obvious - this is a RTC driver. No >> functional changes. >> >> Signed-off-by:

Re: [PATCH v2 1/3] rtc: s5m: Cleanup by removing useless 'rtc' prefix from fields

2016-01-04 Thread Krzysztof Kozlowski
On 05.01.2016 08:53, Krzysztof Kozlowski wrote: > On 05.01.2016 02:08, Alexandre Belloni wrote: >> Hi, >> >> On 30/12/2015 at 13:47:25 +0900, Krzysztof Kozlowski wrote : >>> Remove the 'rtc' prefix from some of the fields in struct >>> s5m_rtc_reg_config because it is obvious - this is a RTC

Re: [PATCH v2 1/3] rtc: s5m: Cleanup by removing useless 'rtc' prefix from fields

2016-01-04 Thread Alexandre Belloni
On 05/01/2016 at 09:04:39 +0900, Krzysztof Kozlowski wrote : > > > > Probably that's my fault because I rebased it on linux-next. I will > > rebase the patches on rtc-next and resend. > > Ah, no need for rebasing. I forgot about dependency - the support for > S2MPS15 was added recently through

Re: [PATCH v2 1/3] rtc: s5m: Cleanup by removing useless 'rtc' prefix from fields

2016-01-04 Thread Alexandre Belloni
Hi, On 30/12/2015 at 13:47:25 +0900, Krzysztof Kozlowski wrote : > Remove the 'rtc' prefix from some of the fields in struct > s5m_rtc_reg_config because it is obvious - this is a RTC driver. No > functional changes. > > Signed-off-by: Krzysztof Kozlowski > I was

Re: [PATCH v2 1/3] rtc: s5m: Cleanup by removing useless 'rtc' prefix from fields

2015-12-30 Thread Alim Akhtar
Hi Krzysztof, On 12/30/2015 10:17 AM, Krzysztof Kozlowski wrote: Remove the 'rtc' prefix from some of the fields in struct s5m_rtc_reg_config because it is obvious - this is a RTC driver. No functional changes. Signed-off-by: Krzysztof Kozlowski Looks good. Tested for s2mps15 pmic on

Re: [PATCH v2 1/3] rtc: s5m: Cleanup by removing useless 'rtc' prefix from fields

2015-12-30 Thread Alim Akhtar
Hi Krzysztof, On 12/30/2015 10:17 AM, Krzysztof Kozlowski wrote: Remove the 'rtc' prefix from some of the fields in struct s5m_rtc_reg_config because it is obvious - this is a RTC driver. No functional changes. Signed-off-by: Krzysztof Kozlowski Looks good. Tested

[PATCH v2 1/3] rtc: s5m: Cleanup by removing useless 'rtc' prefix from fields

2015-12-29 Thread Krzysztof Kozlowski
Remove the 'rtc' prefix from some of the fields in struct s5m_rtc_reg_config because it is obvious - this is a RTC driver. No functional changes. Signed-off-by: Krzysztof Kozlowski --- Changes since v1: 1. None. --- drivers/rtc/rtc-s5m.c | 40 +++- 1 file

[PATCH v2 1/3] rtc: s5m: Cleanup by removing useless 'rtc' prefix from fields

2015-12-29 Thread Krzysztof Kozlowski
Remove the 'rtc' prefix from some of the fields in struct s5m_rtc_reg_config because it is obvious - this is a RTC driver. No functional changes. Signed-off-by: Krzysztof Kozlowski --- Changes since v1: 1. None. --- drivers/rtc/rtc-s5m.c | 40