Age | Commit message (Expand) | Author | Files | Lines |
2021-08-22 | watchdog: ixp4xx: Rewrite driver to use core | Linus Walleij | 2 | -165/+119 |
2021-08-22 | watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriate | Jan Kiszka | 1 | -1/+4 |
2021-08-22 | watchdog: max63xx_wdt: Add device tree probing | Linus Walleij | 1 | -4/+20 |
2021-08-22 | watchdog: mediatek: mt8195: add wdt support | Christine Zhu | 1 | -0/+6 |
2021-08-22 | watchdog: tqmx86: Constify static struct watchdog_ops | Rikard Falkeborn | 1 | -1/+1 |
2021-08-22 | watchdog: mpc8xxx_wdt: Constify static struct watchdog_ops | Rikard Falkeborn | 1 | -1/+1 |
2021-08-22 | watchdog: sl28cpld_wdt: Constify static struct watchdog_ops | Rikard Falkeborn | 1 | -1/+1 |
2021-08-22 | watchdog: iTCO_wdt: Fix detection of SMI-off case | Jan Kiszka | 1 | -1/+1 |
2021-08-22 | watchdog: bcm2835_wdt: consider system-power-controller property | Stefan Wahren | 1 | -3/+7 |
2021-08-22 | watchdog: imx2_wdg: notify wdog core to stop ping worker on suspend | Grzegorz Jaszczyk | 1 | -0/+1 |
2021-08-22 | watchdog: introduce watchdog_dev_suspend/resume | Grzegorz Jaszczyk | 2 | -0/+84 |
2021-08-22 | watchdog: Fix NULL pointer dereference when releasing cdev | Curtis Klein | 1 | -1/+2 |
2021-08-22 | watchdog: only run driver set_pretimeout op if device supports it | Curtis Klein | 1 | -1/+1 |
2021-08-22 | watchdog: bd70528 drop bd70528 support | Matti Vaittinen | 3 | -304/+0 |
2021-07-07 | Merge tag 'linux-watchdog-5.14-rc1' of git://www.linux-watchdog.org/linux-wat... | Linus Torvalds | 42 | -543/+649 |
2021-07-05 | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2021-06-29 | Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |
2021-06-22 | mei: fix kdoc in the driver | Tamar Mashiah | 1 | -2/+2 |
2021-06-21 | watchdog: iTCO_wdt: use dev_err() instead of pr_err() | Enrico Weigelt, metux IT consult | 1 | -2/+2 |
2021-06-21 | watchdog: Add Mstar MSC313e WDT driver | Daniel Palmer | 3 | -0/+179 |
2021-06-21 | watchdog: iTCO_wdt: Account for rebooting on second timeout | Jan Kiszka | 1 | -3/+9 |
2021-06-21 | watchdog: sama5d4_wdt: add support for sama7g5-wdt | Eugen Hristev | 1 | -2/+8 |
2021-06-21 | watchdog: ziirave_wdt: Remove VERSION_FMT defines and add sysfs newlines | Juerg Haefliger | 1 | -9/+6 |
2021-06-21 | watchdog: imx_sc_wdt: fix pretimeout | Stefan Eichenberger | 1 | -7/+4 |
2021-06-21 | watchdog: diag288_wdt: Remove redundant assignment | Junlin Yang | 1 | -4/+0 |
2021-06-21 | watchdog: Add hrtimer-based pretimeout feature | Curtis Klein | 6 | -32/+121 |
2021-06-21 | watchdog: qcom: Move suspend/resume to suspend_late/resume_early | Sai Prakash Ranjan | 1 | -1/+3 |
2021-06-21 | watchdog: Fix a typo in the file orion_wdt.c | Bhaskar Chowdhury | 1 | -1/+1 |
2021-06-21 | watchdog: jz4740: Fix return value check in jz4740_wdt_probe() | Wei Yongjun | 1 | -2/+2 |
2021-06-21 | watchdog: Remove MV64x60 watchdog driver | Christophe Leroy | 3 | -329/+0 |
2021-06-21 | watchdog: mtk: support pre-timeout when the bark irq is available | Wang Qing | 1 | -5/+72 |
2021-06-21 | watchdog: fix syntactic kernel-doc issues | Lukas Bulwahn | 7 | -15/+17 |
2021-06-21 | watchdog: wdat_wdg: fix typo | Flavio Suligoi | 1 | -2/+2 |
2021-06-21 | watchdog: bcm7038_wdt: add big endian support | Álvaro Fernández Rojas | 1 | -6/+25 |
2021-06-21 | watchdog: sl28cpld_wdt: Fix a typo | Bhaskar Chowdhury | 1 | -1/+1 |
2021-06-21 | watchdog: of_xilinx_wdt: Skip printing pointer value | Srinivas Neeli | 1 | -2/+2 |
2021-06-21 | watchdog: of_xilinx_wdt: Remove passing null pointer | Srinivas Neeli | 1 | -10/+9 |
2021-06-21 | watchdog: of_xilinx_wdt: Used dev_dbg() | Srinivas Goud | 1 | -1/+3 |
2021-06-21 | watchdog: of_xilinx_wdt: Used BIT macro | Srinivas Goud | 1 | -4/+5 |
2021-06-21 | watchdog: of_xilinx_wdt: Add comment to spinlock | Srinivas Goud | 1 | -1/+1 |
2021-06-21 | watchdog: meson_wdt: Use device_get_match_data() helper | Tian Tao | 1 | -7/+1 |
2021-06-21 | watchdog: Fix a typo in Kconfig | Wong Vee Khee | 1 | -1/+1 |
2021-06-21 | watchdog: it87_wdt: remove useless function | Jiapeng Chong | 1 | -8/+0 |
2021-06-21 | watchdog: aspeed: fix hardware timeout calculation | Tao Ren | 1 | -1/+1 |
2021-06-21 | watchdog: clean up the Kconfig file | Randy Dunlap | 1 | -23/+28 |
2021-06-21 | watchdog: Use sysfs_emit() and sysfs_emit_at() in "show" functions | Juerg Haefliger | 4 | -18/+21 |
2021-06-21 | watchdog: Fix possible use-after-free by calling del_timer_sync() | Zou Wei | 2 | -2/+2 |
2021-06-21 | watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff() | Zou Wei | 1 | -1/+1 |
2021-06-21 | watchdog: Add {min,max}_timeout sysfs nodes | Juerg Haefliger | 1 | -0/+20 |
2021-06-21 | watchdog: sp805: Fix kernel doc description | Andy Shevchenko | 1 | -1/+2 |