Re: [PATCH v2 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-01-27 Thread Benson Leung
Hi Enric, On Thu, Jan 19, 2017 at 01:30:32PM +0100, 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-off-by: Enric Balletbo i Serra

Re: [PATCH v2 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-01-27 Thread Benson Leung
Hi Enric, On Thu, Jan 19, 2017 at 01:30:32PM +0100, 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-off-by: Enric Balletbo i Serra Acked-by: Benson Leung Sorry for the delay on

Re: [PATCH v2 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-01-23 Thread Enric Balletbo Serra
Guess I forget to add one of the platform/chrome maintainers, as only his ack is pending for this series, cc'ing Benson Leung Thanks, Enric 2017-01-23 13:14 GMT+01:00 Lee Jones : > On Thu, 19 Jan 2017, Enric Balletbo i Serra wrote: > >> From: Stephen Barber

Re: [PATCH v2 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-01-23 Thread Enric Balletbo Serra
Guess I forget to add one of the platform/chrome maintainers, as only his ack is pending for this series, cc'ing Benson Leung Thanks, Enric 2017-01-23 13:14 GMT+01:00 Lee Jones : > On Thu, 19 Jan 2017, Enric Balletbo i Serra wrote: > >> From: Stephen Barber >> >> If the EC supports RTC host

Re: [PATCH v2 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-01-23 Thread Lee Jones
On Thu, 19 Jan 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-off-by: Enric Balletbo i Serra >

Re: [PATCH v2 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-01-23 Thread Lee Jones
On Thu, 19 Jan 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-off-by: Enric Balletbo i Serra > --- > drivers/platform/chrome/cros_ec_dev.c | 22 ++ > 1

[PATCH v2 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-01-19 Thread Enric Balletbo i Serra
From: Stephen Barber If the EC supports RTC host commands, expose an RTC device. Signed-off-by: Stephen Barber Signed-off-by: Enric Balletbo i Serra --- drivers/platform/chrome/cros_ec_dev.c | 22

[PATCH v2 4/4] mfd: cros_ec: add RTC as mfd subdevice

2017-01-19 Thread Enric Balletbo i Serra
From: Stephen Barber If the EC supports RTC host commands, expose an RTC device. Signed-off-by: Stephen Barber Signed-off-by: Enric Balletbo i Serra --- drivers/platform/chrome/cros_ec_dev.c | 22 ++ 1 file changed, 22 insertions(+) diff --git