summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* watchdog: ixp4xx: Rewrite driver to use coreLinus Walleij2021-08-222-165/+119
* watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriateJan Kiszka2021-08-221-1/+4
* watchdog: max63xx_wdt: Add device tree probingLinus Walleij2021-08-221-4/+20
* watchdog: mediatek: mt8195: add wdt supportChristine Zhu2021-08-221-0/+6
* watchdog: tqmx86: Constify static struct watchdog_opsRikard Falkeborn2021-08-221-1/+1
* watchdog: mpc8xxx_wdt: Constify static struct watchdog_opsRikard Falkeborn2021-08-221-1/+1
* watchdog: sl28cpld_wdt: Constify static struct watchdog_opsRikard Falkeborn2021-08-221-1/+1
* watchdog: iTCO_wdt: Fix detection of SMI-off caseJan Kiszka2021-08-221-1/+1
* watchdog: bcm2835_wdt: consider system-power-controller propertyStefan Wahren2021-08-221-3/+7
* watchdog: imx2_wdg: notify wdog core to stop ping worker on suspendGrzegorz Jaszczyk2021-08-221-0/+1
* watchdog: introduce watchdog_dev_suspend/resumeGrzegorz Jaszczyk2021-08-222-0/+84
* watchdog: Fix NULL pointer dereference when releasing cdevCurtis Klein2021-08-221-1/+2
* watchdog: only run driver set_pretimeout op if device supports itCurtis Klein2021-08-221-1/+1
* watchdog: bd70528 drop bd70528 supportMatti Vaittinen2021-08-223-304/+0
* Merge tag 'linux-watchdog-5.14-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2021-07-0742-543/+649
|\
| * watchdog: iTCO_wdt: use dev_err() instead of pr_err()Enrico Weigelt, metux IT consult2021-06-211-2/+2
| * watchdog: Add Mstar MSC313e WDT driverDaniel Palmer2021-06-213-0/+179
| * watchdog: iTCO_wdt: Account for rebooting on second timeoutJan Kiszka2021-06-211-3/+9
| * watchdog: sama5d4_wdt: add support for sama7g5-wdtEugen Hristev2021-06-211-2/+8
| * watchdog: ziirave_wdt: Remove VERSION_FMT defines and add sysfs newlinesJuerg Haefliger2021-06-211-9/+6
| * watchdog: imx_sc_wdt: fix pretimeoutStefan Eichenberger2021-06-211-7/+4
| * watchdog: diag288_wdt: Remove redundant assignmentJunlin Yang2021-06-211-4/+0
| * watchdog: Add hrtimer-based pretimeout featureCurtis Klein2021-06-216-32/+121
| * watchdog: qcom: Move suspend/resume to suspend_late/resume_earlySai Prakash Ranjan2021-06-211-1/+3
| * watchdog: Fix a typo in the file orion_wdt.cBhaskar Chowdhury2021-06-211-1/+1
| * watchdog: jz4740: Fix return value check in jz4740_wdt_probe()Wei Yongjun2021-06-211-2/+2
| * watchdog: Remove MV64x60 watchdog driverChristophe Leroy2021-06-213-329/+0
| * watchdog: mtk: support pre-timeout when the bark irq is availableWang Qing2021-06-211-5/+72
| * watchdog: fix syntactic kernel-doc issuesLukas Bulwahn2021-06-217-15/+17
| * watchdog: wdat_wdg: fix typoFlavio Suligoi2021-06-211-2/+2
| * watchdog: bcm7038_wdt: add big endian supportÁlvaro Fernández Rojas2021-06-211-6/+25
| * watchdog: sl28cpld_wdt: Fix a typoBhaskar Chowdhury2021-06-211-1/+1
| * watchdog: of_xilinx_wdt: Skip printing pointer valueSrinivas Neeli2021-06-211-2/+2
| * watchdog: of_xilinx_wdt: Remove passing null pointerSrinivas Neeli2021-06-211-10/+9
| * watchdog: of_xilinx_wdt: Used dev_dbg()Srinivas Goud2021-06-211-1/+3
| * watchdog: of_xilinx_wdt: Used BIT macroSrinivas Goud2021-06-211-4/+5
| * watchdog: of_xilinx_wdt: Add comment to spinlockSrinivas Goud2021-06-211-1/+1
| * watchdog: meson_wdt: Use device_get_match_data() helperTian Tao2021-06-211-7/+1
| * watchdog: Fix a typo in KconfigWong Vee Khee2021-06-211-1/+1
| * watchdog: it87_wdt: remove useless functionJiapeng Chong2021-06-211-8/+0
| * watchdog: aspeed: fix hardware timeout calculationTao Ren2021-06-211-1/+1
| * watchdog: clean up the Kconfig fileRandy Dunlap2021-06-211-23/+28
| * watchdog: Use sysfs_emit() and sysfs_emit_at() in "show" functionsJuerg Haefliger2021-06-214-18/+21
| * watchdog: Fix possible use-after-free by calling del_timer_sync()Zou Wei2021-06-212-2/+2
| * watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff()Zou Wei2021-06-211-1/+1
| * watchdog: Add {min,max}_timeout sysfs nodesJuerg Haefliger2021-06-211-0/+20
| * watchdog: sp805: Fix kernel doc descriptionAndy Shevchenko2021-06-211-1/+2
| * watchdog: sp805: Use devm_clk_get_optional()Andy Shevchenko2021-06-211-21/+19
| * watchdog/hpwdt: New PCI IDsJerry Hoemann2021-06-211-0/+1
| * watchdog: dw_wdt: Fix duplicate included linux/kernel.hJiapeng Chong2021-06-211-5/+4