summaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-06-033-0/+316
|\
| * [WATCHDOG] ks8695_wdt.c - new KS8695 watchdog driverAndrew Victor2007-05-193-0/+316
* | potential parse error in ifdefYoann Padioleau2007-06-011-1/+1
|/
* [POWERPC] Fix comment in booke_wdtDave Jiang2007-05-171-1/+1
* Merge /pub/scm/linux/kernel/git/torvalds/linux-2.6Wim Van Sebroeck2007-05-113-3/+1Star
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-05-1014-879/+496Star
| |\
| * | header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
| * | PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-032-2/+1Star
* | | [WATCHDOG] iTCO_wdt.c - fix ACPI Base registerWim Van Sebroeck2007-05-111-1/+1
| |/ |/|
* | [WATCHDOG] MTX-1 Watchdog driverFlorian Fainelli2007-05-063-0/+246
* | [WATCHDOG] s3c2410_wdt - initialize watchdog irq resource Arnaud Patard2007-05-061-3/+3
* | [WATCHDOG] Kconfig menuconfig patchJan Engelhardt2007-05-051-62/+59Star
* | [WATCHDOG] pcwd.c: Port to the new device driver modelWim Van Sebroeck2007-05-051-122/+120Star
* | [WATCHDOG] use mutex instead of semaphore in Berkshire USB-PC Watchdog driverMatthias Kaehlcke2007-05-041-4/+4
* | [WATCHDOG] the scheduled removal of the i8xx_tco watchdog driverAdrian Bunk2007-05-014-636/+0Star
* | Merge /pub/scm/linux/kernel/git/torvalds/linux-2.6Wim Van Sebroeck2007-05-011-1/+1
|\|
| * [POWERPC] remove kernel module option for booke wdtDave Jiang2007-04-301-1/+1
* | [WATCHDOG] Semi-typical watchdog bug re early misc_register()Alexey Dobriyan2007-03-265-47/+46Star
* | [WATCHDOG] add support for the w83627thf chipset.Vlad Drukker2007-03-261-5/+18
|/
* [PATCH] machzwd warning fixAndrew Morton2007-03-181-12/+12
* Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-03-141-0/+1
|\
| * [WATCHDOG] i8xx TCO driver - mark for removalWim Van Sebroeck2007-03-111-0/+1
* | [PATCH] misc NULL noiseAl Viro2007-03-141-1/+1
|/
* [WATCHDOG] machzwd warning fixAndrew Morton2007-02-171-1/+1
* [PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner2007-02-141-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-02-1436-350/+489
|\
| * [WATCHDOG] timers cleanupJiri Slaby2007-02-129-73/+31Star
| * [WATCHDOG] ib700wdt.c - convert to platform_device part 2Wim Van Sebroeck2007-01-271-35/+7Star
| * [WATCHDOG] ib700wdt.c - convert to platform_deviceWim Van Sebroeck2007-01-271-6/+47
| * [WATCHDOG] ib700wdt.c spinlock/WDIOC_SETOPTIONS changesWim Van Sebroeck2007-01-271-6/+26
| * [WATCHDOG] ib700wdt.c small clean-up'sWim Van Sebroeck2007-01-271-8/+10
| * [WATCHDOG] ib700wdt.c clean-up init and exit routinesWim Van Sebroeck2007-01-271-8/+14
| * [WATCHDOG] ib700_wdt.c stop + set_heartbeat operationsWim Van Sebroeck2007-01-271-9/+30
| * [WATCHDOG] show default value for nowayout in module parameterWim Van Sebroeck2007-01-2731-36/+36
| * [WATCHDOG] advantechwdt.c - convert to platform_device part 2Wim Van Sebroeck2007-01-111-37/+9Star
| * [WATCHDOG] advantechwdt.c - convert to platform_deviceWim Van Sebroeck2007-01-111-6/+49
| * [WATCHDOG] advantechwdt.c - move set_heartbeat to a seperate functionWim Van Sebroeck2007-01-111-8/+18
| * [WATCHDOG] advantechwdt.c - cleanup before platform_device patchesWim Van Sebroeck2007-01-111-8/+17
| * [WATCHDOG] acquirewdt.c - convert to platform_device part 2Wim Van Sebroeck2007-01-101-36/+8Star
| * [WATCHDOG] acquirewdt.c - convert to platform_deviceWim Van Sebroeck2007-01-101-4/+45
| * [WATCHDOG] acquirewdt.c - clean before platform_device patchesWim Van Sebroeck2007-01-101-33/+41
| * [WATCHDOG] pcwd_usb.c - get heartbeat from dip switchesWim Van Sebroeck2007-01-091-4/+20
| * [WATCHDOG] pcwd.c - e-mail adres updateWim Van Sebroeck2007-01-091-1/+1
| * [WATCHDOG] pcwd_usb.c - get heartbeat from dip switchesWim Van Sebroeck2007-01-081-5/+21
| * [WATCHDOG] pcwd_usb.c - document includesWim Van Sebroeck2007-01-081-18/+17Star
| * [WATCHDOG] pcwd_pci.c - spinlock fixesWim Van Sebroeck2007-01-071-0/+6
| * [WATCHDOG] pcwd_pci.c - get heartbeat from dip switchesWim Van Sebroeck2007-01-071-5/+21
| * [WATCHDOG] fix clk_get() error checkAkinobu Mita2006-12-192-3/+4
| * [WATCHDOG] s3c2410_wdt exit driver via labelsBen Dooks2006-12-181-24/+34
* | [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-127-7/+7