Re: [PATCH] rtc: rv3028: new driver

2019-02-12 Thread Alexandre Belloni
On 30/01/2019 17:13:27+0100, Marek Vasut wrote: > On 1/30/19 4:00 PM, Alexandre Belloni wrote: > > Add a driver for the MicroCrystal RV-3028. > > Some additional information in the commit message won't hurt. > > > Signed-off-by: Alexandre Belloni > > --- > >

Re: [PATCH] rtc: rv3028: new driver

2019-01-30 Thread Marek Vasut
On 1/30/19 4:00 PM, Alexandre Belloni wrote: > Add a driver for the MicroCrystal RV-3028. Some additional information in the commit message won't hurt. > Signed-off-by: Alexandre Belloni > --- > Documentation/devicetree/bindings/rtc/rtc.txt | 1 + > drivers/rtc/Kconfig

[PATCH] rtc: rv3028: new driver

2019-01-30 Thread Alexandre Belloni
Add a driver for the MicroCrystal RV-3028. Signed-off-by: Alexandre Belloni --- Documentation/devicetree/bindings/rtc/rtc.txt | 1 + drivers/rtc/Kconfig | 9 + drivers/rtc/Makefile | 1 + drivers/rtc/rtc-rv3028.c |