Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1347763 > unrolled thread

linux-next: manual merge of the staging tree with the watchdog tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2016-03-02 04:40 +0100
Last post2016-03-02 18:50 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: manual merge of the staging tree with the watchdog tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-03-02 04:40 +0100
    Re: linux-next: manual merge of the staging tree with the watchdog  tree Greg KH <greg@kroah.com> - 2016-03-02 18:50 +0100

#1347763 — linux-next: manual merge of the staging tree with the watchdog tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2016-03-02 04:40 +0100
Subjectlinux-next: manual merge of the staging tree with the watchdog tree
Message-ID<r85NL-1Xc-13@gated-at.bofh.it>
Hi Greg,

Today's linux-next merge of the staging tree got conflicts in:

  drivers/watchdog/Kconfig
  drivers/watchdog/Makefile

between commit:

  70f3997667fb ("watchdog: ni903x_wdt: Add NI 903x/913x watchdog driver")

from the watchdog tree and commit:

  222818c3d84c ("watchdog: mei_wdt: implement MEI iAMT watchdog driver")

from the staging tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

-- 
Cheers,
Stephen Rothwell

diff --cc drivers/watchdog/Kconfig
index 891bfc0da1ce,86c2392bd968..000000000000
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@@ -1226,17 -1214,21 +1226,32 @@@ config SBC_EPX_C3_WATCHDO
  	  To compile this driver as a module, choose M here: the
  	  module will be called sbc_epx_c3.
  
 +config NI903X_WDT
 +	tristate "NI 903x/913x Watchdog"
 +	depends on X86 && ACPI
 +	select WATCHDOG_CORE
 +	---help---
 +	  This is the driver for the watchdog timer on the National Instruments
 +	  903x/913x real-time controllers.
 +
 +	  To compile this driver as a module, choose M here: the module will be
 +	  called ni903x_wdt.
 +
+ config INTEL_MEI_WDT
+ 	tristate "Intel MEI iAMT Watchdog"
+ 	depends on INTEL_MEI && X86
+ 	select WATCHDOG_CORE
+ 	---help---
+ 	  A device driver for the Intel MEI iAMT watchdog.
+ 
+ 	  The Intel AMT Watchdog is an OS Health (Hang/Crash) watchdog.
+ 	  Whenever the OS hangs or crashes, iAMT will send an event
+ 	  to any subscriber to this event. The watchdog doesn't reset the
+ 	  the platform.
+ 
+ 	  To compile this driver as a module, choose M here:
+ 	  the module will be called mei_wdt.
+ 
  # M32R Architecture
  
  # M68K Architecture
diff --cc drivers/watchdog/Makefile
index c0fc40fc8a8e,efc4f788e0f2..000000000000
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@@ -127,7 -126,7 +127,8 @@@ obj-$(CONFIG_MACHZ_WDT) += machzwd.
  obj-$(CONFIG_SBC_EPX_C3_WATCHDOG) += sbc_epx_c3.o
  obj-$(CONFIG_INTEL_SCU_WATCHDOG) += intel_scu_watchdog.o
  obj-$(CONFIG_INTEL_MID_WATCHDOG) += intel-mid_wdt.o
 +obj-$(CONFIG_NI903X_WDT) += ni903x_wdt.o
+ obj-$(CONFIG_INTEL_MEI_WDT) += mei_wdt.o
  
  # M32R Architecture
  

[toc] | [next] | [standalone]


#1348358 — Re: linux-next: manual merge of the staging tree with the watchdog tree

FromGreg KH <greg@kroah.com>
Date2016-03-02 18:50 +0100
SubjectRe: linux-next: manual merge of the staging tree with the watchdog tree
Message-ID<r8j4l-2TR-5@gated-at.bofh.it>
In reply to#1347763
On Wed, Mar 02, 2016 at 02:31:27PM +1100, Stephen Rothwell wrote:
> Hi Greg,
> 
> Today's linux-next merge of the staging tree got conflicts in:
> 
>   drivers/watchdog/Kconfig
>   drivers/watchdog/Makefile
> 
> between commit:
> 
>   70f3997667fb ("watchdog: ni903x_wdt: Add NI 903x/913x watchdog driver")
> 
> from the watchdog tree and commit:
> 
>   222818c3d84c ("watchdog: mei_wdt: implement MEI iAMT watchdog driver")
> 
> from the staging tree.
> 
> I fixed it up (see below) and can carry the fix as necessary (no action
> is required).


Looks good to me, thanks.

greg k-h

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web