summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2012-10-071-11/+10
|\
| * m68knommu: clean up ColdFire 54xx General Timer definitionsGreg Ungerer2012-09-271-11/+10
* | Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-10-051-0/+1
|\ \
| * | mfd: lpc_ich: Add Device IDs for Intel Lynx Point-LP PCHJames Ralston2012-09-161-0/+1
* | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-013-4/+21
|\ \ \
| * \ \ Merge tag 'omap-cleanup-sparseirq-for-v3.7' of git://git.kernel.org/pub/scm/l...Olof Johansson2012-09-161-0/+5
| |\ \ \
| | * | | ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+Tony Lindgren2012-09-121-0/+5
| * | | | Merge branch 'clk' of git://github.com/hzhuang1/linux into next/cleanupOlof Johansson2012-09-122-5/+3
| |\| | |
| * | | | Merge branch 'ks8695/timer' into next/cleanupOlof Johansson2012-09-111-1/+13
| |\ \ \ \
| | * | | | watchdog: ks8695: sink registers into driverLinus Walleij2012-09-111-1/+13
| | | |/ / | | |/| |
| * / | | ARM: mach-pnx4008: Remove architectureRoland Stigge2012-08-261-3/+3
| |/ / /
* | | | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-011-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2012-09-131-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | watchdog/mpc8xxx: add a const qualifierArnd Bergmann2012-09-111-1/+1
| | |/
* | | watchdog: move the dereference below the NULL testWei Yongjun2012-09-101-1/+2
* | | hpwdt: Fix kdump issue in hpwdtToshi Kani2012-09-101-0/+3
|/ /
* | watchdog: da9052: Remove duplicate inclusion of delay.hSachin Kamat2012-08-291-1/+0
* | booke/wdt: some ioctls do not return values properlyTiejun Chen2012-08-171-4/+3
|/
* Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-08-021-0/+8
|\
| * ARM: Orion: DTify the watchdog timer.Andrew Lunn2012-07-271-0/+8
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-07-271-7/+7
|\ \
| | \
| | \
| *-. \ Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-271-7/+7
| |\ \ \ | | |_|/ | |/| |
| | | * ARM: sa11x0/pxa: convert OS timer registers to IOMEMRussell King2012-07-091-7/+7
| | |/
* | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-07-2411-361/+121
|\ \ \
| * | | watchdog: orion_wdt: Convert driver to watchdog coreAxel Lin2012-07-232-153/+51
| * | | watchdog: s3c2410_wdt: Use module_platform_driver()Sachin Kamat2012-07-231-15/+1
| * | | watchdog: sch311x_wdt: Fix Polarity when starting watchdogWim Van Sebroeck2012-07-231-2/+8
| * | | Watchdog: OMAP: Fix the runtime pm code to avoid module getting stuck intrans...Lokesh Vutla2012-07-231-17/+0
| * | | watchdog: ie6xx_wdt: section mismatch in ie6xx_wdt_probe()Gerard Snitselaar2012-07-231-2/+2
| * | | watchdog: bcm63xx_wdt: fix driver section mismatchFlorian Fainelli2012-07-231-2/+2
| * | | watchdog: iTCO_wdt.c: convert to watchdog coreWim Van Sebroeck2012-07-232-165/+49
| * | | watchdog: xilinx: Read clock frequency directly from DT nodeMichal Simek2012-07-231-1/+1
| * | | watchdog: coh901327_wdt: use clk_prepare/unprepareLinus Walleij2012-07-231-3/+4
| * | | watchdog: f71808e_wdt: Add support for Jetway JNF99 motherboardJustin Wheeler2012-07-231-1/+3
| |/ /
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-07-232-6/+6
|\ \ \
| * | | powerpc/watchdog: replace CONFIG_FSL_BOOKE with CONFIG_PPC_FSL_BOOK3EShaohui Xie2012-07-102-6/+6
| |/ /
* / / watchdog: omap_wdt: add device tree supportXiao Jiang2012-07-091-0/+7
|/ /
* | watchdog: core: fix WDIOC_GETSTATUS return valueWim Van Sebroeck2012-06-281-1/+1
* | watchdog: hpwdt: Unregister NMI events on exit.Mingarelli, Thomas2012-06-281-1/+3
* | watchdog: iTCO_wdt: add platform driver module aliasJan Beulich2012-06-281-0/+1
* | Viresh has movedViresh Kumar2012-06-201-2/+2
|/
* watchdog: iTCO_wdt.c: fix printk format warningsRandy Dunlap2012-05-301-3/+3
* watchdog: sp805_wdt: Add clk_{un}prepare supportViresh Kumar2012-05-301-0/+8
* watchdog: sp805_wdt: convert to watchdog coreViresh Kumar2012-05-302-159/+83
* Watchdog: DA9052/53 PMIC watchdog supportAshish Jangam2012-05-303-0/+264
* watchdog: Add support for dynamically allocated watchdog_device structsHans de Goede2012-05-301-1/+54
* watchdog: Add Locking supportHans de Goede2012-05-302-0/+22
* watchdog: watchdog_dev: Rewrite wrapper codeHans de Goede2012-05-301-40/+130
* watchdog: use dev_ functionsAlan Cox2012-05-301-3/+2
* watchdog: create all the proper device filesAlan Cox2012-05-302-2/+33