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>,
	Ahmad Fatoum <a.fatoum@pengutronix.de>,
	"Alexander A. Klimov" <grandmaster@al2klimov.de>,
	Bumsik Kim <kbumsik@gmail.com>,
	"Gustavo A. R. Silva" <gustavoars@kernel.org>,
	Krzysztof Sobota <krzysztof.sobota@nokia.com>,
	Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	Lukas Bulwahn <lukas.bulwahn@gmail.com>,
	Martin Wu <wuyan@allwinnertech.com>,
	Michael Shych <michaelsh@mellanox.com>,
	Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>,
	Serge Semin <Sergey.Semin@baikalelectronics.ru>,
	Tero Kristo <t-kristo@ti.com>,
	Tiezhu Yang <yangtiezhu@loongson.cn>,
	Timothy Myers <timothy.myers@adtran.com>,
	Wang Qing <wangqing@vivo.com>, Woody Lin <woodylin@google.com>,
	Xu Wang <vulab@iscas.ac.cn>
Subject: [GIT PULL REQUEST] watchdog - v5.9 Merge window
Date: Wed, 12 Aug 2020 13:39:03 +0200	[thread overview]
Message-ID: <20200812113903.GA14481@www.linux-watchdog.org> (raw)

Hi Linus,

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

This series contains:
* f71808e_wdt imporvements
* dw_wdt improvements
* mlx-wdt: support new watchdog type with longer timeout period
* fallthrough pseudo-keyword replacements
* overall small fixes and improvements

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

  Linux 5.8-rc7 (2020-07-26 14:14:06 -0700)

are available in the git repository at:

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

for you to fetch changes up to d5b29c2c5ba2bd5bbdb5b744659984185d17d079:

  watchdog: rti-wdt: balance pm runtime enable calls (2020-08-05 18:43:03 +0200)

----------------------------------------------------------------
linux-watchdog 5.9-rc1 tag

----------------------------------------------------------------
Ahmad Fatoum (5):
      docs: watchdog: codify ident.options as superset of possible status flags
      watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.options
      watchdog: f71808e_wdt: remove use of wrong watchdog_info option
      watchdog: f71808e_wdt: clear watchdog timeout occurred flag
      watchdog: f71808e_wdt: do stricter parameter validation

Alexander A. Klimov (1):
      watchdog: Replace HTTP links with HTTPS ones

Bumsik Kim (1):
      watchdog: test_bit() => watchdog_active()

Gustavo A. R. Silva (2):
      watchdog: Use fallthrough pseudo-keyword
      watchdog: scx200_wdt: Use fallthrough pseudo-keyword

Krzysztof Sobota (1):
      watchdog: initialize device before misc_register

Lad Prabhakar (1):
      dt-bindings: watchdog: renesas,wdt: Document r8a774e1 support

Lukas Bulwahn (1):
      MAINTAINERS: rectify entry in ARM SMC WATCHDOG DRIVER

Martin Wu (1):
      watchdog: sunxi_wdt: fix improper error exit code

Michael Shych (4):
      platform_data/mlxreg: support new watchdog type with longer timeout period
      platform/x86: mlx-platform: support new watchdog type with longer timeout
      watchdog: mlx-wdt: support new watchdog type with longer timeout period
      docs: watchdog: mlx-wdt: Add description of new watchdog type 3

Sai Prakash Ranjan (2):
      dt-bindings: watchdog: Convert QCOM watchdog timer bindings to YAML
      dt-bindings: watchdog: Add compatible for QCS404, SC7180, SDM845, SM8150

Serge Semin (7):
      dt-bindings: watchdog: Convert DW WDT binding to DT schema
      dt-bindings: watchdog: dw-wdt: Support devices with asynch clocks
      dt-bindings: watchdog: dw-wdt: Add watchdog TOPs array property
      watchdog: dw_wdt: Support devices with non-fixed TOP values
      watchdog: dw_wdt: Support devices with asynch clocks
      watchdog: dw_wdt: Add pre-timeouts support
      watchdog: dw_wdt: Add DebugFS files

Tero Kristo (4):
      watchdog: use __watchdog_ping in startup
      watchdog: add support for adjusting last known HW keepalive time
      watchdog: rti-wdt: attach to running watchdog during probe
      watchdog: rti-wdt: balance pm runtime enable calls

Tiezhu Yang (1):
      watchdog: bcm_kona_wdt: Use correct return value for bcm_kona_wdt_probe()

Timothy Myers (1):
      watchdog: booke_wdt: Add common nowayout parameter driver

Wang Qing (1):
      watchdog: Use kobj_to_dev() API

Woody Lin (1):
      watchdog: softdog: Add options 'soft_reboot_cmd' and 'soft_active_on_boot'

Xu Wang (1):
      watchdog: pcwd_usb: remove needless check before usb_free_coherent()

 .../devicetree/bindings/watchdog/davinci-wdt.txt   |   4 +-
 .../devicetree/bindings/watchdog/dw_wdt.txt        |  24 --
 .../devicetree/bindings/watchdog/qcom-wdt.txt      |  28 --
 .../devicetree/bindings/watchdog/qcom-wdt.yaml     |  48 +++
 .../devicetree/bindings/watchdog/renesas,wdt.yaml  |   1 +
 .../devicetree/bindings/watchdog/snps,dw-wdt.yaml  |  90 +++++
 Documentation/watchdog/mlx-wdt.rst                 |  10 +
 Documentation/watchdog/watchdog-api.rst            |   2 +-
 Documentation/watchdog/watchdog-kernel-api.rst     |  12 +
 MAINTAINERS                                        |   2 +-
 drivers/platform/x86/mlx-platform.c                | 106 +++++
 drivers/watchdog/Kconfig                           |   2 +-
 drivers/watchdog/advantechwdt.c                    |   2 +-
 drivers/watchdog/alim1535_wdt.c                    |   2 +-
 drivers/watchdog/alim7101_wdt.c                    |   2 +-
 drivers/watchdog/ar7_wdt.c                         |   3 +-
 drivers/watchdog/ath79_wdt.c                       |   2 +-
 drivers/watchdog/bcm_kona_wdt.c                    |   2 +-
 drivers/watchdog/booke_wdt.c                       |   6 +-
 drivers/watchdog/dw_wdt.c                          | 439 +++++++++++++++++++--
 drivers/watchdog/eurotechwdt.c                     |   2 +-
 drivers/watchdog/f71808e_wdt.c                     |  54 ++-
 drivers/watchdog/gef_wdt.c                         |   2 +-
 drivers/watchdog/geodewdt.c                        |   2 +-
 drivers/watchdog/ib700wdt.c                        |   2 +-
 drivers/watchdog/it8712f_wdt.c                     |   2 +-
 drivers/watchdog/ixp4xx_wdt.c                      |   2 +-
 drivers/watchdog/m54xx_wdt.c                       |   2 +-
 drivers/watchdog/machzwd.c                         |   2 +-
 drivers/watchdog/mlx_wdt.c                         |  73 +++-
 drivers/watchdog/mv64x60_wdt.c                     |   2 +-
 drivers/watchdog/nv_tco.c                          |   4 +-
 drivers/watchdog/nv_tco.h                          |   2 +-
 drivers/watchdog/pc87413_wdt.c                     |   2 +-
 drivers/watchdog/pcwd.c                            |   2 +-
 drivers/watchdog/pcwd_pci.c                        |   2 +-
 drivers/watchdog/pcwd_usb.c                        |   7 +-
 drivers/watchdog/rc32434_wdt.c                     |   2 +-
 drivers/watchdog/riowd.c                           |   2 +-
 drivers/watchdog/rti_wdt.c                         | 114 +++++-
 drivers/watchdog/sa1100_wdt.c                      |   2 +-
 drivers/watchdog/sb_wdog.c                         |   2 +-
 drivers/watchdog/sbc60xxwdt.c                      |   2 +-
 drivers/watchdog/sbc7240_wdt.c                     |   2 +-
 drivers/watchdog/sbc_fitpc2_wdt.c                  |   2 +-
 drivers/watchdog/sc520_wdt.c                       |   2 +-
 drivers/watchdog/sch311x_wdt.c                     |   2 +-
 drivers/watchdog/scx200_wdt.c                      |   2 +-
 drivers/watchdog/smsc37b787_wdt.c                  |   2 +-
 drivers/watchdog/softdog.c                         |  57 +++
 drivers/watchdog/sp5100_tco.c                      |   2 +-
 drivers/watchdog/sunxi_wdt.c                       |   2 +-
 drivers/watchdog/w83877f_wdt.c                     |   2 +-
 drivers/watchdog/w83977f_wdt.c                     |   2 +-
 drivers/watchdog/wafer5823wdt.c                    |   2 +-
 drivers/watchdog/watchdog_dev.c                    |  73 +++-
 drivers/watchdog/wdt.c                             |   2 +-
 drivers/watchdog/wdt285.c                          |   2 +-
 drivers/watchdog/wdt977.c                          |   2 +-
 drivers/watchdog/wdt_pci.c                         |   2 +-
 include/linux/platform_data/mlxreg.h               |   5 +-
 include/linux/watchdog.h                           |   2 +
 62 files changed, 1032 insertions(+), 210 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/watchdog/dw_wdt.txt
 delete mode 100644 Documentation/devicetree/bindings/watchdog/qcom-wdt.txt
 create mode 100644 Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
 create mode 100644 Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
----------------------------------------------------------------

Kind regards,
Wim.


             reply	other threads:[~2020-08-12 12:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-12 11:39 Wim Van Sebroeck [this message]
2020-08-12 19:16 ` [GIT PULL REQUEST] watchdog - v5.9 Merge window Linus Torvalds
2020-08-12 19:58 ` 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=20200812113903.GA14481@www.linux-watchdog.org \
    --to=wim@linux-watchdog.org \
    --cc=Sergey.Semin@baikalelectronics.ru \
    --cc=a.fatoum@pengutronix.de \
    --cc=akpm@linux-foundation.org \
    --cc=grandmaster@al2klimov.de \
    --cc=gustavoars@kernel.org \
    --cc=kbumsik@gmail.com \
    --cc=krzysztof.sobota@nokia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lukas.bulwahn@gmail.com \
    --cc=michaelsh@mellanox.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=saiprakash.ranjan@codeaurora.org \
    --cc=t-kristo@ti.com \
    --cc=timothy.myers@adtran.com \
    --cc=torvalds@linux-foundation.org \
    --cc=vulab@iscas.ac.cn \
    --cc=wangqing@vivo.com \
    --cc=woodylin@google.com \
    --cc=wuyan@allwinnertech.com \
    --cc=yangtiezhu@loongson.cn \
    /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.