summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2023-03-02Merge tag 'linux-watchdog-6.3-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds35-372/+269
2023-03-02watchdog: at91rm9200: Only warn once about problems in .remove()Uwe Kleine-König1-1/+1
2023-03-02watchdog: mt7621-wdt: avoid ralink architecture dependent codeSergio Paracuellos2-6/+20
2023-03-02watchdog: mt7621-wdt: avoid static global declarationsSergio Paracuellos1-37/+65
2023-02-22Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-125/+37
2023-02-21Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-88/+7
2023-02-18watchdog: sbsa_wdog: Make sure the timeout programming is within the limitsGeorge Cherian1-0/+1
2023-02-18watchdog: report options in sysfsThomas Weißschuh1-0/+10
2023-02-18watchdog: report fw_version in sysfsThomas Weißschuh1-0/+10
2023-02-18watchdog: imx2_wdg: suspend watchdog in WAIT modeAndrej Picej1-3/+52
2023-02-18watchdog: pcwd_usb: Fix attempting to access uninitialized memoryLi Hua1-2/+4
2023-02-18watchdog: Fix kmemleak in watchdog_cdev_registerChen Jun1-1/+1
2023-02-18watchdog: Include <linux/kstrtox.h> when appropriateChristophe JAILLET2-0/+2
2023-02-18watchdog: at91sam9_wdt: use devm_request_irq to avoid missing free_irq() in e...ruanjinjie1-4/+3
2023-02-18watchdog: rzg2l_wdt: Handle TYPE-B reset for RZ/V2MFabrizio Castro1-1/+36
2023-02-18watchdog: rzg2l_wdt: Issue a reset before we put the PM clocksLad Prabhakar1-6/+4
2023-02-18watchdog: dw_wdt: stop on rebootCosmin Tanislav1-0/+1
2023-02-18watchdog: ziirave_wdt: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2023-02-18watchdog: iTCO_wdt: Report firmware_versionThomas Weißschuh1-2/+2
2023-02-18watchdog: da9062: da9063: use unlocked xfer function in restartPrimoz Fiser2-6/+24
2023-02-12watchdog: wdat_wdt: Avoid unimplemented get_timeleftThomas Weißschuh1-2/+4
2023-02-12watchdog: apple: Use devm_clk_get_enabled() helperChristophe JAILLET1-17/+1
2023-02-12watchdog: visconti: Use devm_clk_get_enabled() helperChristophe JAILLET1-16/+1
2023-02-12watchdog: rzn1: Use devm_clk_get_enabled() helperChristophe JAILLET1-17/+1
2023-02-12watchdog: qcom: Use devm_clk_get_enabled() helperChristophe JAILLET1-15/+1
2023-02-12watchdog: armada_37xx: Use devm_clk_get_enabled() helperChristophe JAILLET1-14/+1
2023-02-12watchdog: bcm7038: Use devm_clk_get_enabled() helperChristophe JAILLET1-14/+1
2023-02-12watchdog: rtd119x: Use devm_clk_get_enabled() helperChristophe JAILLET1-15/+1
2023-02-12watchdog: imx7ulp: Use devm_clk_get_enabled() helperChristophe JAILLET1-14/+1
2023-02-12watchdog: davinci: Use devm_clk_get_enabled() helperChristophe JAILLET1-17/+1
2023-02-12watchdog: meson_gxbb: Use devm_clk_get_enabled() helperChristophe JAILLET1-15/+1
2023-02-12watchdog: cadence: Use devm_clk_get_enabled() helperChristophe JAILLET1-16/+1
2023-02-12watchdog: imgpdc: Use devm_clk_get_enabled() helperChristophe JAILLET1-28/+3
2023-02-12watchdog: of_xilinx_wdt: Use devm_clk_get_enabled() helperChristophe JAILLET1-15/+1
2023-02-12watchdog: lpc18xx: Use devm_clk_get_enabled() helperChristophe JAILLET1-28/+2
2023-02-12watchdog: pic32-dmt: Use devm_clk_get_enabled() helperChristophe JAILLET1-14/+1
2023-02-12watchdog: pic32-wdt: Use devm_clk_get_enabled() helperChristophe JAILLET1-16/+1
2023-02-12watchdog: pnx4008: Use devm_clk_get_enabled() helperChristophe JAILLET1-14/+1
2023-02-12watchdog: realtek_otto: Use devm_clk_get_enabled() helperChristophe JAILLET1-15/+2
2023-02-12watchdog: mtk_wdt: Add reset_by_toprgu supportAllen-KH Cheng1-0/+7
2023-02-06watchdog: diag288_wdt: unify lpar and zvm diag288 helpersAlexander Egorenkov1-19/+13
2023-02-06watchdog: diag288_wdt: de-duplicate diag_stat_inc() callsAlexander Egorenkov1-8/+3
2023-02-06watchdog: diag288_wdt: unify command buffer handling for diag288 zvmAlexander Egorenkov1-35/+20
2023-02-06watchdog: diag288_wdt: remove power managementAlexander Egorenkov1-63/+2
2023-02-06watchdog: diag288_wdt: get rid of register asmAlexander Egorenkov1-8/+7
2023-01-30watchdog: diag288_wdt: fix __diag288() inline assemblyAlexander Egorenkov1-1/+1
2023-01-30watchdog: diag288_wdt: do not use stack buffers for hardware dataAlexander Egorenkov1-2/+11
2023-01-16ARM: s3c: remove s3c24xx specific hacksArnd Bergmann2-86/+7
2023-01-11ARM: footbridge: remove CATSArnd Bergmann1-2/+0
2022-12-17Merge tag 'linux-watchdog-6.2-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds12-64/+349