summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* sched,watchdog: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-2/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-40/+40
* Merge tag 'linux-watchdog-5.8-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2020-06-0410-18/+248
|\
| * watchdog: m54xx: Add missing includeThomas Gleixner2020-05-251-0/+1
| * watchdog: Fix runtime PM imbalance on errorDinghao Liu2020-05-251-0/+1
| * watchdog: riowd: remove unneeded semicolonJason Yan2020-05-251-1/+1
| * watchdog: Add new arm_smc_wdt watchdog driverJulius Werner2020-05-253-0/+202
| * watchdog: imx2_wdt: update contact emailWolfram Sang2020-05-251-1/+1
| * watchdog: iTCO: fix link errorArnd Bergmann2020-05-251-0/+1
| * watchdog: da9062: No need to ping manually before setting timeoutStefan Riedmueller2020-05-251-5/+0
| * watchdog: da9063: Make use of pre-configured timeout during probeStefan Riedmueller2020-05-251-6/+14
| * watchdog: da9062: Initialize timeout during probeStefan Riedmueller2020-05-251-5/+22
| * watchdog: imx_sc_wdt: Fix reboot on crashFabio Estevam2020-05-251-0/+5
| * watchdog: ts72xx_wdt: fix build errorShyam Saini2020-05-251-0/+1
* | watchdog: iTCO: fix link errorArnd Bergmann2020-05-061-0/+1
* | Merge branch 'ib-mfd-x86-usb-watchdog-v5.7'Andy Shevchenko2020-04-242-22/+56
|\ \ | |/ |/|
| * platform/x86: intel_pmc_ipc: Convert to MFDMika Westerberg2020-04-241-6/+19
| * watchdog: intel-mid_wdt: Convert to use new SCU IPC APIMika Westerberg2020-04-241-16/+37
* | watchdog: sp805: fix restart handlerMichael Walle2020-04-081-0/+4
|/
* watchdog: Add K3 RTI watchdog supportTero Kristo2020-04-013-0/+264
* watchdog: ziirave_wdt: change name to be more specificLucas Stach2020-04-011-1/+1
* watchdog: orion: use 0 for unset heartbeatChris Packham2020-04-011-1/+1
* watchdog: npcm: remove whitespacesTomer Maimon2020-03-181-10/+9
* watchdog: reset last_hw_keepalive time at startTero Kristo2020-03-181-0/+1
* watchdog: imx2_wdt: Drop .remove callbackAnson Huang2020-03-181-27/+10
* watchdog: Add stop_on_reboot parameter to control reboot policyDmitry Safonov2020-03-181-0/+12
* watchdog: wm831x_wdt: Remove GPIO handlingLinus Walleij2020-03-181-27/+0
* watchdog: imx7ulp: Remove unused include of init.hAnson Huang2020-03-181-1/+0
* watchdog: imx_sc_wdt: Remove unused includesAnson Huang2020-03-181-2/+0
* watchdog: qcom: Use irq flags from firmwareStephen Boyd2020-03-181-2/+1
* watchdog: pm8916_wdt: Add system sleep callbacksLoic Poulain2020-03-181-0/+25
* watchdog: qcom-wdt: disable pretimeout on timer platformAnsuel Smith2020-03-181-8/+23
* watchdog: iTCO_wdt: Make ICH_RES_IO_SMI optionalMika Westerberg2020-03-101-12/+16
* watchdog: iTCO_wdt: Export vendorsupportMika Westerberg2020-03-102-7/+11
* Merge tag 'acpi-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-02-281-1/+24
|\
| * ACPI: watchdog: Set default timeout in probeMika Westerberg2020-02-131-0/+23
| * ACPI: watchdog: Fix gas->access_width usageMika Westerberg2020-02-131-1/+1
* | watchdog: da9062: Add dependency on I2CGuenter Roeck2020-02-171-0/+1
* | watchdog: da9062: fix power management opsMarco Felsch2020-02-171-0/+12
* | watchdog: da9062: do not ping the hw during stop()Marco Felsch2020-02-171-7/+0
* | watchdog: fix mtk_wdt.c RESET_CONTROLLER build errorRandy Dunlap2020-02-171-0/+1
|/
* Merge tag 'linux-watchdog-5.6-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2020-02-0711-70/+309
|\
| * watchdog: da9062: make restart handler atomic safeMarco Felsch2020-01-271-4/+6
| * watchdog: mtk_wdt: mt2712: Add reset controlleryong.liang2020-01-271-0/+6
| * watchdog: mtk_wdt: mt8183: Add reset controlleryong.liang2020-01-271-1/+98
| * watchdog: it87_wdt: add IT8786 IDVincent Prince2020-01-271-0/+2
| * watchdog: dw_wdt: ping watchdog to reset countdown before startJack Mitchell2020-01-271-0/+1
| * watchdog: fix UAF in reboot notifier handling in watchdog core codeVladis Dronov2020-01-272-35/+36
| * watchdog: cadence: Skip printing pointer valueSrinivas Neeli2020-01-271-3/+2
| * watchdog: qcom: Use platform_get_irq_optional() for bark irqSai Prakash Ranjan2020-01-271-1/+1