From: Wenkai <advantech.susiteam@xxxxxxxxx> This patch series aims to add support for the Advantech EIO-IS200 Embedded Controller's watchdog timer to the Linux kernel. The EIO-IS200 is a widely used embedded controller, and this series introduces a native driver for its watchdog timer functionality within the Linux ecosystem. Driver Features: - Complete support for the Advantech EIO-IS200 Embedded Controller's hardware watchdog timer. - Seamless integration with the Linux Watchdog framework, enabling standard watchdog functionality. - Flexible configuration options for watchdog timeout and event types. - Module parameters for setting default timeout and event type. - The EIO-IS200 can select special event output pin such as PWRBTN (Power button),SCI (ACPI System Control Interrupt), IRQ, and GPIO Driver Dependencies: - The driver relies on the Linux Multi-Function Device (MFD) framework and related dependencies. - Assumption of the presence of the Advantech eiois200_core MFD core driver. Wenkai (5): watchdog: eiois200_wdt: Constructing Advantech EIO-IS200 watchdog driver watchdog: eiois200_wdt: Add PMC support with eiois200_core. watchdog: eiois200_wdt: Implement basic watchdog functionalities watchdog: eiois200_wdt: Enhanced watchdog functionality and pretimeout watchdog: eiois200_wdt: Enhanced IRQ trigger behavior drivers/watchdog/Kconfig | 14 + drivers/watchdog/Makefile | 1 + drivers/watchdog/eiois200_wdt.c | 658 ++++++++++++++++++++++++++++++++ 3 files changed, 673 insertions(+) create mode 100644 drivers/watchdog/eiois200_wdt.c base-commit: 9aab92bc3a8922d4b2e24d10271dfe3034cbf5c2 -- 2.34.1