[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1696495372.git.advantech.susiteam@gmail.com>
Date: Thu, 5 Oct 2023 16:51:18 +0800
From: advantech.susiteam@...il.com
To: advantech.susiteam@...il.com
Cc: wenkai.chung@...antech.com.tw, Susi.Driver@...antech.com,
Wim Van Sebroeck <wim@...ux-watchdog.org>,
Guenter Roeck <linux@...ck-us.net>,
linux-kernel@...r.kernel.org, linux-watchdog@...r.kernel.org
Subject: [PATCH 0/5] watchdog: eiois200_wdt: Add EIO-IS200 Watchdog Driver
From: Wenkai <advantech.susiteam@...il.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
Powered by blists - more mailing lists