summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-041-0/+8
|\
| * powerpc/watchdog: Don't enable interrupt on PPC64 BookETudor Laurentiu2013-06-251-0/+8
* | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-021-3/+9
|\ \
| * \ Merge tag 'u300-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2013-06-201-3/+9
| |\ \ | | |/ | |/|
| | * watchdog: coh901327: devicetree supportLinus Walleij2013-05-311-3/+9
* | | watchdog: s3c2410_wdt: Use local register definitionsTomasz Figa2013-06-191-4/+13
|/ /
* / drivers/watchdog: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-183-15/+0
|/
* watchdog: Fix race condition in registration codeGuenter Roeck2013-05-091-1/+2
* watchdog: Convert to devm_ioremap_resource()Sachin Kamat2013-05-094-17/+14
* watchdog: Revert the AT91RM9200_WATCHDOG dependencyNicolas Ferre2013-04-141-1/+1
* watchdog: sp5100_tco: Set the AcpiMmioSel bitmask value to 1 instead of 2Takahisa Tanaka2013-03-221-1/+1
* watchdog: sp5100_tco: Remove code that may cause a boot failureTakahisa Tanaka2013-03-221-120/+6
* watchdog: sp805_wdt depends on ARMAlessandro Rubini2013-03-011-1/+1
* watchdog: davinci_wdt: update to devm_* APIKumar, Anil2013-03-011-21/+5
* watchdog: davinci_wdt: use devm managed clk getMrugesh Katepallewar2013-03-011-2/+1
* watchdog: at91rm9200: add DT supportJoachim Eastwood2013-03-012-1/+10
* watchdog: add timeout-sec property bindingFabio Porcedda2013-03-014-15/+15
* watchdog: at91sam9_wdt: Convert to use the watchdog frameworkWenyou Yang2013-03-012-119/+43
* watchdog: omap_wdt: Add option nowayoutPali Rohár2013-03-011-1/+5
* watchdog: core: dt: add support for the timeout-sec dt propertyFabio Porcedda2013-03-012-11/+58
* watchdog: bcm47xx_wdt.c: add hard timerHauke Mehrtens2013-03-011-6/+63
* watchdog: bcm47xx_wdt.c: rename wdt_time to timeoutHauke Mehrtens2013-03-011-4/+4
* watchdog: bcm47xx_wdt.c: rename ops methodsHauke Mehrtens2013-03-011-18/+18
* watchdog: bcm47xx_wdt.c: use platform deviceHauke Mehrtens2013-03-011-78/+78
* watchdog: bcm47xx_wdt.c: convert to watchdog core apiHauke Mehrtens2013-03-012-130/+23
* 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-261-2/+2
|\
| * new helper: file_inode(file)Al Viro2013-02-221-2/+2
* | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-243-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-175-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