summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'watchdog-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-2417-57/+261
|\
| * watchdog: it87_wdt: add IT8620E IDMaciej S. Szmigiero2016-12-162-3/+5
| * watchdog: mpc8xxx: Remove unneeded linux/miscdevice.h includeCorentin Labbe2016-12-161-1/+0
| * watchdog: octeon: Remove unneeded linux/miscdevice.h includeCorentin Labbe2016-12-161-1/+0
| * watchdog: bcm2835_wdt: set WDOG_HW_RUNNING bit when appropriateRasmus Villemoes2016-12-161-0/+20
| * watchdog: loongson1: Add Loongson1 SoC watchdog driverYang Ling2016-12-163-0/+178
| * watchdog: cpwd: remove memory allocate failure messageAmit Kushwaha2016-12-161-16/+7
| * watchdog: da9062/61: watchdog driverSteve Twiss2016-12-162-4/+12
| * intel-mid_wdt: Error code is just an integerAndy Shevchenko2016-12-161-11/+8
| * intel-mid_wdt: make sure watchdog is not running at startupAndy Shevchenko2016-12-161-0/+3
| * watchdog: mei_wdt: request stop on reboot to prevent false positive eventAlexander Usyskin2016-12-161-0/+2
| * watchdog: jz4740: Fix modular buildStephen Boyd2016-12-161-1/+1
| * watchdog: qcom: fix kernel panic due to external abort on non-linefetchChristian Lamparter2016-12-161-1/+1
| * watchdog: davinci: add support for deferred probingTero Kristo2016-12-161-1/+5
| * watchdog: meson: Remove unneeded platform MODULE_ALIASJavier Martinez Canillas2016-12-161-1/+0
| * watchdog: Standardize leading tabs and spaces in Kconfig fileRobert P. J. Day2016-12-161-17/+17
| * watchdog: max77620_wdt: fix module autoloadJavier Martinez Canillas2016-12-161-0/+1
| * watchdog: bcm7038_wdt: fix module autoloadJavier Martinez Canillas2016-12-161-0/+1
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-12-151-1/+23
|\ \
| * \ Merge tag 'pxa-for-4.10' of https://github.com/rjarzmik/linux into next/socOlof Johansson2016-11-171-1/+23
| |\ \
| | * | watchdog: sa11x0/pxa: get rid of get_clock_tick_rateRobert Jarzmik2016-10-181-1/+23
* | | | Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-131-46/+12
|\ \ \ \
| * | | | mei: bus: split RX and async notification callbacksAlexander Usyskin2016-11-171-25/+11
| * | | | mei: bus: remove rx callback contextTomas Winkler2016-10-281-4/+2
| * | | | watchdog: mei_wdt: use module_mei_cl_driver macroTomas Winkler2016-10-281-19/+1
| |/ / /
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-47/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | watchdog/octeon: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-47/+15
| |/ /
| | |
| \ \
*-. \ \ Merge branches 'acpi-sleep-fixes' and 'acpi-wdat-fixes'Rafael J. Wysocki2016-11-251-0/+1
|\ \ \ \ | |_|/ / |/| | |
| | * | watchdog: wdat_wdt: Select WATCHDOG_COREMika Westerberg2016-11-211-0/+1
| | | |
| \ \ \
*-. \ \ \ Merge branches 'acpi-wdat' and 'acpi-cppc'Rafael J. Wysocki2016-10-211-0/+4
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | watchdog: wdat_wdt: Ping the watchdog on resumeMika Westerberg2016-10-211-0/+4
* | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2016-10-1326-77/+1068
|\ \ \ \
| * | | | watchdog: imx2_wdt: add pretimeout function supportVladimir Zapolskiy2016-10-081-0/+48
| * | | | watchdog: softdog: implement pretimeout supportWolfram Sang2016-10-081-1/+21
| * | | | watchdog: pretimeout: add pretimeout_available_governors attributeVladimir Zapolskiy2016-10-083-1/+31
| * | | | watchdog: pretimeout: add option to select a pretimeout governor in runtimeVladimir Zapolskiy2016-10-083-1/+98
| * | | | watchdog: pretimeout: add panic pretimeout governorVladimir Zapolskiy2016-10-085-4/+66
| * | | | watchdog: pretimeout: add noop pretimeout governorVladimir Zapolskiy2016-10-084-0/+81
| * | | | watchdog: add watchdog pretimeout governor frameworkVladimir Zapolskiy2016-10-085-1/+205
| * | | | watchdog: hpwdt: add support for iLO5Brian Boylston2016-10-031-3/+5
| * | | | watchdog: add pretimeout support to the coreWolfram Sang2016-09-241-2/+54
| * | | | watchdog: imx2_wdt: use preferred BIT macro instead of open coded valuesVladimir Zapolskiy2016-09-241-6/+6
| * | | | watchdog: st_wdt: Remove support for obsolete platformsPeter Griffin2016-09-241-33/+0
| * | | | watchdog: mt7621_wdt: Remove assignment of dev pointerGuenter Roeck2016-09-241-1/+0
| * | | | watchdog: rt2880_wdt: Remove assignment of dev pointerMatt Redfearn2016-09-241-1/+0
| * | | | watchdog: constify watchdog_ops structuresJulia Lawall2016-09-246-6/+6
| * | | | watchdog: tegra: constify watchdog_ops structuresJulia Lawall2016-09-241-1/+1
| * | | | watchdog: iTCO_wdt: constify iTCO_wdt_pm structureJulia Lawall2016-09-241-1/+1
| * | | | watchdog: cadence_wdt: Fix the suspend resumeShubhrajyoti Datta2016-09-241-7/+11
| * | | | watchdog: txx9wdt: Add missing clock (un)prepare calls for CCFGeert Uytterhoeven2016-09-231-3/+3
OpenPOWER on IntegriCloud