[rtc-linux] Re: [PATCH 1/2] power: reset: syscon-poweroff: add a mask property

2017-03-15 Thread Sebastian Reichel
Hi, On Tue, Feb 07, 2017 at 05:56:05PM +0200, Guy Shapiro wrote: > Make the syscon-poweroff driver accept value and mask instead of > just value. > > Prior to this patch, the property name for the value was 'mask'. If > only the mask property is defined on a node, maintain compatibility > by usin

[rtc-linux] Re: [PATCH] rtc: cpcap: kfreeing devm allocated memory

2017-03-15 Thread Sebastian Reichel
Hi, On Tue, Mar 14, 2017 at 10:56:30AM +0300, Dan Carpenter wrote: > We shouldn't kfree(rtc) because is devm_ managed memory. It leads to a > double free. > > Fixes: dd3bf50b35e3 ("rtc: cpcap: new rtc driver") > Signed-off-by: Dan Carpenter > > diff --git a/drivers/rtc/rtc-cpcap.c b/drivers/rt

[rtc-linux] Re: [PATCH 2/3] rtc: pcf85263: Basic driver

2017-03-15 Thread leonardo . romor
Hello, I wanted to inform you that we are using this kernel driver on a beaglebone black and we are not having any kind of issue. Thanks for your work Il giorno mercoledì 21 settembre 2016 23:35:42 UTC+2, alexandre.belloni ha scritto: > > Hi, > > Sorry for the very late review. > > The drive

[rtc-linux] Re: [PATCH v3 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-03-15 Thread Lee Jones
On Wed, 15 Mar 2017, Enric Balletbo i Serra wrote: > Hi Lee, > > On 15/03/17 11:24, Lee Jones wrote: > > On Tue, 14 Mar 2017, Enric Balletbo i Serra wrote: > >> On 14/03/17 14:59, Lee Jones wrote: > >>> On Tue, 14 Feb 2017, Enric Balletbo i Serra wrote: > >>> > From: Stephen Barber > >

[rtc-linux] Re: [PATCH v3 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-03-15 Thread Enric Balletbo i Serra
Hi Lee, On 15/03/17 11:24, Lee Jones wrote: > On Tue, 14 Mar 2017, Enric Balletbo i Serra wrote: >> On 14/03/17 14:59, Lee Jones wrote: >>> On Tue, 14 Feb 2017, Enric Balletbo i Serra wrote: >>> From: Stephen Barber If the EC supports RTC host commands, expose an RTC device. >

[rtc-linux] [PATCH] driver: rtc: tps65910: Add parameter check

2017-03-15 Thread Daniel Schultz
If the tps65910 driver has no interrupt, the probe of tps65910-rtc will fail. This patch adds a check in the probe of the rtc if an interrupt exist. The check is similar to the check in the function which creates the interrupt. Signed-off-by: Daniel Schultz --- drivers/rtc/rtc-tps65910.c | 5 ++

[rtc-linux] Re: [PATCH v3 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-03-15 Thread Lee Jones
On Tue, 14 Mar 2017, Enric Balletbo i Serra wrote: > On 14/03/17 14:59, Lee Jones wrote: > > On Tue, 14 Feb 2017, Enric Balletbo i Serra wrote: > > > >> From: Stephen Barber > >> > >> If the EC supports RTC host commands, expose an RTC device. > >> > >> Signed-off-by: Stephen Barber > >> Signed-