| From: |
| advantech.susiteam-AT-gmail.com |
| To: |
| advantech.susiteam-AT-gmail.com |
| Subject: |
| [PATCH 0/5] watchdog: eiois200_wdt: Add EIO-IS200 Watchdog Driver |
| Date: |
| Thu, 05 Oct 2023 16:51:18 +0800 |
| Message-ID: |
| <cover.1696495372.git.advantech.susiteam@gmail.com> |
| Cc: |
| wenkai.chung-AT-advantech.com.tw, Susi.Driver-AT-advantech.com, Wim Van Sebroeck <wim-AT-linux-watchdog.org>, Guenter Roeck <linux-AT-roeck-us.net>, linux-kernel-AT-vger.kernel.org, linux-watchdog-AT-vger.kernel.org |
| Archive-link: |
| Article |
From: Wenkai <advantech.susiteam@gmail.com>
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