summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2020-08-12Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds49-153/+755
2020-08-05watchdog: rti-wdt: balance pm runtime enable callsTero Kristo1-0/+2
2020-08-05watchdog: rti-wdt: attach to running watchdog during probeTero Kristo1-10/+102
2020-08-05watchdog: add support for adjusting last known HW keepalive timeTero Kristo1-0/+30
2020-08-05watchdog: use __watchdog_ping in startupTero Kristo1-8/+11
2020-08-05watchdog: softdog: Add options 'soft_reboot_cmd' and 'soft_active_on_boot'Woody Lin1-0/+57
2020-08-05watchdog: pcwd_usb: remove needless check before usb_free_coherent()Xu Wang1-3/+2
2020-08-05watchdog: Replace HTTP links with HTTPS onesAlexander A. Klimov5-5/+5
2020-08-05watchdog: initialize device before misc_registerKrzysztof Sobota1-9/+9
2020-08-05watchdog: booke_wdt: Add common nowayout parameter driverTimothy Myers1-1/+5
2020-08-05watchdog: scx200_wdt: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-05watchdog: Use fallthrough pseudo-keywordGustavo A. R. Silva38-40/+39
2020-08-05watchdog: f71808e_wdt: do stricter parameter validationAhmad Fatoum1-25/+12
2020-08-05watchdog: f71808e_wdt: clear watchdog timeout occurred flagAhmad Fatoum1-0/+7
2020-08-05watchdog: f71808e_wdt: remove use of wrong watchdog_info optionAhmad Fatoum1-2/+1
2020-08-05watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.optionsAhmad Fatoum1-1/+2
2020-08-05watchdog: dw_wdt: Add DebugFS filesSerge Semin1-0/+68
2020-08-05watchdog: dw_wdt: Add pre-timeouts supportSerge Semin1-8/+130
2020-08-05watchdog: dw_wdt: Support devices with asynch clocksSerge Semin1-5/+43
2020-08-05watchdog: dw_wdt: Support devices with non-fixed TOP valuesSerge Semin1-24/+167
2020-08-05watchdog: Use kobj_to_dev() APIWang Qing1-1/+1
2020-08-05watchdog: bcm_kona_wdt: Use correct return value for bcm_kona_wdt_probe()Tiezhu Yang1-1/+1
2020-08-05watchdog: sunxi_wdt: fix improper error exit codeMartin Wu1-1/+1
2020-08-05watchdog: test_bit() => watchdog_active()Bumsik Kim1-1/+1
2020-08-05watchdog: mlx-wdt: support new watchdog type with longer timeout periodMichael Shych1-11/+62
2020-06-15sched,watchdog: Convert to sched_set_fifo()Peter Zijlstra1-2/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-40/+40
2020-06-04Merge tag 'linux-watchdog-5.8-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds10-18/+248
2020-05-25watchdog: m54xx: Add missing includeThomas Gleixner1-0/+1
2020-05-25watchdog: Fix runtime PM imbalance on errorDinghao Liu1-0/+1
2020-05-25watchdog: riowd: remove unneeded semicolonJason Yan1-1/+1
2020-05-25watchdog: Add new arm_smc_wdt watchdog driverJulius Werner3-0/+202
2020-05-25watchdog: imx2_wdt: update contact emailWolfram Sang1-1/+1
2020-05-25watchdog: iTCO: fix link errorArnd Bergmann1-0/+1
2020-05-25watchdog: da9062: No need to ping manually before setting timeoutStefan Riedmueller1-5/+0
2020-05-25watchdog: da9063: Make use of pre-configured timeout during probeStefan Riedmueller1-6/+14
2020-05-25watchdog: da9062: Initialize timeout during probeStefan Riedmueller1-5/+22
2020-05-25watchdog: imx_sc_wdt: Fix reboot on crashFabio Estevam1-0/+5
2020-05-25watchdog: ts72xx_wdt: fix build errorShyam Saini1-0/+1
2020-05-06watchdog: iTCO: fix link errorArnd Bergmann1-0/+1
2020-04-24Merge branch 'ib-mfd-x86-usb-watchdog-v5.7'Andy Shevchenko2-22/+56
2020-04-24platform/x86: intel_pmc_ipc: Convert to MFDMika Westerberg1-6/+19
2020-04-24watchdog: intel-mid_wdt: Convert to use new SCU IPC APIMika Westerberg1-16/+37
2020-04-08watchdog: sp805: fix restart handlerMichael Walle1-0/+4
2020-04-01watchdog: Add K3 RTI watchdog supportTero Kristo3-0/+264
2020-04-01watchdog: ziirave_wdt: change name to be more specificLucas Stach1-1/+1
2020-04-01watchdog: orion: use 0 for unset heartbeatChris Packham1-1/+1
2020-03-18watchdog: npcm: remove whitespacesTomer Maimon1-10/+9
2020-03-18watchdog: reset last_hw_keepalive time at startTero Kristo1-0/+1
2020-03-18watchdog: imx2_wdt: Drop .remove callbackAnson Huang1-27/+10