Linux Watchdog driver development
 help / color / mirror / Atom feed
* [PATCH 0/5] watchdog: eiois200_wdt: Add EIO-IS200 Watchdog Driver
@ 2023-10-05  8:51 advantech.susiteam
  2023-10-05  8:51 ` [PATCH 1/5] watchdog: eiois200_wdt: Constructing Advantech EIO-IS200 watchdog driver advantech.susiteam
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: advantech.susiteam @ 2023-10-05  8:51 UTC (permalink / raw)
  To: advantech.susiteam
  Cc: wenkai.chung, Susi.Driver, Wim Van Sebroeck, Guenter Roeck,
	linux-kernel, linux-watchdog

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-10-12  7:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-05  8:51 [PATCH 0/5] watchdog: eiois200_wdt: Add EIO-IS200 Watchdog Driver advantech.susiteam
2023-10-05  8:51 ` [PATCH 1/5] watchdog: eiois200_wdt: Constructing Advantech EIO-IS200 watchdog driver advantech.susiteam
2023-10-05 23:33   ` kernel test robot
2023-10-05  8:51 ` [PATCH 2/5] watchdog: eiois200_wdt: Add PMC support with eiois200_core advantech.susiteam
2023-10-05  8:51 ` [PATCH 3/5] watchdog: eiois200_wdt: Implement basic watchdog functionalities advantech.susiteam
2023-10-05  8:51 ` [PATCH 4/5] watchdog: eiois200_wdt: Enhanced watchdog functionality and pretimeout advantech.susiteam
2023-10-05  8:51 ` [PATCH 5/5] watchdog: eiois200_wdt: Enhanced IRQ trigger behavior advantech.susiteam
2023-10-06  3:02 ` [PATCH 0/5] watchdog: eiois200_wdt: Add EIO-IS200 Watchdog Driver Guenter Roeck
2023-10-06  9:27   ` Wenkai
2023-10-06 14:16     ` Guenter Roeck
2023-10-11  4:08       ` Wenkai
2023-10-11 15:05         ` Guenter Roeck
2023-10-12  7:56           ` Wenkai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox