Skip to content

Commit 51e618c

Browse files
committed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
* 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
2 parents f16a5e3 + bb2fd8a commit 51e618c

20 files changed

+839
-76
lines changed

Documentation/kernel-parameters.txt

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,6 @@ and is between 256 and 4096 characters. It is defined in the file
290290
advansys= [HW,SCSI]
291291
See header of drivers/scsi/advansys.c.
292292

293-
advwdt= [HW,WDT] Advantech WDT
294-
Format: <iostart>,<iostop>
295-
296293
aedsp16= [HW,OSS] Audio Excel DSP 16
297294
Format: <io>,<irq>,<dma>,<mss_io>,<mpu_io>,<mpu_irq>
298295
See also header of sound/oss/aedsp16.c.
@@ -765,9 +762,6 @@ and is between 256 and 4096 characters. It is defined in the file
765762
This option is obsoleted by the "netdev=" option, which
766763
has equivalent usage. See its documentation for details.
767764

768-
eurwdt= [HW,WDT] Eurotech CPU-1220/1410 onboard watchdog.
769-
Format: <io>[,<irq>]
770-
771765
failslab=
772766
fail_page_alloc=
773767
fail_make_request=[KNL]
@@ -2267,9 +2261,6 @@ and is between 256 and 4096 characters. It is defined in the file
22672261

22682262
sched_debug [KNL] Enables verbose scheduler debug messages.
22692263

2270-
sc1200wdt= [HW,WDT] SC1200 WDT (watchdog) driver
2271-
Format: <io>[,<timeout>[,<isapnp>]]
2272-
22732264
scsi_debug_*= [SCSI]
22742265
See drivers/scsi/scsi_debug.c.
22752266

@@ -2858,8 +2849,10 @@ and is between 256 and 4096 characters. It is defined in the file
28582849
wd7000= [HW,SCSI]
28592850
See header of drivers/scsi/wd7000.c.
28602851

2861-
wdt= [WDT] Watchdog
2862-
See Documentation/watchdog/wdt.txt.
2852+
watchdog timers [HW,WDT] For information on watchdog timers,
2853+
see Documentation/watchdog/watchdog-parameters.txt
2854+
or other driver-specific files in the
2855+
Documentation/watchdog/ directory.
28632856

28642857
x2apic_phys [X86-64,APIC] Use x2apic physical mode instead of
28652858
default x2apic cluster mode on platforms

Documentation/watchdog/00-INDEX

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
00-INDEX
22
- this file.
3+
hpwdt.txt
4+
- information on the HP iLO2 NMI watchdog
35
pcwd-watchdog.txt
46
- documentation for Berkshire Products PC Watchdog ISA cards.
57
src/
68
- directory holding watchdog related example programs.
79
watchdog-api.txt
810
- description of the Linux Watchdog driver API.
11+
watchdog-parameters.txt
12+
- information on driver parameters (for drivers other than
13+
the ones that have driver-specific files here)
914
wdt.txt
1015
- description of the Watchdog Timer Interfaces for Linux.

0 commit comments

Comments
 (0)