Re: [PATCH 1/1] watchdog: Adding Merrifield watchdog driver support

2014-01-03 Thread Guenter Roeck
On 01/02/2014 04:56 PM, eric.er...@linux.intel.com wrote: From: Gabriel Touzeau 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. New watchdog

Re: [PATCH 1/1] watchdog: Adding Merrifield watchdog driver support

2014-01-03 Thread One Thousand Gnomes
On Thu, 2 Jan 2014 16:56:42 -0800 eric.er...@linux.intel.com wrote: > From: Gabriel Touzeau > > 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

Re: [PATCH 1/1] watchdog: Adding Merrifield watchdog driver support

2014-01-03 Thread One Thousand Gnomes
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

Re: [PATCH 1/1] watchdog: Adding Merrifield watchdog driver support

2014-01-03 Thread Guenter Roeck
On 01/02/2014 04:56 PM, 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

Re: [PATCH 1/1] watchdog: Adding Merrifield watchdog driver support

2014-01-02 Thread Dmitry Torokhov
Hi Gabriel, On Thu, Jan 02, 2014 at 04:56:42PM -0800, eric.er...@linux.intel.com wrote: > + > +/* Statics */ > +static struct intel_scu_watchdog_dev watchdog_device; > + > +/* Module params */ > +static bool disable_kernel_watchdog; > +module_param(disable_kernel_watchdog, bool, S_IRUGO); >

[PATCH 1/1] watchdog: Adding Merrifield watchdog driver support

2014-01-02 Thread eric . ernst
From: Gabriel Touzeau 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. Signed-off-by: Eric Ernst Signed-off-by: Yann Puech Signed-off-by: Jeremy

[PATCH 1/1] watchdog: Adding Merrifield watchdog driver support

2014-01-02 Thread eric . ernst
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. Signed-off-by: Eric Ernst

Re: [PATCH 1/1] watchdog: Adding Merrifield watchdog driver support

2014-01-02 Thread Dmitry Torokhov
Hi Gabriel, On Thu, Jan 02, 2014 at 04:56:42PM -0800, eric.er...@linux.intel.com wrote: + +/* Statics */ +static struct intel_scu_watchdog_dev watchdog_device; + +/* Module params */ +static bool disable_kernel_watchdog; +module_param(disable_kernel_watchdog, bool, S_IRUGO);