summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-03-301-2/+2
|\
| * dmi: Let dmi_walk() users pass private dataJean Delvare2009-03-301-2/+2
* | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-03-3043-625/+782
|\|
| * Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-03-282-73/+23
| |\
| | * Merge branch 'origin' into develRussell King2009-03-2841-551/+758
| | |\
| | * \ Merge branch 'omap-clks3' into develRussell King2009-03-191-72/+22
| | |\ \
| | | * | [ARM] omap: watchdog: provide a dummy ick for OMAP1Russell King2009-02-081-15/+8
| | | * | [ARM] omap: watchdog: convert clocks to match by devid and conidRussell King2009-02-081-68/+25
| | * | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into develRussell King2009-03-139-128/+118
| | |\ \ \
| | * | | | [ARM] pxa: separate definitions from pxa-regs.h and remove it finallyEric Miao2009-03-091-1/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-225-28/+46
| | |\ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. \ \ \ Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/...Ingo Molnar2009-01-281-1/+1
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | | | * | | x86, rdc321x: remove/move leftover filesIngo Molnar2009-01-181-1/+1
| | | | |/ / /
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2009-03-2640-536/+746
| |\ \ \ \ \ \
| | * | | | | | [WATCHDOG] i6300esb.c: start lockingWim Van Sebroeck2009-03-251-4/+6
| | * | | | | | [WATCHDOG] i6300esb.c: convert to platform device driverWim Van Sebroeck2009-03-251-33/+57
| | * | | | | | [WATCHDOG] wdt.c: remove #ifdef CONFIG_WDT_501Alan Cox2009-03-252-93/+74
| | * | | | | | [WATCHDOG] Fix io.h & uaccess.h includes.Wim Van Sebroeck2009-03-252-5/+3
| | * | | | | | [WATCHDOG] More coding-style and trivial clean-upWim Van Sebroeck2009-03-2534-236/+344
| | * | | | | | [WATCHDOG] struct file_operations should be constWim Van Sebroeck2009-03-252-2/+2
| | * | | | | | [WATCHDOG] cpwd.c: Coding style - Clean-upWim Van Sebroeck2009-03-251-38/+40
| | * | | | | | [WATCHDOG] hpwdt.c: Add new HP BMC controller. Thomas Mingarelli2009-03-251-8/+7
| | * | | | | | [PATCH 13/13] drivers/watchdog: use USB API functions rather than constantsJulia Lawall2009-03-251-3/+1
| | * | | | | | [WATCHDOG] orion5x_wdt: fix compile issue by providing tclk as platform dataThomas Reitmayr2009-03-251-14/+62
| | * | | | | | [WATCHDOG] rc32434_wdt: make sure watchdog is not running at startupWim Van Sebroeck2009-03-251-1/+4
| | * | | | | | [WATCHDOG] rc32434_wdt: add spin_lockingWim Van Sebroeck2009-03-251-0/+14
| | * | | | | | [WATCHDOG] rc32434_wdt: add shutdown methodWim Van Sebroeck2009-03-251-4/+10
| | * | | | | | [WATCHDOG] rc32434_wdt: add timeout module parameterPhil Sutter2009-03-251-16/+31
| | * | | | | | [WATCHDOG] rc32434_wdt: clean-up driverPhil Sutter2009-03-251-38/+37
| | * | | | | | [WATCHDOG] davinci: convert to ioremap() + io[read|write]Kevin Hilman2009-03-251-20/+25
| | * | | | | | [WATCHDOG] w83697ug: add error checkingEric Lammerts2009-03-251-6/+15
| | * | | | | | [WATCHDOG] cpwd.c & riowd.c - unlocked_ioctlWim Van Sebroeck2009-03-252-18/+17
| | | |_|_|_|/ | | |/| | | |
| * / | | | | platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...Ming Lei2009-03-241-15/+12
| |/ / / / /
* | | | | | powerpc/86xx: Board support for GE Fanuc's PPC9AMartyn Welch2009-03-191-1/+1
* | | | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-03-116-102/+75
|\| | | | |
| * | | | | [WATCHDOG] orion5x_wdt.c: 'ORION5X_TCLK' undeclaredWim Van Sebroeck2009-03-051-0/+1
| * | | | | [WATCHDOG] gef_wdt.c: fsl_get_sys_freq() failure not noticedRoel Kluin2009-03-051-1/+1
| * | | | | [WATCHDOG] ks8695_wdt.c: 'CLOCK_TICK_RATE' undeclaredAlexey Dobriyan2009-03-051-0/+1
| * | | | | [WATCHDOG] rc32434_wdt: fix sectionsPhil Sutter2009-02-241-6/+6
| * | | | | [WATCHDOG] rc32434_wdt: fix watchdog driverPhil Sutter2009-02-241-94/+64
| | |_|_|/ | |/| | |
| * | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-02-192-2/+3
| |\ \ \ \
| | * | | | [ARM] 5390/1: AT91: Watchdog fixesAndrew Victor2009-02-142-2/+3
| | |/ / /
* | | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-02-183-26/+43
|\| | | |
| * | | | [WATCHDOG] iTCO_wdt: fix SMI_EN regression 2Wim Van Sebroeck2009-02-143-26/+43
| |/ / /
* / / / powerpc/86xx: Board support for GE Fanuc SBC310Martyn Welch2009-01-281-1/+1
|/ / /
* | | [ARM] omap: watchdog: allow OMAP watchdog driver on OMAP34xx platformsRussell King2009-01-241-3/+3
* | | [ARM] 5370/1: at91: fix rm9200 watchdogJean-Christop PLAGNIOL-VILLARD2009-01-241-0/+1
| |/ |/|
* | [WATCHDOG] Pika Warp appliance watchdog timerSean MacLennan2009-01-123-0/+310
* | [WATCHDOG] Basic support for GE Fanuc's FPGA based watchdog timerMartyn Welch2009-01-123-0/+337