[PATCH v6] watchdog: nic7018_wdt: Add NIC7018 watchdog driver

2016-12-28 Thread Hui Chun Ong
Add support for the watchdog timer on PXI Embedded Controller. Reviewed-by: Guenter Roeck Signed-off-by: Hui Chun Ong --- v5: Add Reviewed-by. v4: Remove nic7018_stop() from nic7018_remove(). Lock WDT registers when watchdog_register_device() call failed. v3: Update timeout calculation fro

[PATCH] Documentation: fix spelling mistakes of "Celcius" -- > "Celsius"

2016-12-28 Thread Colin King
From: Colin Ian King Signed-off-by: Colin Ian King --- Documentation/hwmon/ds1621| 8 Documentation/thermal/nouveau_thermal | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/hwmon/ds1621 b/Documentation/hwmon/ds1621 index f775e61..fa34079

Re: [PATCH v5] watchdog: nic7018_wdt: Add NIC7018 watchdog driver

2016-12-28 Thread Guenter Roeck
On 12/27/2016 11:51 PM, Hui Chun Ong wrote: Add support for the watchdog timer on PXI Embedded Controller. Signed-off-by: Hui Chun Ong Reviewed-by: Guenter Roeck --- v4: Remove nic7018_stop() from nic7018_remove(). Lock WDT registers when watchdog_register_device() call failed. v3: Up