Re: [PATCH 1/5] rtc: rtc-jz4740: Add support for the RTC in the jz4780 SoC

2016-03-19 Thread Alexandre Belloni
Please, always include a commit message, even if it is short. On 05/03/2016 at 23:38:47 +0100, Paul Cercueil wrote : > Signed-off-by: Paul Cercueil > --- > drivers/rtc/Kconfig | 6 +++--- > drivers/rtc/rtc-jz4740.c | 50 >

Re: [PATCH 1/5] rtc: rtc-jz4740: Add support for the RTC in the jz4780 SoC

2016-03-19 Thread Alexandre Belloni
Please, always include a commit message, even if it is short. On 05/03/2016 at 23:38:47 +0100, Paul Cercueil wrote : > Signed-off-by: Paul Cercueil > --- > drivers/rtc/Kconfig | 6 +++--- > drivers/rtc/rtc-jz4740.c | 50 > ++-- > 2 files

[PATCH 1/5] rtc: rtc-jz4740: Add support for the RTC in the jz4780 SoC

2016-03-05 Thread Paul Cercueil
Signed-off-by: Paul Cercueil --- drivers/rtc/Kconfig | 6 +++--- drivers/rtc/rtc-jz4740.c | 50 ++-- 2 files changed, 51 insertions(+), 5 deletions(-) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index

[PATCH 1/5] rtc: rtc-jz4740: Add support for the RTC in the jz4780 SoC

2016-03-05 Thread Paul Cercueil
Signed-off-by: Paul Cercueil --- drivers/rtc/Kconfig | 6 +++--- drivers/rtc/rtc-jz4740.c | 50 ++-- 2 files changed, 51 insertions(+), 5 deletions(-) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index e593c55..b322f08 100644 ---