linux-watchdog.vger.kernel.org archive mirror
 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>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Anson Huang <Anson.Huang@nxp.com>, Borislav Petkov <bp@suse.de>,
	Eugen Hristev <eugen.hristev@microchip.com>,
	Fabio Estevam <festevam@gmail.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Joel Stanley <joel@jms.id.au>, Julia Cartwright <julia@ni.com>,
	Kevin Hao <haokexin@gmail.com>,
	Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>,
	Michal Simek <michal.simek@xilinx.com>,
	Paul Cercueil <paul@crapouillou.net>,
	Rasmus Villemoes <linux@rasmusvillemoes.dk>,
	Shuiqing Li <shuiqing.li@unisoc.com>,
	Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
Subject: [GIT PULL REQUEST] watchdog - v5.5 Merge window
Date: Fri, 29 Nov 2019 17:00:45 +0100	[thread overview]
Message-ID: <20191129160045.GA1996@www.linux-watchdog.org> (raw)

Hi Linus,

Please pull the watchdog changes for the v5.5 release cycle.

This series contains:
* Support for NCT6116D
* Several small fixes and improvements

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

  Linux 5.4-rc7 (2019-11-10 16:17:15 -0800)

are available in the git repository at:

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

for you to fetch changes up to 33c26ab4d6beec44bd5f525ffba1c23bf962d4a7:

  watchdog: jz4740: Drop dependency on MACH_JZ47xx (2019-11-18 20:14:47 +0100)

----------------------------------------------------------------
linux-watchdog 5.5-rc1 tag

----------------------------------------------------------------
Andy Shevchenko (1):
      watchdog: intel-mid_wdt: Add WATCHDOG_NOWAYOUT support

Anson Huang (3):
      watchdog: imx2_wdt: Remove unnecessary blank line
      watchdog: imx2_wdt: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
      watchdog: imx2_wdt: Use 'dev' instead of dereferencing it repeatedly

Borislav Petkov (1):
      watchdog: sbc7240_wdt: Fix yet another -Wimplicit-fallthrough warning

Eugen Hristev (2):
      watchdog: sama5d4_wdt: cleanup the bit definitions
      dt-bindings: watchdog: sama5d4_wdt: add microchip,sam9x60-wdt compatible

Fabio Estevam (5):
      watchdog: imx7ulp: Pass the wdog instance inimx7ulp_wdt_enable()
      watchdog: imx7ulp: Remove unused structure member
      watchdog: imx7ulp: Remove inline annotations
      watchdog: imx7ulp: Use definitions instead of magic values
      watchdog: imx7ulp: Fix reboot hang

Geert Uytterhoeven (1):
      watchdog: wdat_wdt: Spelling s/configrable/configurable/

Joel Stanley (1):
      watchdog: aspeed: Fix clock behaviour for ast2600

Julia Cartwright (1):
      watchdog: prevent deferral of watchdogd wakeup on RT

Kevin Hao (1):
      watchdog: Fix the race between the release of watchdog_core_data and cdev

Matti Vaittinen (1):
      watchdog: bd70528: Trivial function documentation fix

Michal Simek (1):
      watchdog: cadence: Do not show error in case of deferred probe

Paul Cercueil (3):
      watchdog: jz4740: Use WDT clock provided by TCU driver
      watchdog: jz4740: Use regmap provided by TCU driver
      watchdog: jz4740: Drop dependency on MACH_JZ47xx

Rasmus Villemoes (1):
      watchdog: make nowayout sysfs file writable

Shuiqing Li (1):
      watchdog: sprd: Fix the incorrect pointer getting from driver data

Srikanth Krishnakar (1):
      watchdog: w83627hf_wdt: Support NCT6116D

 Documentation/ABI/testing/sysfs-class-watchdog     |   9 +-
 .../bindings/watchdog/atmel-sama5d4-wdt.txt        |   2 +-
 drivers/watchdog/Kconfig                           |   5 +-
 drivers/watchdog/aspeed_wdt.c                      |  16 +--
 drivers/watchdog/at91sam9_wdt.h                    |  34 ++++---
 drivers/watchdog/bd70528_wdt.c                     |   4 +-
 drivers/watchdog/cadence_wdt.c                     |   6 +-
 drivers/watchdog/imx2_wdt.c                        |  30 +++---
 drivers/watchdog/imx7ulp_wdt.c                     |  45 ++++++---
 drivers/watchdog/intel-mid_wdt.c                   |   1 +
 drivers/watchdog/jz4740_wdt.c                      | 108 ++++++++++-----------
 drivers/watchdog/sbc7240_wdt.c                     |   3 +-
 drivers/watchdog/sprd_wdt.c                        |   6 +-
 drivers/watchdog/w83627hf_wdt.c                    |  11 ++-
 drivers/watchdog/watchdog_dev.c                    | 101 +++++++++++--------
 drivers/watchdog/wdat_wdt.c                        |   2 +-
 16 files changed, 214 insertions(+), 169 deletions(-)
----------------------------------------------------------------

Kind regards,
Wim.


             reply	other threads:[~2019-11-29 16:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-29 16:00 Wim Van Sebroeck [this message]
2019-12-02  2:50 ` [GIT PULL REQUEST] watchdog - v5.5 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=20191129160045.GA1996@www.linux-watchdog.org \
    --to=wim@linux-watchdog.org \
    --cc=Anson.Huang@nxp.com \
    --cc=Srikanth_Krishnakar@mentor.com \
    --cc=akpm@linux-foundation.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=bp@suse.de \
    --cc=eugen.hristev@microchip.com \
    --cc=festevam@gmail.com \
    --cc=geert+renesas@glider.be \
    --cc=haokexin@gmail.com \
    --cc=joel@jms.id.au \
    --cc=julia@ni.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=linux@roeck-us.net \
    --cc=matti.vaittinen@fi.rohmeurope.com \
    --cc=michal.simek@xilinx.com \
    --cc=paul@crapouillou.net \
    --cc=shuiqing.li@unisoc.com \
    --cc=torvalds@linux-foundation.org \
    /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).