aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-24watchdog: iTCO_wdt: Simplify module init functionGuenter Roeck1-7/+1
2017-02-24watchdog: iTCO_wdt: Use pdev for platform device and pci_dev for pci deviceGuenter Roeck1-27/+26
2017-02-24watchdog: iTCO_wdt: Use device managed resourcesGuenter Roeck1-63/+17
2017-02-24watchdog: iTCO_wdt: Use allocated data structuresGuenter Roeck1-197/+205
2017-02-24watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded"Colin Ian King1-1/+1
2017-02-24watchdog: Enable COMPILE_TEST where possibleGuenter Roeck1-59/+59
2017-02-24watchdog: pnx833x_wdt: Mark as brokenGuenter Roeck1-0/+1
2017-02-24watchdog: nic7018_wdt: Add NIC7018 watchdog driverHui Chun Ong3-0/+276
2017-02-24watchdog: constify watchdog_info structuresBhumika Goyal12-12/+12
2017-02-24watchdog: pika_wdt: add __ro_after_init to identBhumika Goyal1-1/+1
2017-02-24watchdog: booke_wdt: add __ro_after_init to booke_wdt_infoBhumika Goyal1-1/+1
2017-02-24watchdog: sa11x0/pxa: fix error path of driver initializationVladimir Zapolskiy1-3/+5
2017-02-24watchdog: update my email addressJohn Crispin3-5/+5
2016-12-24Merge tag 'watchdog-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus 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-15Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+23
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-46/+12
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-47/+15
2016-11-25Merge branches 'acpi-sleep-fixes' and 'acpi-wdat-fixes'Rafael J. Wysocki1-0/+1
2016-11-22watchdog/octeon: Convert to hotplug state machineSebastian Andrzej Siewior1-47/+15
2016-11-21watchdog: wdat_wdt: Select WATCHDOG_COREMika Westerberg1-0/+1
2016-11-17Merge tag 'pxa-for-4.10' of https://github.com/rjarzmik/linux into next/socOlof Johansson1-1/+23
2016-11-17mei: bus: split RX and async notification callbacksAlexander Usyskin1-25/+11
2016-10-28mei: bus: remove rx callback contextTomas Winkler1-4/+2
2016-10-28watchdog: mei_wdt: use module_mei_cl_driver macroTomas Winkler1-19/+1
2016-10-21Merge branches 'acpi-wdat' and 'acpi-cppc'Rafael J. Wysocki1-0/+4
2016-10-21watchdog: wdat_wdt: Ping the watchdog on resumeMika Westerberg1-0/+4
2016-10-18watchdog: sa11x0/pxa: get rid of get_clock_tick_rateRobert Jarzmik1-1/+23
2016-10-13Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds26-77/+1068
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2016-10-08watchdog: imx2_wdt: add pretimeout function supportVladimir Zapolskiy1-0/+48
2016-10-08watchdog: softdog: implement pretimeout supportWolfram Sang1-1/+21
2016-10-08watchdog: pretimeout: add pretimeout_available_governors attributeVladimir Zapolskiy3-1/+31
2016-10-08watchdog: pretimeout: add option to select a pretimeout governor in runtimeVladimir Zapolskiy3-1/+98