Re: [PATCH 2/2] rtc: Add Cadence RTC driver

2019-01-11 Thread Janek Kotas
Hi Alexandre, Thank you for your reply. > On 10 Jan 2019, at 23:27, Alexandre Belloni > wrote: > > Hello, > > On 08/01/2019 12:22:42+, Jan Kotas wrote: >> drivers/rtc/Kconfig | 10 ++ >> drivers/rtc/Makefile | 1 + >> drivers/rtc/rtc-cadence.c | 404 >> +++

Re: [PATCH 2/2] rtc: Add Cadence RTC driver

2019-01-10 Thread Alexandre Belloni
Hello, On 08/01/2019 12:22:42+, Jan Kotas wrote: > drivers/rtc/Kconfig | 10 ++ > drivers/rtc/Makefile | 1 + > drivers/rtc/rtc-cadence.c | 404 > ++ I would prefer a name that is a bit less generic, unless you can guarantee this driv

[PATCH 2/2] rtc: Add Cadence RTC driver

2019-01-08 Thread Jan Kotas
This patch adds a driver for Cadence RTC controller. It can be enabled with RTC_DRV_CADENCE Kconfig option. It supports waking system from sleep modes. Signed-off-by: Jan Kotas --- drivers/rtc/Kconfig | 10 ++ drivers/rtc/Makefile | 1 + drivers/rtc/rtc-cadence.c | 404 +++