On 09/11/2017 at 11:34:17 +0800, Baolin Wang wrote: > This patch adds the Spreadtrum RTC driver, which embedded in the > Spreadtrum SC27xx series PMICs. > > Signed-off-by: Baolin Wang <baolin.wang@xxxxxxxxxxxxxx> > --- > Changes since v2: > - Add checking if RTC values are valid. > > Changes since v1: > - Change file name. > - Should depend on the MFD parent. > - Add more help documentation. > - Remove regmap wrapper functions. > - Modify the mothod of setting alarm. > - Remove set_mmss64() method. > - Remove checking RTC power-down. > - Optimize lock/unlock alarm. > --- > drivers/rtc/Kconfig | 11 + > drivers/rtc/Makefile | 1 + > drivers/rtc/rtc-sc27xx.c | 662 ++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 674 insertions(+) > create mode 100644 drivers/rtc/rtc-sc27xx.c > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html