[rtc-linux] Re: [PATCH] rtc: ds1374: Add trickle charger device tree binding

2017-04-22 Thread Moritz Fischer
On Thu, Apr 20, 2017 at 10:25 AM, Moritz Fischer wrote: > On Thu, Apr 20, 2017 at 10:56:34AM -0500, Rob Herring wrote: >> On Mon, Apr 17, 2017 at 03:40:10PM -0700, Moritz Fischer wrote: >> > Introduce a device tree binding for specifying the trickle charger >> > configuration for

[rtc-linux] [Patch] rtc: rtc-ds1307: enable support for mcp794xx as a wakeup source without IRQ

2017-04-22 Thread David Lowe
This patch extends the fixes for ds1337, ds1339, ds3231 in 8bc2a40730ec to mcp794xx devices, so that those parts can similarly be used as a wakeup source without an IRQ to the processor. Tested on Raspberry Pi ZeroW with MCP79400. Signed-off-by: David Lowe --- ---

[rtc-linux] Re: [PATCH] rtc: sh: mark PM functions as unused

2017-04-22 Thread Alexandre Belloni
On 19/04/2017 at 19:52:43 +0200, Arnd Bergmann wrote: > The sh_rtc_set_irq_wake() function is only called from the suspend/resume > handlers > that may be hidden, causing a harmless warning: > > drivers/rtc/rtc-sh.c:724:13: error: 'sh_rtc_set_irq_wake' defined but not > used

[rtc-linux] Re: [Patch] rtc: rtc-ds1307: enable support for mcp794xx as a wakeup source without IRQ

2017-04-22 Thread Alexandre Belloni
Hi, On 28/03/2017 at 18:22:04 +0100, David Lowe wrote: > This patch extends the fixes for ds1337, ds1339, ds3231 in 8bc2a40730ec > to mcp794xx devices, so that those parts can similarly be used as a wakeup > source without an IRQ to the processor. > > Tested on Raspberry Pi ZeroW with MCP79400.