linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Wim Van Sebroeck <wim@iguana.be>,
	Andrew Morton <akpm@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Linux Watchdog Mailing List <linux-watchdog@vger.kernel.org>
Subject: Re: [GIT PULL REQUEST] watchdog - v4.10 merge window
Date: Fri, 23 Dec 2016 11:40:04 -0800	[thread overview]
Message-ID: <20161223194004.GA25072@roeck-us.net> (raw)
In-Reply-To: <CA+55aFzmP72eO+oQroCHqaKirZxBS8OqbBRua93URY9b7rPz1w@mail.gmail.com>

On Fri, Dec 23, 2016 at 10:22:06AM -0800, Linus Torvalds wrote:
> On Fri, Dec 23, 2016 at 2:07 AM, Wim Van Sebroeck <wim@iguana.be> wrote:
> > Hi Linus,
> >
> > Due to time constraints and personal issues Guenter and I decided that this window will be a pull from another location.
> > So please pull from 'watchdog-for-linus-v4.10' branch of
> 
> No shortlog, no diffstat. I won't be pulling, because I have no way to
> validate what I actually get.
> 


FWIW:

------

The following changes since commit 69973b830859bc6529a7a0468ba0d80ee5117826:

  Linux 4.9 (2016-12-11 11:17:54 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/watchdog-for-linus-v4.10

for you to fetch changes up to 067161281f428aa7c6e153e06aab7b5fe1ed1e98:

  watchdog: it87_wdt: add IT8620E ID (2016-12-16 06:53:56 -0800)

----------------------------------------------------------------
Watchdog updates for v4.10

New driver for Add Loongson1 SoC.
Minor cleanup and fixes in various drivers.

----------------------------------------------------------------
Alexander Usyskin (1):
      watchdog: mei_wdt: request stop on reboot to prevent false positive event

Amit Kushwaha (1):
      watchdog: cpwd: remove memory allocate failure message

Andy Shevchenko (2):
      intel-mid_wdt: make sure watchdog is not running at startup
      intel-mid_wdt: Error code is just an integer

Christian Lamparter (1):
      watchdog: qcom: fix kernel panic due to external abort on non-linefetch

Corentin Labbe (2):
      watchdog: octeon: Remove unneeded linux/miscdevice.h include
      watchdog: mpc8xxx: Remove unneeded linux/miscdevice.h include

Javier Martinez Canillas (3):
      watchdog: bcm7038_wdt: fix module autoload
      watchdog: max77620_wdt: fix module autoload
      watchdog: meson: Remove unneeded platform MODULE_ALIAS

Jimmy Vance (1):
      watchdog: hpwdt: changed maintainer information

Maciej S. Szmigiero (1):
      watchdog: it87_wdt: add IT8620E ID

Rasmus Villemoes (1):
      watchdog: bcm2835_wdt: set WDOG_HW_RUNNING bit when appropriate

Robert P. J. Day (1):
      watchdog: Standardize leading tabs and spaces in Kconfig file

Stephen Boyd (1):
      watchdog: jz4740: Fix modular build

Steve Twiss (1):
      watchdog: da9062/61: watchdog driver

Tero Kristo (1):
      watchdog: davinci: add support for deferred probing

Yang Ling (1):
      watchdog: loongson1: Add Loongson1 SoC watchdog driver

 MAINTAINERS                        |   2 +-
 drivers/watchdog/Kconfig           |  49 ++++++-----
 drivers/watchdog/Makefile          |   1 +
 drivers/watchdog/bcm2835_wdt.c     |  20 +++++
 drivers/watchdog/bcm7038_wdt.c     |   1 +
 drivers/watchdog/cpwd.c            |  23 ++---
 drivers/watchdog/da9062_wdt.c      |  12 ++-
 drivers/watchdog/davinci_wdt.c     |   6 +-
 drivers/watchdog/intel-mid_wdt.c   |  22 ++---
 drivers/watchdog/it87_wdt.c        |   4 +-
 drivers/watchdog/jz4740_wdt.c      |   2 +-
 drivers/watchdog/loongson1_wdt.c   | 170 +++++++++++++++++++++++++++++++++++++
 drivers/watchdog/max77620_wdt.c    |   1 +
 drivers/watchdog/mei_wdt.c         |   2 +
 drivers/watchdog/meson_gxbb_wdt.c  |   1 -
 drivers/watchdog/mpc8xxx_wdt.c     |   1 -
 drivers/watchdog/octeon-wdt-main.c |   1 -
 drivers/watchdog/qcom-wdt.c        |   2 +-
 18 files changed, 262 insertions(+), 58 deletions(-)
 create mode 100644 drivers/watchdog/loongson1_wdt.c

  reply	other threads:[~2016-12-23 19:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-23 10:07 [GIT PULL REQUEST] watchdog - v4.10 merge window Wim Van Sebroeck
2016-12-23 18:22 ` Linus Torvalds
2016-12-23 19:40   ` Guenter Roeck [this message]
2016-12-23 19:45     ` Linus Torvalds
2016-12-23 20:18       ` Guenter Roeck
2016-12-24 14:31         ` Wim Van Sebroeck
2016-12-24 14:39 ` Wim Van Sebroeck
2016-12-24 15:59   ` Guenter Roeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161223194004.GA25072@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=wim@iguana.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).