summary refs log tree commit diff
path: root/drivers/watchdog
AgeCommit message (Expand)Author
2020-10-14watchdog: davinci: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-10-14watchdog: cadence: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-10-14watchdog: remove unneeded inclusion of <uapi/linux/sched/types.h>Zhen Lei
2020-10-14watchdog: Use put_device on errorDinghao Liu
2020-10-14watchdog: Fix memleak in watchdog_cdev_registerDinghao Liu
2020-10-14watchdog: imx7ulp: Strictly follow the sequence for wdog operationsAnson Huang
2020-10-14watchdog: it87_wdt: add IT8772 IDHanspeter Portner
2020-10-14watchdog: pcwd_usb: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET
2020-10-14drivers: watchdog: rdc321x_wdt: Fix race condition bugsMadhuparna Bhowmik
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds
2020-08-05watchdog: rti-wdt: balance pm runtime enable callsTero Kristo
2020-08-05watchdog: rti-wdt: attach to running watchdog during probeTero Kristo
2020-08-05watchdog: add support for adjusting last known HW keepalive timeTero Kristo
2020-08-05watchdog: use __watchdog_ping in startupTero Kristo
2020-08-05watchdog: softdog: Add options 'soft_reboot_cmd' and 'soft_active_on_boot'Woody Lin
2020-08-05watchdog: pcwd_usb: remove needless check before usb_free_coherent()Xu Wang
2020-08-05watchdog: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-08-05watchdog: initialize device before misc_registerKrzysztof Sobota
2020-08-05watchdog: booke_wdt: Add common nowayout parameter driverTimothy Myers
2020-08-05watchdog: scx200_wdt: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05watchdog: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05watchdog: f71808e_wdt: do stricter parameter validationAhmad Fatoum
2020-08-05watchdog: f71808e_wdt: clear watchdog timeout occurred flagAhmad Fatoum
2020-08-05watchdog: f71808e_wdt: remove use of wrong watchdog_info optionAhmad Fatoum
2020-08-05watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.optionsAhmad Fatoum
2020-08-05watchdog: dw_wdt: Add DebugFS filesSerge Semin
2020-08-05watchdog: dw_wdt: Add pre-timeouts supportSerge Semin
2020-08-05watchdog: dw_wdt: Support devices with asynch clocksSerge Semin
2020-08-05watchdog: dw_wdt: Support devices with non-fixed TOP valuesSerge Semin
2020-08-05watchdog: Use kobj_to_dev() APIWang Qing
2020-08-05watchdog: bcm_kona_wdt: Use correct return value for bcm_kona_wdt_probe()Tiezhu Yang
2020-08-05watchdog: sunxi_wdt: fix improper error exit codeMartin Wu
2020-08-05watchdog: test_bit() => watchdog_active()Bumsik Kim
2020-08-05watchdog: mlx-wdt: support new watchdog type with longer timeout periodMichael Shych
2020-06-15sched,watchdog: Convert to sched_set_fifo()Peter Zijlstra
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-04Merge tag 'linux-watchdog-5.8-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds
2020-05-25watchdog: m54xx: Add missing includeThomas Gleixner
2020-05-25watchdog: Fix runtime PM imbalance on errorDinghao Liu
2020-05-25watchdog: riowd: remove unneeded semicolonJason Yan
2020-05-25watchdog: Add new arm_smc_wdt watchdog driverJulius Werner
2020-05-25watchdog: imx2_wdt: update contact emailWolfram Sang
2020-05-25watchdog: iTCO: fix link errorArnd Bergmann
2020-05-25watchdog: da9062: No need to ping manually before setting timeoutStefan Riedmueller
2020-05-25watchdog: da9063: Make use of pre-configured timeout during probeStefan Riedmueller
2020-05-25watchdog: da9062: Initialize timeout during probeStefan Riedmueller
2020-05-25watchdog: imx_sc_wdt: Fix reboot on crashFabio Estevam
2020-05-25watchdog: ts72xx_wdt: fix build errorShyam Saini
2020-05-06watchdog: iTCO: fix link errorArnd Bergmann