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
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
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