mbox series

[GIT,PULL,REQUEST] watchdog - v5.6 Merge window

Message ID 20200206194737.GA12072@www.linux-watchdog.org (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL,REQUEST] watchdog - v5.6 Merge window | expand

Pull-request

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

Message

Wim Van Sebroeck Feb. 6, 2020, 7:47 p.m. UTC
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.

Comments

pr-tracker-bot@kernel.org Feb. 7, 2020, 9:55 p.m. UTC | #1
The pull request you sent on Thu, 6 Feb 2020 20:47:37 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b34f01f76a10386f1877181e4f0631fa2733ecdc

Thank you!