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

2020-07-03 Thread 陳昭勳
Hi, > > diff --git a/drivers/rtc/rtc-ds1374.c b/drivers/rtc/rtc-ds1374.c index > > 9c51a12cf70f..25b28f7546ff 100644 > > --- a/drivers/rtc/rtc-ds1374.c > > +++ b/drivers/rtc/rtc-ds1374.c > > @@ -1,3 +1,4 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > /* > > * RTC client/driver for the Maxim/Da

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

2020-07-02 Thread kernel test robot
Hi "Johnson, Thank you for the patch! Yet something to improve: [auto build test ERROR on abelloni/rtc-next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as documented in https://git-scm.com/docs/git-format-patch] url:

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

2020-07-02 Thread kernel test robot
Hi "Johnson, Thank you for the patch! Yet something to improve: [auto build test ERROR on abelloni/rtc-next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as documented in https://git-scm.com/docs/git-format-patch] url:

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

2020-07-01 Thread Guenter Roeck
On 7/1/20 3:09 AM, Johnson CH Chen (陳昭勳) wrote: > Let ds1374 watchdog use watchdog core. It also includes > improving watchdog timer setting and nowayout, and just uses ioctl() > of watchdog core. > > Signed-off-by: Johnson Chen > --- > drivers/rtc/rtc-ds1374.c | 257 ++--

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

2020-07-01 Thread 陳昭勳
Let ds1374 watchdog use watchdog core. It also includes improving watchdog timer setting and nowayout, and just uses ioctl() of watchdog core. Signed-off-by: Johnson Chen --- drivers/rtc/rtc-ds1374.c | 257 ++- 1 file changed, 67 insertions(+), 190 deletions(-