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>,
"Allen-KH Cheng" <allen-kh.cheng@mediatek.com>,
"Andrej Picej" <andrej.picej@norik.com>,
"Bartosz Golaszewski" <bartosz.golaszewski@linaro.org>,
"Chen Jun" <chenjun102@huawei.com>,
"Christophe JAILLET" <christophe.jaillet@wanadoo.fr>,
"Cosmin Tanislav" <demonsingur@gmail.com>,
"Fabrizio Castro" <fabrizio.castro.jz@renesas.com>,
"George Cherian" <george.cherian@marvell.com>,
"Konrad Dybcio" <konrad.dybcio@linaro.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
"Lad Prabhakar" <prabhakar.mahadev-lad.rj@bp.renesas.com>,
"Li Hua" <hucool.lihua@huawei.com>,
"Neil Armstrong" <neil.armstrong@linaro.org>,
"Primoz Fiser" <primoz.fiser@norik.com>,
"Robert Marko" <robert.marko@sartura.hr>,
ruanjinjie <ruanjinjie@huawei.com>,
"Sergio Paracuellos" <sergio.paracuellos@gmail.com>,
"Thomas Weißschuh" <linux@weissschuh.net>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Subject: [GIT PULL REQUEST] watchdog - v6.3 release cycle.
Date: Thu, 2 Mar 2023 17:25:37 +0100 [thread overview]
Message-ID: <20230302162537.GA3071@www.linux-watchdog.org> (raw)
Hi Linus,
Please pull following watchdog changes for the v5.19 release cycle.
This series contains:
* qcom-wdt dt-bindings improvements and additions (like MSM8994 and MDM9615)
* mtk_wdt: Add reset_by_toprgu support
* devm_clk_get_enabled() helper changes
* Fix kmemleak in watchdog_cdev_register
* watchdog sysfs improvements
* Other fixes and small improvements
The output from git request-pull:
----------------------------------------------------------------
The following changes since commit d2d11f342b179f1894a901f143ec7c008caba43e:
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2023-02-05 17:17:10 -0800)
are available in the git repository at:
git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-6.3-rc1
for you to fetch changes up to cf3be7e82b129ed34f811f116f2b113f6299d449:
watchdog: at91rm9200: Only warn once about problems in .remove() (2023-03-02 06:51:35 +0100)
----------------------------------------------------------------
linux-watchdog 6.3-rc1 tag
----------------------------------------------------------------
Allen-KH Cheng (2):
dt-bindings: watchdog: mtk-wdt: Add reset-by-toprgu support
watchdog: mtk_wdt: Add reset_by_toprgu support
Andrej Picej (2):
watchdog: imx2_wdg: suspend watchdog in WAIT mode
dt-bindings: watchdog: fsl-imx: document suspend in wait mode
Bartosz Golaszewski (1):
dt-bindings: watchdog: qcom-wdt: add qcom,apss-wdt-sa8775p compatible
Chen Jun (1):
watchdog: Fix kmemleak in watchdog_cdev_register
Christophe JAILLET (19):
watchdog: realtek_otto: Use devm_clk_get_enabled() helper
watchdog: pnx4008: Use devm_clk_get_enabled() helper
watchdog: pic32-wdt: Use devm_clk_get_enabled() helper
watchdog: pic32-dmt: Use devm_clk_get_enabled() helper
watchdog: lpc18xx: Use devm_clk_get_enabled() helper
watchdog: of_xilinx_wdt: Use devm_clk_get_enabled() helper
watchdog: imgpdc: Use devm_clk_get_enabled() helper
watchdog: cadence: Use devm_clk_get_enabled() helper
watchdog: meson_gxbb: Use devm_clk_get_enabled() helper
watchdog: davinci: Use devm_clk_get_enabled() helper
watchdog: imx7ulp: Use devm_clk_get_enabled() helper
watchdog: rtd119x: Use devm_clk_get_enabled() helper
watchdog: bcm7038: Use devm_clk_get_enabled() helper
watchdog: armada_37xx: Use devm_clk_get_enabled() helper
watchdog: qcom: Use devm_clk_get_enabled() helper
watchdog: rzn1: Use devm_clk_get_enabled() helper
watchdog: visconti: Use devm_clk_get_enabled() helper
watchdog: apple: Use devm_clk_get_enabled() helper
watchdog: Include <linux/kstrtox.h> when appropriate
Cosmin Tanislav (1):
watchdog: dw_wdt: stop on reboot
Fabrizio Castro (1):
watchdog: rzg2l_wdt: Handle TYPE-B reset for RZ/V2M
George Cherian (1):
watchdog: sbsa_wdog: Make sure the timeout programming is within the limits
Konrad Dybcio (1):
dt-bindings: watchdog: Add MSM8994 watchdog timer
Krzysztof Kozlowski (7):
dt-bindings: watchdog: allow "timer" as node name
dt-bindings: watchdog: qcom-wdt: require fallback for IPQ4019
dt-bindings: watchdog: qcom-wdt: do not allow fallback alone
dt-bindings: watchdog: qcom-wdt: fix list of MSM timer compatibles
dt-bindings: watchdog: qcom-wdt: add qcom,kpss-wdt-mdm9615
dt-bindings: watchdog: qcom-wdt: allow interrupts
dt-bindings: watchdog: qcom-wdt: merge MSM timer
Lad Prabhakar (2):
dt-bindings: watchdog: renesas,wdt: Document RZ/Five SoC
watchdog: rzg2l_wdt: Issue a reset before we put the PM clocks
Li Hua (1):
watchdog: pcwd_usb: Fix attempting to access uninitialized memory
Neil Armstrong (1):
dt-bindings: watchdog: convert meson-wdt.txt to dt-schema
Primoz Fiser (1):
watchdog: da9062: da9063: use unlocked xfer function in restart
Robert Marko (1):
dt-bindings: watchdog: Convert GPIO binding to json-schema
Sergio Paracuellos (3):
dt-bindings: watchdog: mt7621-wdt: add phandle to access system controller registers
watchdog: mt7621-wdt: avoid static global declarations
watchdog: mt7621-wdt: avoid ralink architecture dependent code
Thomas Weißschuh (4):
watchdog: wdat_wdt: Avoid unimplemented get_timeleft
watchdog: iTCO_wdt: Report firmware_version
watchdog: report fw_version in sysfs
watchdog: report options in sysfs
Uwe Kleine-König (2):
watchdog: ziirave_wdt: Convert to i2c's .probe_new()
watchdog: at91rm9200: Only warn once about problems in .remove()
ruanjinjie (1):
watchdog: at91sam9_wdt: use devm_request_irq to avoid missing free_irq() in error path
Documentation/ABI/testing/sysfs-class-watchdog | 13 +++
.../devicetree/bindings/timer/qcom,msm-timer.txt | 47 --------
.../bindings/watchdog/amlogic,meson6-wdt.yaml | 50 +++++++++
.../devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 37 ++++++-
.../devicetree/bindings/watchdog/gpio-wdt.yaml | 55 ++++++++++
.../bindings/watchdog/mediatek,mt7621-wdt.yaml | 7 ++
.../bindings/watchdog/mediatek,mtk-wdt.yaml | 6 +
.../devicetree/bindings/watchdog/meson-wdt.txt | 21 ----
.../devicetree/bindings/watchdog/qcom-wdt.yaml | 96 ++++++++++++++--
.../devicetree/bindings/watchdog/renesas,wdt.yaml | 2 +-
.../devicetree/bindings/watchdog/watchdog.yaml | 7 +-
drivers/watchdog/Kconfig | 4 +-
drivers/watchdog/apple_wdt.c | 18 +--
drivers/watchdog/armada_37xx_wdt.c | 15 +--
drivers/watchdog/aspeed_wdt.c | 1 +
drivers/watchdog/at91rm9200_wdt.c | 2 +-
drivers/watchdog/at91sam9_wdt.c | 7 +-
drivers/watchdog/bcm7038_wdt.c | 15 +--
drivers/watchdog/cadence_wdt.c | 17 +--
drivers/watchdog/da9062_wdt.c | 15 ++-
drivers/watchdog/da9063_wdt.c | 15 ++-
drivers/watchdog/davinci_wdt.c | 18 +--
drivers/watchdog/dw_wdt.c | 1 +
drivers/watchdog/iTCO_wdt.c | 4 +-
drivers/watchdog/imgpdc_wdt.c | 31 +-----
drivers/watchdog/imx2_wdt.c | 55 +++++++++-
drivers/watchdog/imx7ulp_wdt.c | 15 +--
drivers/watchdog/lpc18xx_wdt.c | 30 +----
drivers/watchdog/meson_gxbb_wdt.c | 16 +--
drivers/watchdog/mt7621_wdt.c | 122 ++++++++++++++-------
drivers/watchdog/mtk_wdt.c | 7 ++
drivers/watchdog/of_xilinx_wdt.c | 16 +--
drivers/watchdog/pcwd_usb.c | 6 +-
drivers/watchdog/pic32-dmt.c | 15 +--
drivers/watchdog/pic32-wdt.c | 17 +--
drivers/watchdog/pnx4008_wdt.c | 15 +--
drivers/watchdog/qcom-wdt.c | 16 +--
drivers/watchdog/realtek_otto_wdt.c | 17 +--
drivers/watchdog/rtd119x_wdt.c | 16 +--
drivers/watchdog/rzg2l_wdt.c | 45 +++++++-
drivers/watchdog/rzn1_wdt.c | 18 +--
drivers/watchdog/sbsa_gwdt.c | 1 +
drivers/watchdog/visconti_wdt.c | 17 +--
drivers/watchdog/watchdog_dev.c | 23 +++-
drivers/watchdog/wdat_wdt.c | 6 +-
drivers/watchdog/ziirave_wdt.c | 5 +-
46 files changed, 527 insertions(+), 455 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/timer/qcom,msm-timer.txt
create mode 100644 Documentation/devicetree/bindings/watchdog/amlogic,meson6-wdt.yaml
create mode 100644 Documentation/devicetree/bindings/watchdog/gpio-wdt.yaml
delete mode 100644 Documentation/devicetree/bindings/watchdog/meson-wdt.txt
----------------------------------------------------------------
Kind regards,
Wim.
next reply other threads:[~2023-03-02 18:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-02 16:25 Wim Van Sebroeck [this message]
2023-03-02 19:39 ` 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=20230302162537.GA3071@www.linux-watchdog.org \
--to=wim@linux-watchdog.org \
--cc=akpm@linux-foundation.org \
--cc=allen-kh.cheng@mediatek.com \
--cc=andrej.picej@norik.com \
--cc=bartosz.golaszewski@linaro.org \
--cc=chenjun102@huawei.com \
--cc=christophe.jaillet@wanadoo.fr \
--cc=demonsingur@gmail.com \
--cc=fabrizio.castro.jz@renesas.com \
--cc=george.cherian@marvell.com \
--cc=hucool.lihua@huawei.com \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=linux@weissschuh.net \
--cc=neil.armstrong@linaro.org \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=primoz.fiser@norik.com \
--cc=robert.marko@sartura.hr \
--cc=ruanjinjie@huawei.com \
--cc=sergio.paracuellos@gmail.com \
--cc=torvalds@linux-foundation.org \
--cc=u.kleine-koenig@pengutronix.de \
/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
all inboxes | Powered by JetHome®