aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-01watchdog: sp805_wdt depends on ARMAlessandro Rubini1-1/+1
2013-03-01watchdog: davinci_wdt: update to devm_* APIKumar, Anil1-21/+5
2013-03-01watchdog: davinci_wdt: use devm managed clk getMrugesh Katepallewar1-2/+1
2013-03-01watchdog: at91rm9200: add DT supportJoachim Eastwood2-1/+10
2013-03-01watchdog: add timeout-sec property bindingFabio Porcedda4-15/+15
2013-03-01watchdog: at91sam9_wdt: Convert to use the watchdog frameworkWenyou Yang2-119/+43
2013-03-01watchdog: omap_wdt: Add option nowayoutPali Rohár1-1/+5
2013-03-01watchdog: core: dt: add support for the timeout-sec dt propertyFabio Porcedda2-11/+58
2013-03-01watchdog: bcm47xx_wdt.c: add hard timerHauke Mehrtens1-6/+63
2013-03-01watchdog: bcm47xx_wdt.c: rename wdt_time to timeoutHauke Mehrtens1-4/+4
2013-03-01watchdog: bcm47xx_wdt.c: rename ops methodsHauke Mehrtens1-18/+18
2013-03-01watchdog: bcm47xx_wdt.c: use platform deviceHauke Mehrtens1-78/+78
2013-03-01watchdog: bcm47xx_wdt.c: convert to watchdog core apiHauke Mehrtens2-130/+23
2013-03-01watchdog: Convert BookE watchdog driver to watchdog infrastructureGuenter Roeck2-120/+66
2013-03-01watchdog: s3c2410_wdt: Use devm_* functionsJingoo Han1-33/+9
2013-03-01watchdog: remove old STMP3xxx driverWolfram Sang3-298/+0
2013-03-01watchdog: add new driver for STMP3xxx and i.MX23/28Wolfram Sang3-0/+122
2013-03-01watchdog: introduce retu_wdt driverAaro Koskinen3-0/+191
2013-03-01watchdog: intel_scu_watchdog: fix Kconfig dependencyWim Van Sebroeck1-1/+1
2013-03-01watchdog: orion_wdt: Add platform aliasLubomir Rintel1-0/+1
2013-03-01watchdog: ath79_wdt: add device tree matchingGabor Juhos1-0/+11
2013-03-01watchdog: ath79_wdt: get register base from platform device's resourcesGabor Juhos1-10/+38
2013-03-01watchdog: ath79_wdt: convert to use devm_clk_getGabor Juhos1-5/+2
2013-03-01watchdog: sp5100_tco: Write back the original value to reserved bits, instead of zeroTakahisa Tanaka1-20/+8
2013-03-01watchdog: sp5100_tco: Fix wrong indirect I/O access for getting value of reserved bitsTakahisa Tanaka1-2/+3
2013-03-01watchdog: gef_wdt.c: add missing remove callbackDevendra Naga1-0/+1
2013-03-01watchdog: at91sam9: at91_wdt_dt_ids cannot be __initArnd Bergmann1-1/+1
2013-03-01watchdog: da9055_wdt needs to select WATCHDOG_CORERandy Dunlap1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds3-0/+184
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-14watchdog: Add support for ux500_wdt watchdogFabio Baltieri3-0/+184
2013-01-25watchdog: Convert to devm_ioremap_resource()Thierry Reding8-30/+25
2013-01-17watchdog: convert drivers/watchdog/* to use module_platform_driver_probeFabio Porcedda5-57/+5
2013-01-02watchdog: twl4030_wdt: add DT supportAaro Koskinen1-2/+9
2013-01-02watchdog: omap_wdt: eliminate unused variable and a compiler warningAaro Koskinen1-1/+0
2013-01-02watchdog: da9055: Don't update wdt_dev->timeout in da9055_wdt_set_timeout error pathAxel Lin1-7/+6
2013-01-02watchdog: da9055: Fix invalid free of devm_ allocated dataAxel Lin1-4/+0
2012-12-19watchdog: Orion: Fix possible null-deference in orion_wdt_probeJason Gunthorpe1-0/+2
2012-12-19watchdog: sp5100_tco: Add SB8x0 chipset supportTakahisa Tanaka2-61/+306
2012-12-19watchdog: davinci_wdt: add OF supportMurali Karicheri1-0/+7
2012-12-19watchdog: da9052: Fix invalid free of devm_ allocated dataTushar Behera1-4/+0
2012-12-19watchdog: twl4030_wdt: Change TWL4030_MODULE_PM_RECEIVER to TWL_MODULE_PM_RECEIVERPeter Ujfalusi1-1/+1
2012-12-19watchdog: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-19watchdog: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-10/+9
2012-12-19watchdog: DA9055 Watchdog driverAshish Jangam3-0/+227
2012-12-19watchdog: omap_wdt: eliminate gotoAaro Koskinen1-7/+4
2012-12-19watchdog: omap_wdt: delete redundant platform_set_drvdata() callsAaro Koskinen1-2/+0
2012-12-19watchdog: omap_wdt: convert to devm_ functionsAaro Koskinen1-37/+13
2012-12-19watchdog: omap_wdt: convert to new watchdog coreAaro Koskinen2-149/+112