On Thu,  2 Jan 2014 16:56:42 -0800
eric.er...@linux.intel.com wrote:

> From: Gabriel Touzeau <gabrielx.touz...@intel.com>
> 
> Added Merrifield watchdog driver support.
> 
> Based on initial implementation from prior Intel SCU-based platforms, this
> driver has several changes specific to the Tangier SoC / Merrifield platform.

We have a watchdog driver layer now. Any new driver should be using that.
It deals with a lot of the work for you so you'll just need the actual
methods doing the work. It also registers both the legacy device and new
style watchdog nodes as appropriate so you can have multiple watchdogs on
a system.

Look at watchdog_core.c and watchdog_dev.c and the various things that
use it.

Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to