Re: [PATCH] rtc: add support for rtc NXP pca21125 and pca8565

2016-12-24 Thread kbuild test robot
Hi Venkat, [auto build test ERROR on abelloni/rtc-next] [also build test ERROR on v4.9 next-20161224] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] rtc: add support for rtc NXP pca21125 and pca8565

2016-12-24 Thread kbuild test robot
Hi Venkat, [auto build test ERROR on abelloni/rtc-next] [also build test ERROR on v4.9 next-20161224] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] rtc: add support for rtc NXP pca21125 and pca8565

2016-12-24 Thread kbuild test robot
Hi Venkat, [auto build test WARNING on abelloni/rtc-next] [also build test WARNING on v4.9 next-20161224] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] rtc: add support for rtc NXP pca21125 and pca8565

2016-12-24 Thread kbuild test robot
Hi Venkat, [auto build test WARNING on abelloni/rtc-next] [also build test WARNING on v4.9 next-20161224] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] rtc: add support for rtc NXP pca21125 and pca8565

2016-12-24 Thread Venkat Prashanth B U
This is a patch to support the SPI compatible PCA21125 device with the I2C based rtc-pcf8563 driver using regmap layer. Further this patch adds "pca8565" to the set of i2c ids. Signed-off-by: Venkat Prashanth B U --- change log v3: 1. Add a regmap layer to I2C

[PATCH] rtc: add support for rtc NXP pca21125 and pca8565

2016-12-24 Thread Venkat Prashanth B U
This is a patch to support the SPI compatible PCA21125 device with the I2C based rtc-pcf8563 driver using regmap layer. Further this patch adds "pca8565" to the set of i2c ids. Signed-off-by: Venkat Prashanth B U --- change log v3: 1. Add a regmap layer to I2C PCF8563 to support SPI PCA21125. 2.

Re: [PATCH] rtc: add support for rtc NXP pca21125

2016-10-18 Thread Alexandre Belloni
Hi, Don't forget to Cc the rtc-linux mailing list. Also, please please run checkpatch on your patches On 18/10/2016 at 07:47:24 -0700, VENKAT PRASHANTH B U wrote : > This is the patch to add support for > NXP rtc pca21125 > > Signed-off-by: Venkat Prashanth B U <venkat.prashant

Re: [PATCH] rtc: add support for rtc NXP pca21125

2016-10-18 Thread Alexandre Belloni
Hi, Don't forget to Cc the rtc-linux mailing list. Also, please please run checkpatch on your patches On 18/10/2016 at 07:47:24 -0700, VENKAT PRASHANTH B U wrote : > This is the patch to add support for > NXP rtc pca21125 > > Signed-off-by: Venkat Prashanth B U > --- >

[PATCH] rtc: add support for rtc NXP pca21125

2016-10-18 Thread VENKAT PRASHANTH B U
This is the patch to add support for NXP rtc pca21125 Signed-off-by: Venkat Prashanth B U <venkat.prashanth2...@gmail.com> --- --- drivers/rtc/Kconfig| 12 drivers/rtc/Makefile | 1 + drivers/rtc/rtc-pca21125.c | 164 + 3

[PATCH] rtc: add support for rtc NXP pca21125

2016-10-18 Thread VENKAT PRASHANTH B U
This is the patch to add support for NXP rtc pca21125 Signed-off-by: Venkat Prashanth B U --- --- drivers/rtc/Kconfig| 12 drivers/rtc/Makefile | 1 + drivers/rtc/rtc-pca21125.c | 164 + 3 files changed, 177 insertions(+) diff