Re: [PATCH v4] rtc: rtc-ds1374: wdt: Use watchdog core for watchdog part

2020-07-16 Thread Alexandre Belloni
On Thu, 9 Jul 2020 06:34:06 +, Johnson CH Chen (陳昭勳) wrote: > Let ds1374 watchdog use watchdog core functions. It also includes > improving watchdog timer setting and nowayout, and just uses ioctl() > of watchdog core. Applied, thanks! [1/1] rtc: ds1374: wdt: Use watchdog core for watchdog pa

RE: [PATCH v4] rtc: rtc-ds1374: wdt: Use watchdog core for watchdog part

2020-07-12 Thread 陳昭勳
zu...@towertech.it; > alexandre.bell...@bootlin.com > Subject: Re: [PATCH v4] rtc: rtc-ds1374: wdt: Use watchdog core for watchdog > part > > On 7/8/20 11:34 PM, Johnson CH Chen (陳昭勳) wrote: > > Let ds1374 watchdog use watchdog core functions. It also includes > > improving watchdog ti

Re: [PATCH v4] rtc: rtc-ds1374: wdt: Use watchdog core for watchdog part

2020-07-09 Thread Guenter Roeck
On 7/8/20 11:34 PM, Johnson CH Chen (陳昭勳) wrote: > Let ds1374 watchdog use watchdog core functions. It also includes > improving watchdog timer setting and nowayout, and just uses ioctl() > of watchdog core. > > Signed-off-by: Johnson Chen Reviewed-by: Guenter Roeck > --- > v3->v4: > - Fix cod

[PATCH v4] rtc: rtc-ds1374: wdt: Use watchdog core for watchdog part

2020-07-08 Thread 陳昭勳
Let ds1374 watchdog use watchdog core functions. It also includes improving watchdog timer setting and nowayout, and just uses ioctl() of watchdog core. Signed-off-by: Johnson Chen --- v3->v4: - Fix coding styles - Remove dev_info() in ds1374_wdt_settimeout() - Fix missing error check v2->v3: -