summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)Author
2017-02-24watchdog: iTCO_wdt: Replace shutdown function with call to watchdog_stop_on_r...Guenter Roeck
2017-02-24watchdog: intel-mid_wdt: Convert to use device managed functionsGuenter Roeck
2017-02-24watchdog: meson_wdt: Convert to use device managed functions and other improv...Guenter Roeck
2017-02-24watchdog: sunxi_wdt: Convert to use device managed functions and other improv...Guenter Roeck
2017-02-24watchdog: aspeed_wdt: Convert to use device managed functionsGuenter Roeck
2017-02-24watchdog: coh901327_wdt: Use dev variable instead of pdev->devGuenter Roeck
2017-02-24watchdog: coh901327_wdt: Use devm_ioremap_resource to map resourcesGuenter Roeck
2017-02-24watchdog: coh901327_wdt: Keep clock enabled after loading driverGuenter Roeck
2017-02-24watchdog: coh901327_wdt: Simplify error handling in probe functionGuenter Roeck
2017-02-24watchdog: tangox: Use watchdog core to install restart handlerGuenter Roeck
2017-02-24watchdog: dw_wdt: Use watchdog core to install restart handlerGuenter Roeck
2017-02-24watchdog: bcm2835_wdt: Use watchdog core to install restart handlerGuenter Roeck
2017-02-24watchdog: asm9260_wdt: Use watchdog core to install restart handlerGuenter Roeck
2017-02-24watchdog: bcm47xx_wdt: Don't validate platform data on removeGuenter Roeck
2017-02-24watchdog: iTCO_wdt: Simplify module init functionGuenter Roeck
2017-02-24watchdog: iTCO_wdt: Use pdev for platform device and pci_dev for pci deviceGuenter Roeck
2017-02-24watchdog: iTCO_wdt: Use device managed resourcesGuenter Roeck
2017-02-24watchdog: iTCO_wdt: Use allocated data structuresGuenter Roeck
2017-02-24watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded"Colin Ian King
2017-02-24watchdog: Enable COMPILE_TEST where possibleGuenter Roeck
2017-02-24watchdog: pnx833x_wdt: Mark as brokenGuenter Roeck
2017-02-24watchdog: nic7018_wdt: Add NIC7018 watchdog driverHui Chun Ong
2017-02-24watchdog: constify watchdog_info structuresBhumika Goyal
2017-02-24watchdog: pika_wdt: add __ro_after_init to identBhumika Goyal
2017-02-24watchdog: booke_wdt: add __ro_after_init to booke_wdt_infoBhumika Goyal
2017-02-24watchdog: sa11x0/pxa: fix error path of driver initializationVladimir Zapolskiy
2017-02-24watchdog: update my email addressJohn Crispin
2016-12-24Merge tag 'watchdog-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-16watchdog: it87_wdt: add IT8620E IDMaciej S. Szmigiero
2016-12-16watchdog: mpc8xxx: Remove unneeded linux/miscdevice.h includeCorentin Labbe
2016-12-16watchdog: octeon: Remove unneeded linux/miscdevice.h includeCorentin Labbe
2016-12-16watchdog: bcm2835_wdt: set WDOG_HW_RUNNING bit when appropriateRasmus Villemoes
2016-12-16watchdog: loongson1: Add Loongson1 SoC watchdog driverYang Ling
2016-12-16watchdog: cpwd: remove memory allocate failure messageAmit Kushwaha
2016-12-16watchdog: da9062/61: watchdog driverSteve Twiss
2016-12-16intel-mid_wdt: Error code is just an integerAndy Shevchenko
2016-12-16intel-mid_wdt: make sure watchdog is not running at startupAndy Shevchenko
2016-12-16watchdog: mei_wdt: request stop on reboot to prevent false positive eventAlexander Usyskin
2016-12-16watchdog: jz4740: Fix modular buildStephen Boyd
2016-12-16watchdog: qcom: fix kernel panic due to external abort on non-linefetchChristian Lamparter
2016-12-16watchdog: davinci: add support for deferred probingTero Kristo
2016-12-16watchdog: meson: Remove unneeded platform MODULE_ALIASJavier Martinez Canillas
2016-12-16watchdog: Standardize leading tabs and spaces in Kconfig fileRobert P. J. Day
2016-12-16watchdog: max77620_wdt: fix module autoloadJavier Martinez Canillas
2016-12-16watchdog: bcm7038_wdt: fix module autoloadJavier Martinez Canillas
2016-12-15Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-11-25Merge branches 'acpi-sleep-fixes' and 'acpi-wdat-fixes'Rafael J. Wysocki
2016-11-22watchdog/octeon: Convert to hotplug state machineSebastian Andrzej Siewior