summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Convert BookE watchdog driver to watchdog infrastructureGuenter Roeck2013-03-012-120/+66
* watchdog: s3c2410_wdt: Use devm_* functionsJingoo Han2013-03-011-33/+9
* watchdog: remove old STMP3xxx driverWolfram Sang2013-03-013-298/+0
* watchdog: add new driver for STMP3xxx and i.MX23/28Wolfram Sang2013-03-013-0/+122
* watchdog: introduce retu_wdt driverAaro Koskinen2013-03-013-0/+191
* watchdog: intel_scu_watchdog: fix Kconfig dependencyWim Van Sebroeck2013-03-011-1/+1
* watchdog: orion_wdt: Add platform aliasLubomir Rintel2013-03-011-0/+1
* watchdog: ath79_wdt: add device tree matchingGabor Juhos2013-03-011-0/+11
* watchdog: ath79_wdt: get register base from platform device's resourcesGabor Juhos2013-03-011-10/+38
* watchdog: ath79_wdt: convert to use devm_clk_getGabor Juhos2013-03-011-5/+2
* watchdog: sp5100_tco: Write back the original value to reserved bits, instead...Takahisa Tanaka2013-03-011-20/+8
* watchdog: sp5100_tco: Fix wrong indirect I/O access for getting value of rese...Takahisa Tanaka2013-03-011-2/+3
* watchdog: gef_wdt.c: add missing remove callbackDevendra Naga2013-03-011-0/+1
* watchdog: at91sam9: at91_wdt_dt_ids cannot be __initArnd Bergmann2013-03-011-1/+1
* watchdog: da9055_wdt needs to select WATCHDOG_CORERandy Dunlap2013-03-011-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-2/+2
|\
| * new helper: file_inode(file)Al Viro2013-02-231-2/+2
* | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-253-0/+184
|\ \
| * | watchdog: Add support for ux500_wdt watchdogFabio Baltieri2013-02-143-0/+184
| |/
* | watchdog: Convert to devm_ioremap_resource()Thierry Reding2013-01-258-30/+25
* | watchdog: convert drivers/watchdog/* to use module_platform_driver_probeFabio Porcedda2013-01-185-57/+5
|/
* watchdog: twl4030_wdt: add DT supportAaro Koskinen2013-01-021-2/+9
* watchdog: omap_wdt: eliminate unused variable and a compiler warningAaro Koskinen2013-01-021-1/+0
* watchdog: da9055: Don't update wdt_dev->timeout in da9055_wdt_set_timeout err...Axel Lin2013-01-021-7/+6
* watchdog: da9055: Fix invalid free of devm_ allocated dataAxel Lin2013-01-021-4/+0
* watchdog: Orion: Fix possible null-deference in orion_wdt_probeJason Gunthorpe2012-12-191-0/+2
* watchdog: sp5100_tco: Add SB8x0 chipset supportTakahisa Tanaka2012-12-192-61/+306
* watchdog: davinci_wdt: add OF supportMurali Karicheri2012-12-191-0/+7
* watchdog: da9052: Fix invalid free of devm_ allocated dataTushar Behera2012-12-191-4/+0
* watchdog: twl4030_wdt: Change TWL4030_MODULE_PM_RECEIVER to TWL_MODULE_PM_REC...Peter Ujfalusi2012-12-191-1/+1
* watchdog: remove depends on CONFIG_EXPERIMENTALKees Cook2012-12-191-2/+2
* watchdog: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-12-191-10/+9
* watchdog: DA9055 Watchdog driverAshish Jangam2012-12-193-0/+227
* watchdog: omap_wdt: eliminate gotoAaro Koskinen2012-12-191-7/+4
* watchdog: omap_wdt: delete redundant platform_set_drvdata() callsAaro Koskinen2012-12-191-2/+0
* watchdog: omap_wdt: convert to devm_ functionsAaro Koskinen2012-12-191-37/+13
* watchdog: omap_wdt: convert to new watchdog coreAaro Koskinen2012-12-192-149/+112
* watchdog: s3c2410_wdt: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-12-191-3/+3
* watchdog: imx2_wdt: Select the driver via ARCH_MXCFabio Estevam2012-12-191-1/+1
* watchdog: cpu5wdt.c: add missing del_timer calldevendra.aaru2012-12-191-0/+1
* watchdog: hpwdt.c: Increase version stringTom Mingarelli2012-12-191-1/+1
* watchdog: Convert twl4030_wdt to watchdog coreJarkko Nikula2012-12-192-149/+35
* davinci_wdt: preparation for switch to common clock frameworkKaricheri, Muralidharan2012-12-191-2/+2
* watchdog: sp805_wdt.c: use clk_prepare_enable and clk_disable_unprepareJulia Lawall2012-12-191-9/+2
* watchdog: ath79_wdt: convert to use module_platform_driverGabor Juhos2012-12-191-11/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-1/+1
* | Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-12-131-2/+0
|\ \
| * \ Merge tag 'tags/omap-for-v3.8/cleanup-multiplatform-no-clock-signed' of git:/...Olof Johansson2012-12-011-2/+0
| |\ \
| | * | watchdog: OMAP: fixup for ARM multiplatform supportTony Lindgren2012-11-301-2/+0