Re: [PATCH] rtc-pcf8523: Add low battery voltage support

2012-12-19 Thread Thierry Reding
On Wed, Dec 19, 2012 at 04:10:54PM +0100, Jesper Nilsson wrote: > On Wed, Dec 19, 2012 at 03:42:26PM +0100, Thierry Reding wrote: > > On Wed, Dec 19, 2012 at 03:04:56PM +0100, Jesper Nilsson wrote: [...] > > > + .read_vl= pcf8523_rtc_read_vl, > > > > What tree is this based on? None of

Re: [PATCH] rtc-pcf8523: Add low battery voltage support

2012-12-19 Thread Jesper Nilsson
On Wed, Dec 19, 2012 at 03:42:26PM +0100, Thierry Reding wrote: > On Wed, Dec 19, 2012 at 03:04:56PM +0100, Jesper Nilsson wrote: > > This patch implements reading of the battery voltage low signal for > > rtc-pcf8523. > > > > The bit is read-only and cannot be cleared by software, so no > >

Re: [PATCH] rtc-pcf8523: Add low battery voltage support

2012-12-19 Thread Thierry Reding
On Wed, Dec 19, 2012 at 03:04:56PM +0100, Jesper Nilsson wrote: > This patch implements reading of the battery voltage low signal for > rtc-pcf8523. > > The bit is read-only and cannot be cleared by software, so no > clear-function is implemented. > > Signed-off-by: Jesper Nilsson > --- > diff

[PATCH] rtc-pcf8523: Add low battery voltage support

2012-12-19 Thread Jesper Nilsson
This patch implements reading of the battery voltage low signal for rtc-pcf8523. The bit is read-only and cannot be cleared by software, so no clear-function is implemented. Signed-off-by: Jesper Nilsson --- diff --git a/drivers/rtc/rtc-pcf8523.c b/drivers/rtc/rtc-pcf8523.c index

[PATCH] rtc-pcf8523: Add low battery voltage support

2012-12-19 Thread Jesper Nilsson
This patch implements reading of the battery voltage low signal for rtc-pcf8523. The bit is read-only and cannot be cleared by software, so no clear-function is implemented. Signed-off-by: Jesper Nilsson jesper.nils...@axis.com --- diff --git a/drivers/rtc/rtc-pcf8523.c

Re: [PATCH] rtc-pcf8523: Add low battery voltage support

2012-12-19 Thread Thierry Reding
On Wed, Dec 19, 2012 at 03:04:56PM +0100, Jesper Nilsson wrote: This patch implements reading of the battery voltage low signal for rtc-pcf8523. The bit is read-only and cannot be cleared by software, so no clear-function is implemented. Signed-off-by: Jesper Nilsson

Re: [PATCH] rtc-pcf8523: Add low battery voltage support

2012-12-19 Thread Jesper Nilsson
On Wed, Dec 19, 2012 at 03:42:26PM +0100, Thierry Reding wrote: On Wed, Dec 19, 2012 at 03:04:56PM +0100, Jesper Nilsson wrote: This patch implements reading of the battery voltage low signal for rtc-pcf8523. The bit is read-only and cannot be cleared by software, so no clear-function

Re: [PATCH] rtc-pcf8523: Add low battery voltage support

2012-12-19 Thread Thierry Reding
On Wed, Dec 19, 2012 at 04:10:54PM +0100, Jesper Nilsson wrote: On Wed, Dec 19, 2012 at 03:42:26PM +0100, Thierry Reding wrote: On Wed, Dec 19, 2012 at 03:04:56PM +0100, Jesper Nilsson wrote: [...] + .read_vl= pcf8523_rtc_read_vl, What tree is this based on? None of the trees I