summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-132-2/+2
* Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-01-1035-284/+325
|\
| * watchdog: omap_wdt.c: fix the WDIOC_GETBOOTSTATUS ioctl if not implemented.Shubhrajyoti D2012-01-061-0/+1
| * watchdog: new driver for VIA chipsetsMarc Vertes2012-01-063-0/+281
| * watchdog: ath79_wdt: flush register writesGabor Juhos2012-01-061-0/+6
| * drivers/watchdog/lantiq_wdt.c: drop iounmap for devm_ allocated dataJulia Lawall2012-01-061-3/+0Star
| * watchdog: Convert wm831x driver to devm_kzalloc()Mark Brown2012-01-061-4/+3Star
| * watchdog: add nowayout helpers to Watchdog Timer Driver Kernel APIWim Van Sebroeck2012-01-062-3/+3
| * watchdog: convert drivers/watchdog/* to use module_platform_driver()Axel Lin2012-01-0619-225/+19Star
| * watchdog: Use DEFINE_SPINLOCK() for static spinlocksAxel Lin2012-01-0611-27/+10Star
| * watchdog: Convert Wolfson drivers to module_platform_driverMark Brown2012-01-062-22/+2Star
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-092-6/+22
|\ \
| * | ARM: at91: make watchdog drivers soc independentJean-Christophe PLAGNIOL-VILLARD2011-11-282-6/+22
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-2/+2
|\ \ \
| * | | misc latin1 to utf8 conversionsAl Viro2012-01-021-2/+2
* | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-34/+1Star
|\ \ \ \
| * \ \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-34/+1Star
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman2011-11-181-34/+1Star
| | |/ /
* | | | Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2012-01-071-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | watchdog: sp805: Enable module alias autogeneration for AMBA driversDave Martin2011-11-221-0/+2
| |/ /
* | | watchdog: iTCO_wdt.c - problems with newer hardware due to SMI clearing (part 2)Wim Van Sebroeck2011-12-271-3/+3
* | | watchdog: hpwdt: Changes to handle NX secure bit in 32bit pathMingarelli, Thomas2011-12-261-1/+4
* | | watchdog: sp805: Fix section mismatch in ID table.Nick Bowler2011-12-261-1/+1
* | | watchdog: move coh901327 state holdersLinus Walleij2011-12-261-2/+4
| |/ |/|
* | watchdog: fix initialisation printout in s3c2410_wdtDmitry Artamonow2011-11-161-2/+2
* | watchdog: Don't overwrite error value in wm831x_wdt_set_timeout()Mark Brown2011-11-161-1/+1
* | watchdog: adx_wdt.c: remove driverWim Van Sebroeck2011-11-153-363/+0Star
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * watchdog: Add module.h to drivers/watchdog/stmp3xxx_wdt.cPaul Gortmaker2011-11-011-0/+1
* | watchdog: Convert wm831x driver to watchdog coreMark Brown2011-11-052-213/+106Star
* | watchdog: s3c2410: convert to use the watchdog frameworkWolfram Sang2011-11-052-139/+38Star
* | watchdog: iTCO_wdt.c - problems with newer hardware due to SMI clearingWim Van Sebroeck2011-11-051-6/+13
* | watchdog: Add WDIOC_GETTIMELEFT ioctl support to w83627 watchdog driverGreg Lee2011-11-051-6/+27
* | watchdog: irq: Remove IRQF_DISABLEDYong Zhang2011-11-056-8/+7Star
* | watchdog: Octeon: Mark octeon_wdt interrupt as IRQF_NO_THREADVenkat Subbiah2011-11-051-1/+1
* | watchdog: sc520_wdt: Remove unnecessary cast.Sean Young2011-11-051-1/+1
* | Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds2011-11-021-1/+5
|\ \ | |/ |/|
| * um: switch to use of drivers/KconfigAl Viro2011-11-021-1/+1
| * um: clean Kconfig up a bitAl Viro2011-11-021-0/+4
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-10-261-18/+7Star
|\ \
| * | x86, nmi, drivers: Fix nmi splitup build bugIngo Molnar2011-10-101-0/+1
| * | x86, nmi: Wire up NMI handlers to new routinesDon Zickus2011-10-101-18/+6Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-251-2/+25
|\ \
| * | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-224-16/+17
| |\|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-221-2/+25
| |\ \
| | * | bcm47xx: add support for bcma busHauke Mehrtens2011-08-081-0/+11
| | * | bcm47xx: make it possible to build bcm47xx without ssb.Hauke Mehrtens2011-08-081-0/+4
| | * | bcm47xx: prepare to support different busesHauke Mehrtens2011-08-081-2/+10
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | doc: fix broken referencesPaul Bolle2011-09-271-1/+1
| |/ /