[rtc-linux] URGENT NEED::Software Test Engineer @ Cambridge, MA

2017-01-11 Thread sneha nallamati
Hi , Hope you are doing great!!... We have an urgent below *“Software Test Engineer”* position with one of our client for *“6-12months” *at *“Cambridge, MA”. *Please send me the resumes with full name, contact details, Rate, and availability date. * Job Description:* Job Title :

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

2017-01-11 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

[rtc-linux] [PATCH] rtc: armada38x: hide maybe-uninitialized warning

2017-01-11 Thread Arnd Bergmann
The function is too complicated for gcc to realize that this variable does eventually get initialized, causing a harmless warning: drivers/rtc/rtc-armada38x.c: In function 'read_rtc_register_wa': drivers/rtc/rtc-armada38x.c:131:25: warning: 'index_max' may be used uninitialized in this function

[rtc-linux] [PATCHv5 3/8] rtc: add STM32 RTC driver

2017-01-11 Thread Amelie Delaunay
This patch adds support for the STM32 RTC. Signed-off-by: Amelie Delaunay --- drivers/rtc/Kconfig | 11 + drivers/rtc/Makefile| 1 + drivers/rtc/rtc-stm32.c | 727 3 files changed, 739 insertions(+) create mode

[rtc-linux] Re: [PATCHv4 3/8] rtc: add STM32 RTC driver

2017-01-11 Thread Amelie DELAUNAY
Hi Corentin, Thanks for reviewing, On 01/11/2017 02:04 PM, Corentin Labbe wrote: On Wed, Jan 11, 2017 at 01:48:25PM +0100, Amelie Delaunay wrote: This patch adds support for the STM32 RTC. Signed-off-by: Amelie Delaunay --- drivers/rtc/Kconfig | 11 +

[rtc-linux] Re: [PATCHv4 3/8] rtc: add STM32 RTC driver

2017-01-11 Thread Corentin Labbe
On Wed, Jan 11, 2017 at 01:48:25PM +0100, Amelie Delaunay wrote: > This patch adds support for the STM32 RTC. > > Signed-off-by: Amelie Delaunay > --- > drivers/rtc/Kconfig | 11 + > drivers/rtc/Makefile| 1 + > drivers/rtc/rtc-stm32.c | 727 >

[rtc-linux] [PATCHv4 3/8] rtc: add STM32 RTC driver

2017-01-11 Thread Amelie Delaunay
This patch adds support for the STM32 RTC. Signed-off-by: Amelie Delaunay --- drivers/rtc/Kconfig | 11 + drivers/rtc/Makefile| 1 + drivers/rtc/rtc-stm32.c | 727 3 files changed, 739 insertions(+) create mode

[rtc-linux] Re: [PATCHv3 3/8] rtc: add STM32 RTC driver

2017-01-11 Thread Alexandre Belloni
On 11/01/2017 at 11:42:50 +0100, Amelie DELAUNAY wrote : > > On 01/11/2017 11:17 AM, Alexandre Belloni wrote: > > On 11/01/2017 at 11:07:16 +0100, Amelie DELAUNAY wrote : > > > > This will never happen, tm is already checked multiple times (up to > > > > three) in the core before this function

[rtc-linux] Re: [PATCHv3 3/8] rtc: add STM32 RTC driver

2017-01-11 Thread Amelie DELAUNAY
Hi Alexandre, On 01/11/2017 01:08 AM, Alexandre Belloni wrote: Looks good to me, however... On 05/01/2017 at 14:43:24 +0100, Amelie Delaunay wrote : +struct stm32_rtc { + struct rtc_device *rtc_dev; + void __iomem *base; + struct clk *ck_rtc; + spinlock_t lock; /*