Skip to content
Commit 57539c1c authored by Donald Johnson's avatar Donald Johnson Committed by Wim Van Sebroeck
Browse files

watchdog: Intel SCU Watchdog Timer Driver for Moorestown and Medfield platforms.



This submission includes:
  - Fix to intel_scu_write() to start watchdog timer the on the
    first write, and refresh on subsequent writes.
    This enables Open, write, write, ... usage model.
  - Moves boot parameter checks from intel_scu_open() to
    intel_scu_watchdog_init(), so driver init will fail if these
    parameters are out of bounds.
  - Adds check for whether process waiting in wait_event_interruptible()
    received a signal while it was waiting.
  - Other small error handling changes.

Removed the read() method for now as that wass a non-standard behaviour.

Signed-off-by: default avatarDonald Johnson <donald.k.johnson@intel.com>
Signed-off-by: default avatarShuduo Sang <shuduo.sang@intel.com>
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 742e4b63
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment