-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-wat…
…chdog * git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog: watchdog: Driver for the watchdog timer on Freescale IMX2 (and later) processors. watchdog: s3c2410_wdt - Fix on handling of the request_mem_region fail watchdog: s3c2410_wdt - Add extra option to include watchdog for Samsung SoCs iTCO_wdt: fix TCO V1 timeout values and limits watchdog: twl4030_wdt: Disable watchdog during probing watchdog: update/improve/consolidate watchdog driver watchdog: booke_wdt: fix ioctl status flags watchdog: fix several MODULE_PARM_DESC strings watchdog: bfin: use new common Blackfin watchdog header
- Loading branch information
Showing
20 changed files
with
839 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
00-INDEX | ||
- this file. | ||
hpwdt.txt | ||
- information on the HP iLO2 NMI watchdog | ||
pcwd-watchdog.txt | ||
- documentation for Berkshire Products PC Watchdog ISA cards. | ||
src/ | ||
- directory holding watchdog related example programs. | ||
watchdog-api.txt | ||
- description of the Linux Watchdog driver API. | ||
watchdog-parameters.txt | ||
- information on driver parameters (for drivers other than | ||
the ones that have driver-specific files here) | ||
wdt.txt | ||
- description of the Watchdog Timer Interfaces for Linux. |
Oops, something went wrong.