Hi Linus, Please pull following watchdog changes for the v5.19 release cycle. This series contains: * Add Advantech EC watchdog driver * Add support for MT6795 Helio X10 watchdog and toprgu * Add support for MT8188 watchdog device * Remove #ifdef guards for PM related functions * Other fixes and improvements The output from git request-pull: ---------------------------------------------------------------- The following changes since commit f0c4d9fc9cc9462659728d168387191387e903cc: Linux 6.1-rc4 (2022-11-06 15:07:11 -0800) are available in the git repository at: git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-6.2-rc1 for you to fetch changes up to 9ec0b7e06835b857f892feb2fe6121db1393425d: watchdog: aspeed: Enable pre-timeout interrupt (2022-11-19 15:30:41 +0100) ---------------------------------------------------------------- linux-watchdog 6.2-rc1 tag ---------------------------------------------------------------- Allen-KH Cheng (1): dt-bindings: watchdog: mediatek,mtk-wdt: Add compatible for MT8173 AngeloGioacchino Del Regno (3): watchdog: mtk_wdt: Add support for MT6795 Helio X10 watchdog and toprgu dt-bindings: watchdog: mediatek: Convert mtk-wdt to json-schema dt-bindings: watchdog: mediatek,mtk-wdt: Add compatible for MT6795 Eddie James (1): watchdog: aspeed: Enable pre-timeout interrupt Marcus Folkesson (1): watchdog: rn5t618: add support for read out bootstatus Mika Westerberg (1): watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running Paul Cercueil (4): watchdog: at91rm9200: Remove #ifdef guards for PM related functions watchdog: twl4030: Remove #ifdef guards for PM related functions watchdog: omap: Remove #ifdef guards for PM related functions watchdog: kempld: Remove #ifdef guards for PM related functions Runyang Chen (3): dt-bindings: watchdog: Add compatible for MediaTek MT8188 dt-bindings: reset: mt8188: add toprgu reset-controller header file watchdog: mediatek: mt8188: add wdt support Thomas Kastner (1): watchdog: Add Advantech EC watchdog driver .../bindings/watchdog/mediatek,mtk-wdt.yaml | 80 ++++++++ .../devicetree/bindings/watchdog/mtk-wdt.txt | 42 ----- drivers/watchdog/Kconfig | 7 + drivers/watchdog/Makefile | 1 + drivers/watchdog/advantech_ec_wdt.c | 205 +++++++++++++++++++++ drivers/watchdog/aspeed_wdt.c | 104 +++++++++-- drivers/watchdog/at91rm9200_wdt.c | 11 +- drivers/watchdog/db8500_wdt.c | 9 +- drivers/watchdog/iTCO_wdt.c | 21 ++- drivers/watchdog/kempld_wdt.c | 11 +- drivers/watchdog/mtk_wdt.c | 12 ++ drivers/watchdog/omap_wdt.c | 11 +- drivers/watchdog/rn5t618_wdt.c | 12 ++ drivers/watchdog/twl4030_wdt.c | 9 +- include/dt-bindings/reset/mt8188-resets.h | 36 ++++ include/linux/mfd/rn5t618.h | 9 + 16 files changed, 474 insertions(+), 106 deletions(-) create mode 100644 Documentation/devicetree/bindings/watchdog/mediatek,mtk-wdt.yaml delete mode 100644 Documentation/devicetree/bindings/watchdog/mtk-wdt.txt create mode 100644 drivers/watchdog/advantech_ec_wdt.c create mode 100644 include/dt-bindings/reset/mt8188-resets.h ---------------------------------------------------------------- Kind regards, Wim.