[PATCH 2/3] rtc: sd3078: new driver.

2018-11-23 Thread zoro
The sd3078 is a combination RTC and SRAM device with I2C interface. Signed-off-by: zoro --- MAINTAINERS |6 ++ drivers/rtc/Kconfig |9 ++ drivers/rtc/Makefile |1 + drivers/rtc/rtc-sd3078.c | 232 ++ 4 files changed,

[PATCH 2/3] rtc: sd3078: new driver.

2018-11-14 Thread zoro
The sd3078 is a combination RTC and SRAM device with I2C interface. Signed-off-by: zoro --- MAINTAINERS |6 ++ drivers/rtc/Kconfig |9 ++ drivers/rtc/Makefile |1 + drivers/rtc/rtc-sd3078.c | 232 ++ 4 files changed,

[PATCH 2/3] rtc: sd3078: new driver.

2018-11-12 Thread zoro
The sd3078 is a combination RTC and SRAM device with I2C interface. Signed-off-by: zoro --- MAINTAINERS |6 ++ drivers/rtc/Kconfig |9 ++ drivers/rtc/Makefile |1 + drivers/rtc/rtc-sd3078.c | 232 ++ 4 files changed,

Re: [PATCH 2/3] rtc: sd3078: new driver.

2018-11-10 Thread kbuild test robot
Hi zoro, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on abelloni/rtc-next] [also build test WARNING on v4.20-rc1 next-20181109] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day

Re: [PATCH 2/3] rtc: sd3078: new driver.

2018-11-10 Thread Alexandre Belloni
Hello, On 10/11/2018 16:43:52+0800, zoro wrote: > diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile > index 290c173..de9b670 100644 > --- a/drivers/rtc/Makefile > +++ b/drivers/rtc/Makefile > @@ -176,3 +176,4 @@ obj-$(CONFIG_RTC_DRV_WM8350) += rtc-wm8350.o > obj-$(CONFIG_RTC_DRV_X1205

[PATCH 2/3] rtc: sd3078: new driver.

2018-11-10 Thread zoro
The sd3078 is a combination RTC and SRAM device with I2C interface. Signed-off-by: zoro --- MAINTAINERS |6 + drivers/rtc/Kconfig |9 ++ drivers/rtc/Makefile |1 + drivers/rtc/rtc-sd3078.c | 300 ++ 4 files changed, 3