aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-19watchdog: bcm281xx: Fix use of uninitialized spinlock.Eric Anholt1-1/+2
2017-05-19watchdog: zx2967: remove redundant dev_err call in zx2967_wdt_probe()Wei Yongjun1-3/+1
2017-05-19iTCO_wdt: all versions count down twicePaolo Bonzini1-12/+10
2017-05-18watchdog: wdt_pci: fix build error if define SOFTWARE_REBOOTShile Zhang1-1/+1
2017-05-18watchdog: cadence_wdt: fix timeout settingTomas Melin1-1/+1
2017-05-18watchdog: pcwd_usb: fix NULL-deref at probeJohan Hovold1-0/+3
2017-05-18watchdog: sama5d4: fix race conditionAlexandre Belloni1-4/+29
2017-05-18watchdog: sama5d4: fix WDDIS handlingAlexandre Belloni1-18/+30
2017-05-18watchdog: orion: fix compile-test dependenciesArnd Bergmann1-1/+1
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds5-7/+7
2017-05-08drivers/watchdog/hpwdt.c: use set_memory.h headerLaura Abbott1-1/+1
2017-04-28watchdog: iTCO_wdt: Add PMC specific noreboot update apiKuppuswamy Sathyanarayanan1-7/+18
2017-04-28watchdog: iTCO_wdt: cleanup set/unset no_reboot_bit functionsKuppuswamy Sathyanarayanan1-33/+50
2017-04-20Annotate hardware config module parameters in drivers/watchdog/David Howells5-7/+7
2017-03-01watchdog: retu: restore MFD dependencyArnd Bergmann1-1/+1
2017-03-01watchdog: db8500: add back prmcu dependencyArnd Bergmann1-1/+1
2017-03-01watchdog: kempld: fix gcc-4.3 buildArnd Bergmann1-1/+8
2017-03-01watchdog: softdog: fire watchdog even if softirqs do not get to runNiklas Cassel1-17/+27
2017-03-01watchdog: kempld: revert to full dependencyArnd Bergmann1-1/+1
2017-03-01watchdog: bcm2835: add CONFIG_OF dependencyArnd Bergmann1-1/+1
2017-03-01watchdog: sp805: add back AMBA dependencyArnd Bergmann1-1/+1
2017-03-01watchdog: menf21bmc: add I2C dependencyArnd Bergmann1-0/+1
2017-03-01watchdog: geode: restore hard CS5535_MFGPT dependencyArnd Bergmann1-1/+1
2017-03-01watchdog: wm831x watchdog really needs mfdArnd Bergmann1-1/+1
2017-02-27scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada1-3/+3
2017-02-24watchdog: s3c2410: Add prefix to local functionKrzysztof Kozlowski1-3/+2
2017-02-24watchdog: s3c2410: Select MFD_SYSCON on all Exynos platformsKrzysztof Kozlowski1-1/+1
2017-02-24watchdog: s3c2410: Use dev_dbg instead of pr_infoKrzysztof Kozlowski1-23/+6
2017-02-24watchdog: s3c2410: Fix infinite interrupt in soft modeKrzysztof Kozlowski1-3/+18
2017-02-24watchdog: s3c2410: Remove confusing CONFIG prefix from local definesKrzysztof Kozlowski1-8/+8
2017-02-24watchdog: softdog: make pretimeout support a compile optionWolfram Sang2-8/+21
2017-02-24watchdog: zx2967: add watchdog controller driver for ZTE's zx2967 familyBaoyou Xie3-0/+302
2017-02-24watchdog: sama5d4: Implement resume hookAlexandre Belloni1-0/+17
2017-02-24watchdog: sama5d4: Cache MR instead of a partial configAlexandre Belloni1-26/+19
2017-02-24watchdog: ts72xx_wdt: convert driver to watchdog coreH Hartley Sweeten1-358/+89
2017-02-24watchdog: ep93xx_wdt: cleanup and let the core handle the heartbeatH Hartley Sweeten1-70/+44
2017-02-24watchdog: RDC321X_WDT always depends on PCIGuenter Roeck1-0/+1
2017-02-24watchdog: add driver for Cortina Gemini watchdogLinus Walleij3-0/+241
2017-02-24watchdog: constify watchdog_ops structuresBhumika Goyal14-14/+14
2017-02-24watchdog: Introduce watchdog_stop_on_unregister helperGuenter Roeck1-0/+5
2017-02-24watchdog: ebc-c384_wdt: Utilize devm_ functions in driver probe callbackWilliam Breathitt Gray1-13/+1
2017-02-24watchdog: tegra_wdt: Convert to use device managed functionsGuenter Roeck1-3/+1
2017-02-24watchdog: da9063_wdt: Convert to use device managed functionsGuenter Roeck1-17/+1
2017-02-24watchdog: da9062_wdt: Convert to use device managed functionsGuenter Roeck1-16/+2
2017-02-24watchdog: da9055_wdt: Convert to use device managed functionsGuenter Roeck1-15/+2
2017-02-24watchdog: da9052_wdt: Convert to use device managed functionsGuenter Roeck1-24/+8
2017-02-24watchdog: bcm2835_wdt: Convert to use device managed functions and other improvementsGuenter Roeck1-19/+8
2017-02-24watchdog: mena21_wdt: Convert to use device managed functions and other improvementsGuenter Roeck1-22/+2
2017-02-24watchdog: wm831x_wdt: Convert to use device managed functionsGuenter Roeck1-24/+7
2017-02-24watchdog: digicolor_wdt: Convert to use device managed functions and other improvementsGuenter Roeck1-36/+12