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.