Skip to content

Commit

Permalink
drivers/watchdog: add eiois200 wdt driver
Browse files Browse the repository at this point in the history
This driver adds support for the WDT included in Advantechs's EC
chip (EIOIS200). Unfortunatly, no documentation is available at this
time and so the driver was inspired from the code available at:

https://github.com/ADVANTECH-Corp/eio-is200-linux-kernel-driver

This driver was tested on the SOM-6872.

Signed-off-by: Marc Ferland <[email protected]>
[Jan: fix cppcheck finding, use UINTN as loop counter]
Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
mferland authored and jan-kiszka committed Aug 30, 2024
1 parent 633f5fc commit 3a5e636
Show file tree
Hide file tree
Showing 2 changed files with 464 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ efi_sources_watchdogs = \
drivers/watchdog/ipmi_wdt.c \
drivers/watchdog/itco.c \
drivers/watchdog/hpwdt.c \
drivers/watchdog/eiois200_wdt.c \
drivers/utils/simatic.c \
drivers/utils/smbios.c
else
Expand Down
Loading

0 comments on commit 3a5e636

Please sign in to comment.