Re: [PATCH] watchdog: f71808e_wdt: Add F81803 support

2019-09-12 Thread Jaret Cantu
On 9/12/19 2:50 PM, Guenter Roeck wrote: On Thu, Sep 12, 2019 at 01:55:50PM -0400, Jaret Cantu wrote: This adds watchdog support for the Fintek F81803 Super I/O chip. Testing was done on the Seneca XK-QUAD. Signed-off-by: Jaret Cantu Since there is no datasheet, we can only hope that this

Re: [PATCH] watchdog: f71808e_wdt: Add F81803 support

2019-09-12 Thread Guenter Roeck
On Thu, Sep 12, 2019 at 01:55:50PM -0400, Jaret Cantu wrote: > This adds watchdog support for the Fintek F81803 Super I/O chip. > > Testing was done on the Seneca XK-QUAD. > > Signed-off-by: Jaret Cantu Since there is no datasheet, we can only hope that this works for other platforms using the

[PATCH] watchdog: f71808e_wdt: Add F81803 support

2019-09-12 Thread Jaret Cantu
This adds watchdog support for the Fintek F81803 Super I/O chip. Testing was done on the Seneca XK-QUAD. Signed-off-by: Jaret Cantu --- drivers/watchdog/Kconfig | 4 ++-- drivers/watchdog/f71808e_wdt.c | 17 - 2 files changed, 18 insertions(+), 3 deletions(-) diff --git