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>,
	Christophe Roullier <christophe.roullier@st.com>,
	Eugen Hristev <eugen.hristev@microchip.com>,
	Jack Mitchell <ml@embed.me.uk>,
	Marco Felsch <m.felsch@pengutronix.de>,
	Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>,
	Srinivas Neeli <srinivas.neeli@xilinx.com>,
	Vincent Prince <Vincent.PRINCE.fr@gmail.com>,
	Vladis Dronov <vdronov@redhat.com>,
	Wang@www.linux-watchdog.org,
	"Peng 1." <peng.1.wang@nokia-sbell.com>,
	"yong.liang" <yong.liang@mediatek.com>
Subject: [GIT PULL REQUEST] watchdog - v5.6 Merge window
Date: Thu, 6 Feb 2020 20:47:37 +0100	[thread overview]
Message-ID: <20200206194737.GA12072@www.linux-watchdog.org> (raw)

Hi Linus,

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

This series contains:
* add IT8786 chipset
* addition of sam9x60 compatible watchdog
* da9062 improvements
* fix UAF in reboot notifier handling in watchdog core code
* other fixes and small improvements

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

  Linux 5.5 (2020-01-26 16:23:03 -0800)

are available in the git repository at:

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

for you to fetch changes up to 057b52b4b3d58f4ee5944171da50f77b00a1bb0d:

  watchdog: da9062: make restart handler atomic safe (2020-01-27 15:55:49 +0100)

----------------------------------------------------------------
linux-watchdog 5.6-rc1 tag

----------------------------------------------------------------
Christophe Roullier (1):
      drivers: watchdog: stm32_iwdg: set WDOG_HW_RUNNING at probe

Eugen Hristev (1):
      watchdog: sama5d4_wdt: addition of sam9x60 compatible watchdog

Jack Mitchell (1):
      watchdog: dw_wdt: ping watchdog to reset countdown before start

Marco Felsch (3):
      watchdog: da9062: add power management ops
      dt-bindings: watchdog: da9062: add suspend disable option
      watchdog: da9062: make restart handler atomic safe

Sai Prakash Ranjan (1):
      watchdog: qcom: Use platform_get_irq_optional() for bark irq

Srinivas Neeli (1):
      watchdog: cadence: Skip printing pointer value

Vincent Prince (1):
      watchdog: it87_wdt: add IT8786 ID

Vladis Dronov (1):
      watchdog: fix UAF in reboot notifier handling in watchdog core code

Wang, Peng 1. (NSB - CN/Hangzhou) (1):
      watchdog: make DesignWare watchdog allow users to set bigger timeout value

yong.liang (4):
      dt-bindings: mediatek: mt8183: Add #reset-cells
      dt-bindings: mediatek: mt2712: Add #reset-cells
      watchdog: mtk_wdt: mt8183: Add reset controller
      watchdog: mtk_wdt: mt2712: Add reset controller

 .../devicetree/bindings/watchdog/da9062-wdt.txt    |   5 +
 .../devicetree/bindings/watchdog/mtk-wdt.txt       |  11 ++-
 drivers/watchdog/at91sam9_wdt.h                    |  21 ++++
 drivers/watchdog/cadence_wdt.c                     |   5 +-
 drivers/watchdog/da9062_wdt.c                      |  35 ++++++-
 drivers/watchdog/dw_wdt.c                          |  11 ++-
 drivers/watchdog/it87_wdt.c                        |   2 +
 drivers/watchdog/mtk_wdt.c                         | 105 +++++++++++++++++++-
 drivers/watchdog/qcom-wdt.c                        |   2 +-
 drivers/watchdog/sama5d4_wdt.c                     | 109 ++++++++++++++++-----
 drivers/watchdog/stm32_iwdg.c                      |  18 ++++
 drivers/watchdog/watchdog_core.c                   |  35 +++++++
 drivers/watchdog/watchdog_dev.c                    |  36 +------
 .../dt-bindings/reset-controller/mt2712-resets.h   |  22 +++++
 .../dt-bindings/reset-controller/mt8183-resets.h   |  17 ++++
 15 files changed, 361 insertions(+), 73 deletions(-)
 create mode 100644 include/dt-bindings/reset-controller/mt2712-resets.h
----------------------------------------------------------------

Kind regards,
Wim.


             reply	other threads:[~2020-02-06 20:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-06 19:47 Wim Van Sebroeck [this message]
2020-02-07 21:55 ` [GIT PULL REQUEST] watchdog - v5.6 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=20200206194737.GA12072@www.linux-watchdog.org \
    --to=wim@linux-watchdog.org \
    --cc=Vincent.PRINCE.fr@gmail.com \
    --cc=Wang@www.linux-watchdog.org \
    --cc=akpm@linux-foundation.org \
    --cc=christophe.roullier@st.com \
    --cc=eugen.hristev@microchip.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=m.felsch@pengutronix.de \
    --cc=ml@embed.me.uk \
    --cc=peng.1.wang@nokia-sbell.com \
    --cc=saiprakash.ranjan@codeaurora.org \
    --cc=srinivas.neeli@xilinx.com \
    --cc=torvalds@linux-foundation.org \
    --cc=vdronov@redhat.com \
    --cc=yong.liang@mediatek.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.