summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* 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
* watchdog: Add multiple device supportAlan Cox2012-05-303-49/+125
* watchdog: watchdog_core.h: make functions externWim Van Sebroeck2012-05-301-2/+2
* watchdog: correct the name of the watchdog_core inlude fileWim Van Sebroeck2012-05-303-2/+2
* watchdog: Add watchdog_active() routineViresh Kumar2012-05-302-4/+4
* watchdog: watchdog_dev: include private header to pickup global symbol protot...H Hartley Sweeten2012-05-301-0/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-05-291-31/+25
|\
| * watchdog: MIPS: lantiq: implement OF support and minor fixesJohn Crispin2012-05-211-31/+25
* | Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-05-294-445/+134
|\ \
| * | watchdog: Convert iTCO_wdt driver to mfd modelAaron Sierra2012-05-094-445/+134
| |/
* | Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-262-7/+11
|\ \
| * \ Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann2012-05-161-6/+10
| |\ \
| | * | ARM: Orion: WDT: Add clk/clkdev supportAndrew Lunn2012-05-081-6/+10
| * | | Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into...Arnd Bergmann2012-05-111-3/+3
| |\ \ \ | | | |/ | | |/|
| * | | watchdog imx2: prepare clk before enabling itSascha Hauer2012-04-251-1/+1
| | |/ | |/|
* | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-05-2316-392/+416
|\ \ \
| * | | watchdog: s3c2410_wdt: Set timeout to actually achieved timeoutHans de Goede2012-05-231-1/+1
OpenPOWER on IntegriCloud