Re: [PATCH] rtc: Add a driver for Micro Crystal RV8803

2015-09-28 Thread kbuild test robot
Hi Alexandre, [auto build test results on v4.3-rc2 -- if it's inappropriate base, please ignore] coccinelle warnings: (new ones prefixed by >>) >> drivers/rtc/rtc-rv8803.c:494:3-8: No need to set .owner here. The core will >> do it. -- >> drivers/rtc/rtc-rv8803.c:350:2-5: WARNING: end

Re: [PATCH] rtc: Add a driver for Micro Crystal RV8803

2015-09-28 Thread kbuild test robot
Hi Alexandre, [auto build test results on v4.3-rc2 -- if it's inappropriate base, please ignore] coccinelle warnings: (new ones prefixed by >>) >> drivers/rtc/rtc-rv8803.c:494:3-8: No need to set .owner here. The core will >> do it. -- >> drivers/rtc/rtc-rv8803.c:350:2-5: WARNING: end

Re: [PATCH] rtc: Add a driver for Micro Crystal RV8803

2015-09-27 Thread Josh Cartwright
Hello Alexandre- Few comments below. On Sat, Sep 26, 2015 at 03:54:39PM +0200, Alexandre Belloni wrote: > This driver supports the following functions: > - reading and settings time > - alarms when connected to an IRQ > - reading and clearing the voltage low flags > - nvram > >

Re: [PATCH] rtc: Add a driver for Micro Crystal RV8803

2015-09-27 Thread Josh Cartwright
Hello Alexandre- Few comments below. On Sat, Sep 26, 2015 at 03:54:39PM +0200, Alexandre Belloni wrote: > This driver supports the following functions: > - reading and settings time > - alarms when connected to an IRQ > - reading and clearing the voltage low flags > - nvram > >

[PATCH] rtc: Add a driver for Micro Crystal RV8803

2015-09-26 Thread Alexandre Belloni
This driver supports the following functions: - reading and settings time - alarms when connected to an IRQ - reading and clearing the voltage low flags - nvram Signed-off-by: Alexandre Belloni --- drivers/rtc/Kconfig | 9 + drivers/rtc/Makefile | 1 + drivers/rtc/rtc-rv8803.c

[PATCH] rtc: Add a driver for Micro Crystal RV8803

2015-09-26 Thread Alexandre Belloni
This driver supports the following functions: - reading and settings time - alarms when connected to an IRQ - reading and clearing the voltage low flags - nvram Signed-off-by: Alexandre Belloni --- drivers/rtc/Kconfig | 9 + drivers/rtc/Makefile