summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorLines
2020-08-12Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds-153/+755
2020-08-05watchdog: rti-wdt: balance pm runtime enable callsTero Kristo-0/+2
2020-08-05watchdog: rti-wdt: attach to running watchdog during probeTero Kristo-10/+102
2020-08-05watchdog: add support for adjusting last known HW keepalive timeTero Kristo-0/+30
2020-08-05watchdog: use __watchdog_ping in startupTero Kristo-8/+11
2020-08-05watchdog: softdog: Add options 'soft_reboot_cmd' and 'soft_active_on_boot'Woody Lin-0/+57
2020-08-05watchdog: pcwd_usb: remove needless check before usb_free_coherent()Xu Wang-3/+2
2020-08-05watchdog: Replace HTTP links with HTTPS onesAlexander A. Klimov-5/+5
2020-08-05watchdog: initialize device before misc_registerKrzysztof Sobota-9/+9
2020-08-05watchdog: booke_wdt: Add common nowayout parameter driverTimothy Myers-1/+5
2020-08-05watchdog: scx200_wdt: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-05watchdog: Use fallthrough pseudo-keywordGustavo A. R. Silva-40/+39
2020-08-05watchdog: f71808e_wdt: do stricter parameter validationAhmad Fatoum-25/+12
2020-08-05watchdog: f71808e_wdt: clear watchdog timeout occurred flagAhmad Fatoum-0/+7
2020-08-05watchdog: f71808e_wdt: remove use of wrong watchdog_info optionAhmad Fatoum-2/+1
2020-08-05watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.optionsAhmad Fatoum-1/+2
2020-08-05watchdog: dw_wdt: Add DebugFS filesSerge Semin-0/+68
2020-08-05watchdog: dw_wdt: Add pre-timeouts supportSerge Semin-8/+130
2020-08-05watchdog: dw_wdt: Support devices with asynch clocksSerge Semin-5/+43
2020-08-05watchdog: dw_wdt: Support devices with non-fixed TOP valuesSerge Semin-24/+167
2020-08-05watchdog: Use kobj_to_dev() APIWang Qing-1/+1
2020-08-05watchdog: bcm_kona_wdt: Use correct return value for bcm_kona_wdt_probe()Tiezhu Yang-1/+1
2020-08-05watchdog: sunxi_wdt: fix improper error exit codeMartin Wu-1/+1
2020-08-05watchdog: test_bit() => watchdog_active()Bumsik Kim-1/+1
2020-08-05watchdog: mlx-wdt: support new watchdog type with longer timeout periodMichael Shych-11/+62
2020-06-15sched,watchdog: Convert to sched_set_fifo()Peter Zijlstra-2/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-40/+40
2020-06-04Merge tag 'linux-watchdog-5.8-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds-18/+248
2020-05-25watchdog: m54xx: Add missing includeThomas Gleixner-0/+1
2020-05-25watchdog: Fix runtime PM imbalance on errorDinghao Liu-0/+1
2020-05-25watchdog: riowd: remove unneeded semicolonJason Yan-1/+1
2020-05-25watchdog: Add new arm_smc_wdt watchdog driverJulius Werner-0/+202
2020-05-25watchdog: imx2_wdt: update contact emailWolfram Sang-1/+1
2020-05-25watchdog: iTCO: fix link errorArnd Bergmann-0/+1
2020-05-25watchdog: da9062: No need to ping manually before setting timeoutStefan Riedmueller-5/+0
2020-05-25watchdog: da9063: Make use of pre-configured timeout during probeStefan Riedmueller-6/+14
2020-05-25watchdog: da9062: Initialize timeout during probeStefan Riedmueller-5/+22
2020-05-25watchdog: imx_sc_wdt: Fix reboot on crashFabio Estevam-0/+5
2020-05-25watchdog: ts72xx_wdt: fix build errorShyam Saini-0/+1
2020-05-06watchdog: iTCO: fix link errorArnd Bergmann-0/+1
2020-04-24Merge branch 'ib-mfd-x86-usb-watchdog-v5.7'Andy Shevchenko-22/+56
2020-04-24platform/x86: intel_pmc_ipc: Convert to MFDMika Westerberg-6/+19
2020-04-24watchdog: intel-mid_wdt: Convert to use new SCU IPC APIMika Westerberg-16/+37
2020-04-08watchdog: sp805: fix restart handlerMichael Walle-0/+4
2020-04-01watchdog: Add K3 RTI watchdog supportTero Kristo-0/+264
2020-04-01watchdog: ziirave_wdt: change name to be more specificLucas Stach-1/+1
2020-04-01watchdog: orion: use 0 for unset heartbeatChris Packham-1/+1
2020-03-18watchdog: npcm: remove whitespacesTomer Maimon-10/+9
2020-03-18watchdog: reset last_hw_keepalive time at startTero Kristo-0/+1
2020-03-18watchdog: imx2_wdt: Drop .remove callbackAnson Huang-27/+10