[rtc-linux] Re: [PATCH v2 3/4] rtc: cros-ec: add cros-ec-rtc driver.

2017-02-14 Thread Enric Balletbo i Serra
On 14/02/17 16:26, Lee Jones wrote: > On Tue, 14 Feb 2017, Enric Balletbo i Serra wrote: > >> Hi Lee, >> >> On 23/01/17 13:14, Lee Jones wrote: >>> On Mon, 23 Jan 2017, Alexandre Belloni wrote: >>> On 19/01/2017 at 13:30:31 +0100, Enric Balletbo i Serra wrote : > From: Stephen Barber

[rtc-linux] [PATCH v3 3/4] rtc: cros-ec: add cros-ec-rtc driver.

2017-02-14 Thread Enric Balletbo i Serra
From: Stephen Barber On platforms with a Chrome OS EC, the EC can function as a simple RTC. Add a basic driver with this functionality. Signed-off-by: Stephen Barber Signed-off-by: Enric Balletbo i Serra Acked-by:

[rtc-linux] [PATCH v3 2/4] mfd: cros_ec: Introduce RTC commands and events definitions.

2017-02-14 Thread Enric Balletbo i Serra
From: Stephen Barber The EC can function as a simple RT, this patch adds the RTC related definitions needed by the rtc-cros-ec driver. Signed-off-by: Stephen Barber Signed-off-by: Enric Balletbo i Serra Acked-by: Lee

[rtc-linux] [PATCH v3 1/4] mfd: cros_ec: Add helper for event notifier.

2017-02-14 Thread Enric Balletbo i Serra
From: Gwendal Grignou Add cros_ec_get_event() entry point to retrieve event within functions called by the notifier. Signed-off-by: Gwendal Grignou Signed-off-by: Enric Balletbo i Serra Acked-by: Lee Jones

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

2017-02-14 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 Acked-by: Benson Leung --- Changes since v2:

Re: [rtc-linux] [PATCH] rtc: pcf2127: bulk read only date and time registers.

2017-02-14 Thread Sean Nyekjær
Hi, On 2017-02-12 00:21, Alexandre Belloni wrote: Hi, On 01/02/2017 at 13:45:25 +0100, Sean Nyekjaer wrote: Read control registers one by one and bulk read time registers. This fixes when the clock is read, the watchdog counter register is zeroed. The problem is latent without the watchdog

[rtc-linux] Captevo Inc - List Consultants Available for Projects - Tableau | Hyperion | Business Analyst | Java UI

2017-02-14 Thread Revanth Gudimalla
Title: TalentHire - Simplified Recruiting and Staffing Hi partner, Hope you are doing well! My Name is Revanth Gudimalla, I am associated with Captevo

[rtc-linux] Re: [PATCH v2 3/4] rtc: cros-ec: add cros-ec-rtc driver.

2017-02-14 Thread Lee Jones
On Tue, 14 Feb 2017, Enric Balletbo i Serra wrote: > Hi Lee, > > On 23/01/17 13:14, Lee Jones wrote: > > On Mon, 23 Jan 2017, Alexandre Belloni wrote: > > > >> On 19/01/2017 at 13:30:31 +0100, Enric Balletbo i Serra wrote : > >>> From: Stephen Barber > >>> > >>> On

[rtc-linux] Senior .Net Developer @ Santa Clara, CA

2017-02-14 Thread lallu rachu
Hello, Hope you are doing great. We have an urgent below *"Senior .Net Developer”* position with one of our client for c2c position at *Santa Clara, CA.* If you are interested please share your updated resume along with contact details to govind_ramanu...@visionisys.com *Job Title :

[rtc-linux] Re: [PATCH v2 3/4] rtc: cros-ec: add cros-ec-rtc driver.

2017-02-14 Thread Enric Balletbo i Serra
Hi Lee, On 23/01/17 13:14, Lee Jones wrote: > On Mon, 23 Jan 2017, Alexandre Belloni wrote: > >> On 19/01/2017 at 13:30:31 +0100, Enric Balletbo i Serra wrote : >>> From: Stephen Barber >>> >>> On platforms with a Chrome OS EC, the EC can function as a simple RTC. >>> Add