Re: [PATCH 0/2] rtc: pcf2127: only use watchdog when explicitly available

2020-12-04 Thread Alexandre Belloni
On 30/11/2020 10:51:41+0100, Rasmus Villemoes wrote: > On 24/09/2020 12.52, Uwe Kleine-König wrote: > > Hello, > > > > now that there are two people stumbling over the pcf2127 driver > > providing a non-functional watchdog device, here comes an RFC patch to > > address this. > > I just want to ad

Re: [PATCH 0/2] rtc: pcf2127: only use watchdog when explicitly available

2020-11-30 Thread Rasmus Villemoes
On 24/09/2020 12.52, Uwe Kleine-König wrote: > Hello, > > now that there are two people stumbling over the pcf2127 driver > providing a non-functional watchdog device, here comes an RFC patch to > address this. I just want to add a "me too" here, as I'm also now affected by the pcf2127 exposing a

Re: [PATCH 0/2] rtc: pcf2127: only use watchdog when explicitly available

2020-10-26 Thread Guenter Roeck
> > To: Alexandre Belloni ; Qiang Zhao > > > ; Bruno Thomsen > > > Cc: linux-...@vger.kernel.org; a.zu...@towertech.it; > > > linux-watch...@vger.kernel.org; devicet...@vger.kernel.org; > > > linux-kernel@vger.kernel.org; robh...@kernel.org; ker...@pengutronix.de;

Re: [PATCH 0/2] rtc: pcf2127: only use watchdog when explicitly available

2020-10-26 Thread Alexandre Belloni
.@vger.kernel.org; > > linux-kernel@vger.kernel.org; robh...@kernel.org; ker...@pengutronix.de; > > Wim Van Sebroeck ; Guenter Roeck > > > > Subject: [PATCH 0/2] rtc: pcf2127: only use watchdog when explicitly > > available > > > > Hello, > > > > now t

RE: [PATCH 0/2] rtc: pcf2127: only use watchdog when explicitly available

2020-10-26 Thread Qiang Zhao
r.kernel.org; devicet...@vger.kernel.org; > linux-kernel@vger.kernel.org; robh...@kernel.org; ker...@pengutronix.de; > Wim Van Sebroeck ; Guenter Roeck > > Subject: [PATCH 0/2] rtc: pcf2127: only use watchdog when explicitly available > > Hello, > > now that there are two people

[PATCH 0/2] rtc: pcf2127: only use watchdog when explicitly available

2020-09-24 Thread Uwe Kleine-König
Hello, now that there are two people stumbling over the pcf2127 driver providing a non-functional watchdog device, here comes an RFC patch to address this. Note this is only compile tested and dt-documentation is still missing. Still send this series because the cleanup is nice independent of thi