summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2017-02-25watchdog: iTCO_wdt: Replace shutdown function with call to watchdog_stop_on_r...Guenter Roeck1-8/+1
2017-02-25watchdog: intel-mid_wdt: Convert to use device managed functionsGuenter Roeck1-10/+1
2017-02-25watchdog: meson_wdt: Convert to use device managed functions and other improv...Guenter Roeck1-21/+2
2017-02-25watchdog: sunxi_wdt: Convert to use device managed functions and other improv...Guenter Roeck1-22/+2
2017-02-25watchdog: aspeed_wdt: Convert to use device managed functionsGuenter Roeck1-13/+1
2017-02-25watchdog: coh901327_wdt: Use dev variable instead of pdev->devGuenter Roeck1-19/+15
2017-02-25watchdog: coh901327_wdt: Use devm_ioremap_resource to map resourcesGuenter Roeck1-26/+5
2017-02-25watchdog: coh901327_wdt: Keep clock enabled after loading driverGuenter Roeck1-20/+1
2017-02-25watchdog: coh901327_wdt: Simplify error handling in probe functionGuenter Roeck1-4/+2
2017-02-25watchdog: tangox: Use watchdog core to install restart handlerGuenter Roeck1-21/+13
2017-02-25watchdog: dw_wdt: Use watchdog core to install restart handlerGuenter Roeck1-16/+7
2017-02-25watchdog: bcm2835_wdt: Use watchdog core to install restart handlerGuenter Roeck1-27/+30
2017-02-25watchdog: asm9260_wdt: Use watchdog core to install restart handlerGuenter Roeck1-15/+7
2017-02-25watchdog: bcm47xx_wdt: Don't validate platform data on removeGuenter Roeck1-3/+0
2017-02-25watchdog: iTCO_wdt: Simplify module init functionGuenter Roeck1-7/+1
2017-02-25watchdog: iTCO_wdt: Use pdev for platform device and pci_dev for pci deviceGuenter Roeck1-27/+26
2017-02-25watchdog: iTCO_wdt: Use device managed resourcesGuenter Roeck1-63/+17
2017-02-25watchdog: iTCO_wdt: Use allocated data structuresGuenter Roeck1-197/+205
2017-02-25watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded"Colin Ian King1-1/+1
2017-02-25watchdog: Enable COMPILE_TEST where possibleGuenter Roeck1-59/+59
2017-02-25watchdog: pnx833x_wdt: Mark as brokenGuenter Roeck1-0/+1
2017-02-25watchdog: nic7018_wdt: Add NIC7018 watchdog driverHui Chun Ong3-0/+276
2017-02-25watchdog: constify watchdog_info structuresBhumika Goyal12-12/+12
2017-02-25watchdog: pika_wdt: add __ro_after_init to identBhumika Goyal1-1/+1
2017-02-25watchdog: booke_wdt: add __ro_after_init to booke_wdt_infoBhumika Goyal1-1/+1
2017-02-25watchdog: sa11x0/pxa: fix error path of driver initializationVladimir Zapolskiy1-3/+5
2017-02-25watchdog: update my email addressJohn Crispin3-5/+5
2016-12-24Merge tag 'watchdog-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-57/+261
2016-12-16watchdog: it87_wdt: add IT8620E IDMaciej S. Szmigiero2-3/+5
2016-12-16watchdog: mpc8xxx: Remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2016-12-16watchdog: octeon: Remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2016-12-16watchdog: bcm2835_wdt: set WDOG_HW_RUNNING bit when appropriateRasmus Villemoes1-0/+20
2016-12-16watchdog: loongson1: Add Loongson1 SoC watchdog driverYang Ling3-0/+178
2016-12-16watchdog: cpwd: remove memory allocate failure messageAmit Kushwaha1-16/+7
2016-12-16watchdog: da9062/61: watchdog driverSteve Twiss2-4/+12
2016-12-16intel-mid_wdt: Error code is just an integerAndy Shevchenko1-11/+8
2016-12-16intel-mid_wdt: make sure watchdog is not running at startupAndy Shevchenko1-0/+3
2016-12-16watchdog: mei_wdt: request stop on reboot to prevent false positive eventAlexander Usyskin1-0/+2
2016-12-16watchdog: jz4740: Fix modular buildStephen Boyd1-1/+1
2016-12-16watchdog: qcom: fix kernel panic due to external abort on non-linefetchChristian Lamparter1-1/+1
2016-12-16watchdog: davinci: add support for deferred probingTero Kristo1-1/+5
2016-12-16watchdog: meson: Remove unneeded platform MODULE_ALIASJavier Martinez Canillas1-1/+0
2016-12-16watchdog: Standardize leading tabs and spaces in Kconfig fileRobert P. J. Day1-17/+17
2016-12-16watchdog: max77620_wdt: fix module autoloadJavier Martinez Canillas1-0/+1
2016-12-16watchdog: bcm7038_wdt: fix module autoloadJavier Martinez Canillas1-0/+1
2016-12-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-1/+23
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-46/+12
2016-12-13Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-47/+15
2016-11-26Merge branches 'acpi-sleep-fixes' and 'acpi-wdat-fixes'Rafael J. Wysocki1-0/+1
2016-11-23watchdog/octeon: Convert to hotplug state machineSebastian Andrzej Siewior1-47/+15