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>,
	Wim Van Sebroeck <wim@linux-watchdog.org>,
	Johannes Thumshirn <jthumshirn@suse.de>,
	Srinath Mannam <srinath.mannam@broadcom.com>,
	Wei Yongjun <weiyongjun1@huawei.com>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	Ray Jui <ray.jui@broadcom.com>,
	Maxim Kochetkov <fido_max@inbox.ru>,
	Ludovic Barre <ludovic.barre@st.com>,
	Masaharu Hayakawa <masaharu.hayakawa.ry@renesas.com>
Subject: [GIT PULL REQUEST] watchdog - v4.19 Merge window
Date: Fri, 17 Aug 2018 13:00:54 +0200	[thread overview]
Message-ID: <20180817110054.GA22769@www.linux-watchdog.org> (raw)

Hi Linus,

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

This series contains:
* MEN 16z069 IP-Core: Add driver
* renesas-wdt: Add support for the R8A77990 wdt
* stm32_iwdg: Add stm32mp1 support and pclk feature
* sp805_wdt, orion_wdt, sprd_wdt: add several improvements
* imx2_wdt, stmp3xxx: Switch to SPDX identifier

The output from git request-pull:
----------------------------------------------------------------

The following changes since commit 9d3cce1e8b8561fed5f383d22a4d6949db4eadbe:

  Linux 4.18-rc5 (2018-07-15 12:49:31 -0700)

are available in the git repository at:

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

for you to fetch changes up to 12aea518a202bc7c947553840f1d93f8129b41b2:

  watchdog: fix dependencies of menz69_wdt.o (2018-08-06 17:12:42 +0200)

----------------------------------------------------------------
linux-watchdog 4.19-rc1 tag

----------------------------------------------------------------
Fabio Estevam (2):
      watchdog: imx2_wdt: Switch to SPDX identifier
      watchdog: stmp3xxx: Switch to SPDX identifier

Johannes Thumshirn (2):
      watchdog: add driver for the MEN 16z069 IP-Core
      watchdog: fix dependencies of menz69_wdt.o

Ludovic Barre (2):
      dt-bindings: watchdog: add stm32mp1 support
      watchdog: stm32: add pclk feature for stm32mp1

Masaharu Hayakawa (1):
      dt-bindings: watchdog: renesas-wdt: Add support for the R8A77990 wdt

Maxim Kochetkov (1):
      watchdog: orion_wdt: Mark watchdog as active when running at probe

Ray Jui (4):
      dt-bindings: watchdog: Consolidate SP805 binding docs
      dt-bindings: watchdog: Add optional 'timeout-sec' property for sp805
      watchdog: sp805: add 'timeout-sec' DT property support
      watchdog: sp805: set WDOG_HW_RUNNING when appropriate

Srinath Mannam (1):
      watchdog: sp805: Add clock-frequency property

Wei Yongjun (1):
      watchdog: sprd_wdt: Remove redundant dev_err call in sprd_wdt_probe()

 .../devicetree/bindings/watchdog/arm,sp805.txt     |  29 +++-
 .../devicetree/bindings/watchdog/renesas-wdt.txt   |   1 +
 .../devicetree/bindings/watchdog/sp805-wdt.txt     |  31 ----
 .../devicetree/bindings/watchdog/st,stm32-iwdg.txt |  13 +-
 MAINTAINERS                                        |   6 +
 drivers/watchdog/Kconfig                           |  10 ++
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/imx2_wdt.c                        |   5 +-
 drivers/watchdog/menz69_wdt.c                      | 170 +++++++++++++++++++++
 drivers/watchdog/orion_wdt.c                       |   2 +
 drivers/watchdog/sp805_wdt.c                       |  63 ++++++--
 drivers/watchdog/sprd_wdt.c                        |   4 +-
 drivers/watchdog/stm32_iwdg.c                      | 116 +++++++++-----
 drivers/watchdog/stmp3xxx_rtc_wdt.c                |   5 +-
 14 files changed, 351 insertions(+), 105 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/watchdog/sp805-wdt.txt
 create mode 100644 drivers/watchdog/menz69_wdt.c

                 reply	other threads:[~2018-08-17 11:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180817110054.GA22769@www.linux-watchdog.org \
    --to=wim@linux-watchdog.org \
    --cc=akpm@linux-foundation.org \
    --cc=fabio.estevam@nxp.com \
    --cc=fido_max@inbox.ru \
    --cc=jthumshirn@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=ludovic.barre@st.com \
    --cc=masaharu.hayakawa.ry@renesas.com \
    --cc=ray.jui@broadcom.com \
    --cc=srinath.mannam@broadcom.com \
    --cc=torvalds@linux-foundation.org \
    --cc=weiyongjun1@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 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).