All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wim Van Sebroeck <wim@linux-watchdog.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Linux Watchdog Mailing List <linux-watchdog@vger.kernel.org>,
	Guenter Roeck <linux@roeck-us.net>,
	Biju Das <biju.das@bp.renesas.com>,
	"Gustavo A. R. Silva" <gustavo@embeddedor.com>,
	Jerry Hoemann <jerry.hoemann@hpe.com>,
	Jisheng Zhang <Jisheng.Zhang@synaptics.com>,
	Michael Shych <michaelsh@mellanox.com>,
	Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>,
	YueHaibing <yuehaibing@huawei.com>
Subject: [GIT PULL REQUEST] watchdog - v5.1 Merge window
Date: Sun, 10 Mar 2019 15:54:08 +0100	[thread overview]
Message-ID: <20190310145408.GA2045@www.linux-watchdog.org> (raw)

Hi Linus,

Please pull the watchdog changes for the v4.21 release cycle.

This series contains:
* A new watchdog driver for the Mellanox systems
* renesas-wdt: Document r8a77470 support
* numerous Mark expected switch fall-throughs
* qcom: Add suspend/resume support
* some small fixes and documentation updates

The output from git request-pull:
----------------------------------------------------------------
The following changes since commit f17b5f06cb92ef2250513a1e154c47b78df07d40:

  Linux 5.0-rc4 (2019-01-27 15:18:05 -0800)

are available in the git repository at:

  git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-5.1-rc1

for you to fetch changes up to 458c8961c194f2d2cb6ffed3dd9b6692d74ad65e:

  watchdog: w83877f_wdt: Mark expected switch fall-through (2019-03-02 15:28:22 +0100)

----------------------------------------------------------------
linux-watchdog 5.1-rc1 tag

----------------------------------------------------------------
Biju Das (1):
      dt-bindings: watchdog: renesas-wdt: Document r8a77470 support

Gustavo A. R. Silva (6):
      watchdog: pc87413: Mark expected switch fall-through
      watchdog: sc1200: Mark expected switch fall-through
      watchdog: smsc37b787_wdt: Mark expected switch fall-through
      watchdog: sbc60xxwdt: Mark expected switch fall-through
      watchdog: sc520_wdt: Mark expected switch fall-through
      watchdog: w83877f_wdt: Mark expected switch fall-through

Jerry Hoemann (2):
      watchdog/hpwdt: Update Kconfig documentation
      watchdog: Update sysfs documentation.

Jisheng Zhang (1):
      watchdog: dw: remove useless pr_fmt

Michael Shych (3):
      platform_data/mlxreg: additions for Mellanox watchdog driver.
      watchdog: mlx-wdt: introduce a watchdog driver for Mellanox systems.
      Documentation/watchdog: Add documentation mlx-wdt driver

Sai Prakash Ranjan (1):
      watchdog: qcom: Add suspend/resume support

YueHaibing (1):
      watchdog: pika_wdt: drop pointless static qualifier in pikawdt_init

 Documentation/ABI/testing/sysfs-class-watchdog     |  23 ++
 .../devicetree/bindings/watchdog/renesas-wdt.txt   |   1 +
 Documentation/watchdog/mlx-wdt.txt                 |  52 ++++
 drivers/watchdog/Kconfig                           |  25 +-
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/dw_wdt.c                          |   2 -
 drivers/watchdog/mlx_wdt.c                         | 290 +++++++++++++++++++++
 drivers/watchdog/pc87413_wdt.c                     |   2 +-
 drivers/watchdog/pika_wdt.c                        |   2 +-
 drivers/watchdog/qcom-wdt.c                        |  23 ++
 drivers/watchdog/sbc60xxwdt.c                      |   2 +-
 drivers/watchdog/sc1200wdt.c                       |   2 +-
 drivers/watchdog/sc520_wdt.c                       |   2 +-
 drivers/watchdog/smsc37b787_wdt.c                  |   2 +-
 drivers/watchdog/w83877f_wdt.c                     |   2 +-
 include/linux/platform_data/mlxreg.h               |  19 ++
 16 files changed, 437 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/watchdog/mlx-wdt.txt
 create mode 100644 drivers/watchdog/mlx_wdt.c
----------------------------------------------------------------

Kind regards,
Wim.


             reply	other threads:[~2019-03-10 15:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-10 14:54 Wim Van Sebroeck [this message]
2019-03-11 19:00 ` [GIT PULL REQUEST] watchdog - v5.1 Merge window pr-tracker-bot

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=20190310145408.GA2045@www.linux-watchdog.org \
    --to=wim@linux-watchdog.org \
    --cc=Jisheng.Zhang@synaptics.com \
    --cc=akpm@linux-foundation.org \
    --cc=biju.das@bp.renesas.com \
    --cc=gustavo@embeddedor.com \
    --cc=jerry.hoemann@hpe.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=michaelsh@mellanox.com \
    --cc=saiprakash.ranjan@codeaurora.org \
    --cc=torvalds@linux-foundation.org \
    --cc=yuehaibing@huawei.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.