linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL REQUEST] watchdog - v5.12 Merge window
@ 2021-02-15 15:47 Wim Van Sebroeck
  2021-02-22 18:11 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Wim Van Sebroeck @ 2021-02-15 15:47 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, LKML, Linux Watchdog Mailing List, Guenter Roeck,
	Alexander Usyskin, Andre Przywara, Arnd Bergmann, Crystal Guo,
	freddy.hsin, Jiapeng Zhong, Johan Jonker, Manivannan Sadhasivam,
	Sai Prakash Ranjan, Tian Tao, Tom Rix, Vijayakannan Ayyathurai,
	Wolfram Sang, Zhao Qiang

Hi Linus,

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

This series contains:
* Add watchdog driver for Intel Keembay Soc
* Add sun4i: Add H616 compatible string
* Add mt8192 wdt support
* add more Rockchip compatibles to snps,dw-wdt.yaml
* Add binding for Qcom SDX55
* add r8a779a0 (V3U) support
* removal of sirf prima watchdog driver
* removal of sirf atlas watchdog driver
* removal of zte zx watchdog driver
* removal of tango watchdog driver
* removal of coh901 watchdog driver
* several fixes and clean-ups

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

  Linux 5.11-rc3 (2021-01-10 14:34:50 -0800)

are available in the git repository at:

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

for you to fetch changes up to a4f3407c41605d14f09e490045d0609990cd5d94:

  watchdog: qcom: Remove incorrect usage of QCOM_WDT_ENABLE_IRQ (2021-02-07 14:41:28 +0100)

----------------------------------------------------------------
linux-watchdog 5.12-rc1 tag

----------------------------------------------------------------
Alexan der Usyskin (1):
      watchdog: mei_wdt: request stop on unregister

Andre Przywara (1):
      dt-bindings: watchdog: sun4i: Add H616 compatible string

Arnd Bergmann (5):
      watchdog: remove sirf prima driver
      watchdog: remove sirf atlas driver
      watchdog: remove zte zx driver
      watchdog: remove tango driver
      watchdog: remove coh901 driver

Crystal Guo (4):
      dt-binding: mediatek: watchdog: fix the description of compatible
      dt-binding: mediatek: mt8192: update mtk-wdt document
      dt-binding: mt8192: add toprgu reset-controller head file
      watchdog: mt8192: add wdt support

Jiapeng Zhong (1):
      watchdog: hpwdt: Assign boolean values to a bool variable

Johan Jonker (1):
      dt-binding: watchdog: add more Rockchip compatibles to snps,dw-wdt.yaml

Manivannan Sadhasivam (1):
      dt-bindings: watchdog: Add binding for Qcom SDX55

Sai Prakash Ranjan (1):
      watchdog: qcom: Remove incorrect usage of QCOM_WDT_ENABLE_IRQ

Tian Tao (1):
      watchdog: ziirave_wdt: remove unused including <linux/version.h>

Tom Rix (1):
      watchdog: it8712f_wdt: remove definition of DEBUG

Vijayakannan Ayyathurai (2):
      dt-bindings: watchdog: Add bindings for Intel Keem Bay SoC
      watchdog: Add watchdog driver for Intel Keembay Soc

Wolfram Sang (3):
      watchdog: renesas_wdt: don't sleep in atomic context
      dt-bindings: watchdog: renesas,wdt: add r8a779a0 (V3U) support
      watchdog: renesas_wdt: add grace period before rebooting

Zhao Qiang (1):
      watchdog: stop wdd when watchdog hw running in reboot_notifier

freddy.hsin (1):
      watchdog: mtk_wdt: Remove mtk_wdt_stop() in probe() to prevent the system freeze and it doesn't reboot by watchdog problem

 .../bindings/watchdog/allwinner,sun4i-a10-wdt.yaml |  12 +-
 .../bindings/watchdog/intel,keembay-wdt.yaml       |  57 +++
 .../devicetree/bindings/watchdog/mtk-wdt.txt       |   5 +-
 .../devicetree/bindings/watchdog/qcom-wdt.yaml     |   1 +
 .../devicetree/bindings/watchdog/renesas,wdt.yaml  |   1 +
 .../bindings/watchdog/sigma,smp8642-wdt.txt        |  18 -
 .../devicetree/bindings/watchdog/sirfsoc_wdt.txt   |  18 -
 .../devicetree/bindings/watchdog/snps,dw-wdt.yaml  |   6 +
 .../bindings/watchdog/stericsson-coh901327.txt     |  19 -
 .../bindings/watchdog/zte,zx2967-wdt.txt           |  32 --
 drivers/watchdog/Kconfig                           |  65 +---
 drivers/watchdog/Makefile                          |   6 +-
 drivers/watchdog/atlas7_wdt.c                      | 221 -----------
 drivers/watchdog/coh901327_wdt.c                   | 408 ---------------------
 drivers/watchdog/hpwdt.c                           |   6 +-
 drivers/watchdog/it8712f_wdt.c                     |   1 -
 drivers/watchdog/keembay_wdt.c                     | 286 +++++++++++++++
 drivers/watchdog/mei_wdt.c                         |   1 +
 drivers/watchdog/mtk_wdt.c                         |  23 +-
 drivers/watchdog/qcom-wdt.c                        |  13 +-
 drivers/watchdog/renesas_wdt.c                     |  33 +-
 drivers/watchdog/sirfsoc_wdt.c                     | 216 -----------
 drivers/watchdog/tangox_wdt.c                      | 209 -----------
 drivers/watchdog/watchdog_core.c                   |   2 +-
 drivers/watchdog/ziirave_wdt.c                     |   1 -
 drivers/watchdog/zx2967_wdt.c                      | 279 --------------
 .../dt-bindings/reset-controller/mt8192-resets.h   |  30 ++
 27 files changed, 457 insertions(+), 1512 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/intel,keembay-wdt.yaml
 delete mode 100644 Documentation/devicetree/bindings/watchdog/sigma,smp8642-wdt.txt
 delete mode 100644 Documentation/devicetree/bindings/watchdog/sirfsoc_wdt.txt
 delete mode 100644 Documentation/devicetree/bindings/watchdog/stericsson-coh901327.txt
 delete mode 100644 Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt
 delete mode 100644 drivers/watchdog/atlas7_wdt.c
 delete mode 100644 drivers/watchdog/coh901327_wdt.c
 create mode 100644 drivers/watchdog/keembay_wdt.c
 delete mode 100644 drivers/watchdog/sirfsoc_wdt.c
 delete mode 100644 drivers/watchdog/tangox_wdt.c
 delete mode 100644 drivers/watchdog/zx2967_wdt.c
 create mode 100644 include/dt-bindings/reset-controller/mt8192-resets.h
----------------------------------------------------------------

Kind regards,
Wim.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL REQUEST] watchdog - v5.12 Merge window
  2021-02-15 15:47 [GIT PULL REQUEST] watchdog - v5.12 Merge window Wim Van Sebroeck
@ 2021-02-22 18:11 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2021-02-22 18:11 UTC (permalink / raw)
  To: Wim Van Sebroeck
  Cc: Linus Torvalds, Andrew Morton, LKML, Linux Watchdog Mailing List,
	Guenter Roeck, Alexander Usyskin, Andre Przywara, Arnd Bergmann,
	Crystal Guo, freddy.hsin, Jiapeng Zhong, Johan Jonker,
	Manivannan Sadhasivam, Sai Prakash Ranjan, Tian Tao, Tom Rix,
	Vijayakannan Ayyathurai, Wolfram Sang, Zhao Qiang

The pull request you sent on Mon, 15 Feb 2021 16:47:27 +0100:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL REQUEST] watchdog - v5.12 Merge window
  2021-09-07 19:11 Wim Van Sebroeck
  2021-09-07 19:25 ` Wim Van Sebroeck
@ 2021-09-07 21:22 ` pr-tracker-bot
  1 sibling, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2021-09-07 21:22 UTC (permalink / raw)
  To: Wim Van Sebroeck
  Cc: Linus Torvalds, Andrew Morton, LKML, Linux Watchdog Mailing List,
	Guenter Roeck, Christine Zhu, Curtis Klein, Grzegorz Jaszczyk,
	Jan Kiszka, Linus Walleij, Matti Vaittinen, Rikard Falkeborn,
	Sam Shih, Stefan Wahren

The pull request you sent on Tue, 7 Sep 2021 21:11:39 +0200:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL REQUEST] watchdog - v5.12 Merge window
  2021-09-07 19:25 ` Wim Van Sebroeck
@ 2021-09-07 20:58   ` Linus Torvalds
  0 siblings, 0 replies; 6+ messages in thread
From: Linus Torvalds @ 2021-09-07 20:58 UTC (permalink / raw)
  To: Wim Van Sebroeck
  Cc: Andrew Morton, LKML, Linux Watchdog Mailing List, Guenter Roeck,
	Christine Zhu, Curtis Klein, Grzegorz Jaszczyk, Jan Kiszka,
	Linus Walleij, Matti Vaittinen, Rikard Falkeborn, Sam Shih,
	Stefan Wahren

On Tue, Sep 7, 2021 at 1:46 PM Wim Van Sebroeck <wim@linux-watchdog.org> wrote:
>
> My Apologies. The subject of this e-mail is wrong again. It should have been [GIT PULL REQUEST] watchdog - v5.15 Merge window

Heh. That was fairly obvious. No problem.

My email search terms end up being just "git" and "pull", so it's not
like I end up even really looking at the version numbers except closer
to the end of the release. At that point people start sending me early
pull requests for the next merge window, and I start looking more
closely just to make sure I differentiate between "fixes for this
release" and "updates for the next merge window".

... and even then, it's usually pretty obvious from the actual
contents, and if somebody gets a version number wrong it generally
isn't all that confusing.

            Linus

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL REQUEST] watchdog - v5.12 Merge window
  2021-09-07 19:11 Wim Van Sebroeck
@ 2021-09-07 19:25 ` Wim Van Sebroeck
  2021-09-07 20:58   ` Linus Torvalds
  2021-09-07 21:22 ` pr-tracker-bot
  1 sibling, 1 reply; 6+ messages in thread
From: Wim Van Sebroeck @ 2021-09-07 19:25 UTC (permalink / raw)
  To: Wim Van Sebroeck
  Cc: Linus Torvalds, Andrew Morton, LKML, Linux Watchdog Mailing List,
	Guenter Roeck, Christine Zhu, Curtis Klein, Grzegorz Jaszczyk,
	Jan Kiszka, Linus Walleij, Matti Vaittinen, Rikard Falkeborn,
	Sam Shih, Stefan Wahren

Hi Linus,

My Apologies. The subject of this e-mail is wrong again. It should have been [GIT PULL REQUEST] watchdog - v5.15 Merge window

Sorry,
Wim.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL REQUEST] watchdog - v5.12 Merge window
@ 2021-09-07 19:11 Wim Van Sebroeck
  2021-09-07 19:25 ` Wim Van Sebroeck
  2021-09-07 21:22 ` pr-tracker-bot
  0 siblings, 2 replies; 6+ messages in thread
From: Wim Van Sebroeck @ 2021-09-07 19:11 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, LKML, Linux Watchdog Mailing List, Guenter Roeck,
	Christine Zhu, Curtis Klein, Grzegorz Jaszczyk, Jan Kiszka,
	Linus Walleij, Matti Vaittinen, Rikard Falkeborn, Sam Shih,
	Stefan Wahren

Hi Linus,

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

This series contains:
* Add Mediatek MT7986 & MT8195 wdt support
* Add Maxim MAX63xx
* Drop bd70528 support
* rewrite ixp4xx to watchdog framework
* Constify static struct watchdog_ops for sl28cpld_wdt, mpc8xxx_wdt and tqmx86
* Introduce watchdog_dev_suspend/resume
* Several fixes and improvements


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

  Merge tag 'soc-fixes-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc (2021-08-19 15:32:58 -0700)

are available in the git repository at:

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

for you to fetch changes up to 41e73feb1024929e75eaf2f7cd93f35a3feb331b:

  dt-bindings: watchdog: Add compatible for Mediatek MT7986 (2021-08-22 10:28:12 +0200)

----------------------------------------------------------------
linux-watchdog 5.15-rc1 tag

----------------------------------------------------------------
Christine Zhu (2):
      dt-bindings: reset: mt8195: add toprgu reset-controller header file
      watchdog: mediatek: mt8195: add wdt support

Curtis Klein (2):
      watchdog: only run driver set_pretimeout op if device supports it
      watchdog: Fix NULL pointer dereference when releasing cdev

Grzegorz Jaszczyk (2):
      watchdog: introduce watchdog_dev_suspend/resume
      watchdog: imx2_wdg: notify wdog core to stop ping worker on suspend

Jan Kiszka (2):
      watchdog: iTCO_wdt: Fix detection of SMI-off case
      watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriate

Linus Walleij (3):
      dt-bindings: watchdog: Add Maxim MAX63xx bindings
      watchdog: max63xx_wdt: Add device tree probing
      watchdog: ixp4xx: Rewrite driver to use core

Matti Vaittinen (1):
      watchdog: bd70528 drop bd70528 support

Rikard Falkeborn (3):
      watchdog: sl28cpld_wdt: Constify static struct watchdog_ops
      watchdog: mpc8xxx_wdt: Constify static struct watchdog_ops
      watchdog: tqmx86: Constify static struct watchdog_ops

Sam Shih (1):
      dt-bindings: watchdog: Add compatible for Mediatek MT7986

Stefan Wahren (1):
      watchdog: bcm2835_wdt: consider system-power-controller property

 .../bindings/watchdog/maxim,max63xx.yaml           |  44 ++++
 .../devicetree/bindings/watchdog/mtk-wdt.txt       |   1 +
 drivers/clocksource/timer-ixp4xx.c                 |  48 +++-
 drivers/watchdog/Kconfig                           |  13 +-
 drivers/watchdog/Makefile                          |   1 -
 drivers/watchdog/bcm2835_wdt.c                     |  10 +-
 drivers/watchdog/bd70528_wdt.c                     | 291 ---------------------
 drivers/watchdog/iTCO_wdt.c                        |   2 +-
 drivers/watchdog/imx2_wdt.c                        |   1 +
 drivers/watchdog/ixp4xx_wdt.c                      | 283 +++++++++-----------
 drivers/watchdog/max63xx_wdt.c                     |  24 +-
 drivers/watchdog/mpc8xxx_wdt.c                     |   2 +-
 drivers/watchdog/mtk_wdt.c                         |   6 +
 drivers/watchdog/sl28cpld_wdt.c                    |   2 +-
 drivers/watchdog/tqmx86_wdt.c                      |   2 +-
 drivers/watchdog/watchdog_core.c                   |  37 +++
 drivers/watchdog/watchdog_dev.c                    |  57 +++-
 include/dt-bindings/reset/mt8195-resets.h          |  29 ++
 include/linux/watchdog.h                           |  10 +
 19 files changed, 368 insertions(+), 495 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/maxim,max63xx.yaml
 delete mode 100644 drivers/watchdog/bd70528_wdt.c
 create mode 100644 include/dt-bindings/reset/mt8195-resets.h
----------------------------------------------------------------

Kind regards,
Wim.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-09-07 21:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-15 15:47 [GIT PULL REQUEST] watchdog - v5.12 Merge window Wim Van Sebroeck
2021-02-22 18:11 ` pr-tracker-bot
2021-09-07 19:11 Wim Van Sebroeck
2021-09-07 19:25 ` Wim Van Sebroeck
2021-09-07 20:58   ` Linus Torvalds
2021-09-07 21:22 ` pr-tracker-bot

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).