aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2024-03-17Merge tag 'linux-watchdog-6.9-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds8-16/+73
2024-03-14Merge tag 'mfd-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds3-0/+216
2024-03-10watchdog: intel-mid_wdt: Get platform data via dev_get_platdata()Andy Shevchenko1-1/+1
2024-03-10watchdog: intel-mid_wdt: Don't use "proxy" headersAndy Shevchenko1-1/+7
2024-03-10watchdog: intel-mid_wdt: Remove unused intel-mid.hAndy Shevchenko1-1/+0
2024-03-03watchdog: stm32_iwdg: initialize default timeoutBen Wolsieffer1-0/+3
2024-03-03watchdog: sp805_wdt: deassert the reset if availableYang Xiwen1-0/+8
2024-03-03watchdog/hpwdt: Support Suspend and ResumeJerry Hoemann1-0/+25
2024-03-03watchdog: starfive: check watchdog status before enabling in system resumeJi Sheng Teoh1-1/+4
2024-03-03watchdog: starfive: Check pm_runtime_enabled() before decrementing usage counterJi Sheng Teoh1-2/+7
2024-03-03watchdog: qcom: fine tune the max timeout value calculationKathiravan Thirumoorthy1-2/+5
2024-03-03watchdog: Add kernel-doc for wdt_set_timeout()Yang Li1-0/+4
2024-03-03watchdog: core: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-8/+9
2024-02-25watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regsPeter Griffin2-5/+4
2024-02-01watchdog: Add ChromeOS EC-based watchdog driverLukasz Majczak3-0/+216
2024-01-12Merge tag 'linux-watchdog-6.8-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds10-40/+94
2023-12-24watchdog: mlx_wdt: fix all kernel-doc warningsRandy Dunlap1-3/+1
2023-12-17watchdog: it87_wdt: Keep WDTCTRL bit 3 unmodified for IT8784/IT8786Werner Fischer1-1/+13
2023-12-17watchdog: it87_wdt: Add IT8659 IDWerner Fischer1-3/+5
2023-12-17watchdog: it87_wdt: Remove redundant max_units settingWerner Fischer1-4/+2
2023-12-17watchdog: it87_wdt: add blank line after variable declarationWerner Fischer1-0/+1
2023-12-17watchdog: rti_wdt: Drop runtime pm reference count when watchdog is unusedVignesh Raghavendra1-1/+12
2023-12-17watchdog: starfive: add lock annotations to fix context imbalancesBen Dooks1-0/+2
2023-12-17watchdog: mediatek: mt7988: add wdt supportDaniel Golle1-0/+42
2023-12-17watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handlingStefan Wahren1-1/+2
2023-12-17watchdog/hpwdt: Remove unused variableJerry Hoemann1-4/+0
2023-12-17watchdog/hpwdt: Remove redundant test.Jerry Hoemann1-3/+0
2023-12-17watchdog/hpwdt: Only claim UNKNOWN NMI if from iLOJerry Hoemann1-1/+1
2023-12-17watchdog: txx9wdt: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-12-17watchdog: starfive-wdt: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-17watchdog: at91sam9_wdt: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-17watchdog: txx9: Stop using module_platform_driver_probe()Uwe Kleine-König1-5/+5
2023-12-17watchdog: at91sam9: Stop using module_platform_driver_probe()Uwe Kleine-König1-5/+5
2023-12-17watchdog: set cdev owner before addingCurtis Klein1-2/+1
2023-12-13watchdog: s3c2410_wdt: Add support for Google gs101 SoCPeter Griffin1-4/+43
2023-12-13watchdog: s3c2410_wdt: Update QUIRK macros to use BIT macroPeter Griffin1-5/+5
2023-12-13watchdog: s3c2410_wdt: Add support for WTCON register DBGACK_MASK bitPeter Griffin1-3/+25
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds3-322/+0
2023-11-09Merge tag 'linux-watchdog-6.7-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds16-79/+123
2023-10-29watchdog: mlx-wdt: Parameter desctiption warning fixMichael Shych1-0/+1
2023-10-29watchdog: aspeed: Add support for aspeed,reset-mask DT propertyZev Weiss1-0/+11
2023-10-29watchdog: apple: Deactivate on suspendJanne Grunau1-0/+25
2023-10-29wdog: imx7ulp: Enable wdog int_en bit for watchdog any resetJacky Bai1-0/+8
2023-10-29drivers: watchdog: marvell_gti: Program the max_hw_heartbeat_msGeorge Cherian1-0/+1
2023-10-29drivers: watchdog: marvell_gti: fix zero pretimeout handlingBharat Bhushan1-0/+7
2023-10-29watchdog: marvell_gti: Replace of_platform.h with explicit includesRob Herring1-1/+1
2023-10-29watchdog: imx_sc_wdt: continue if the wdog already enabledJacky Bai1-1/+4
2023-10-29watchdog: st_lpc: Use device_get_match_data()Rob Herring1-9/+2
2023-10-29watchdog: wdat_wdt: Add timeout value as a param in ping methodXing Tong Wu1-1/+1
2023-10-29watchdog: gpio_wdt: Make use of device propertiesAndy Shevchenko1-9/+7
2023-10-29sbsa_gwdt: Calculate timeout with 64-bit mathDarren Hart1-2/+2
2023-10-29watchdog: ixp4xx: Make sure restart always worksLinus Walleij1-3/+25
2023-10-29watchdog: it87_wdt: add IT8613 IDWerner Fischer1-3/+5
2023-10-29watchdog: marvell_gti_wdt: Fix error code in probe()Dan Carpenter1-1/+1
2023-10-19watchdog: ar7_wdt: remove driver to prepare for platform removalWolfram Sang3-322/+0
2023-10-11Watchdog: marvell_gti_wdt: Remove redundant dev_err_probe() for platform_get_...Jinjie Ruan1-1/+1
2023-10-11watchdog: of_xilinx_wdt: Remove unnecessary clock disable call in the remove ...Srinivas Neeli1-3/+10
2023-10-11watchdog: sunplus: Use the devm_clk_get_enabled() helper functionJinjie Ruan1-15/+2
2023-10-11watchdog: ath79_wdt: Use the devm_clk_get_enabled() helper functionJinjie Ruan1-15/+4
2023-10-11watchdog: at91sam9_wdt: Use the devm_clk_get_enabled() helper functionJinjie Ruan1-15/+5
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-1/+1
2023-09-06Merge tag 'linux-watchdog-6.6-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds37-100/+513
2023-08-25watchdog: Add support for Amlogic-T7 SoCsHuqiang Qin1-0/+5
2023-08-25watchdog: Add a new struct for Amlogic-GXBB driverHuqiang Qin1-3/+13
2023-08-25watchdog: imx2_wdt: Improve dev_crit() messageFabio Estevam1-1/+1
2023-08-25watchdog: stm32: Drop unnecessary of_match_ptr()Rob Herring1-1/+1
2023-08-23watchdog: simatic: Use idiomatic selection of P2SBAndy Shevchenko1-1/+1
2023-08-19watchdog: sama5d4: readout initial stateMathieu Othacehe1-0/+7
2023-08-19watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-loadRaag Jadav1-0/+1
2023-08-19watchdog: core: stop watchdog when executing poweroff commandMeng Li1-1/+1
2023-08-19watchdog: pm8916_wdt: Remove redundant of_match_ptr()Ruan Jinjie1-1/+1
2023-08-19watchdog: xilinx_wwdt: Use div_u64() in xilinx_wwdt_start()Nathan Chancellor1-1/+2
2023-08-19watchdog: starfive: Remove #ifdef guards for PM related functionsPaul Cercueil1-7/+3
2023-08-19watchdog: s3c2410: Fix potential deadlock on &wdt->lockChengfeng Ye1-6/+9
2023-08-19watchdog:rit_wdt: Add support for WDIOF_CARDRESETLi Hua Qian1-0/+48
2023-08-14watchdog: simatic: add PCI dependencyArnd Bergmann1-1/+1
2023-08-13watchdog: Enable COMPILE_TEST for more driversRob Herring2-40/+41
2023-08-13watchdog: advantech_ec_wdt: fix Kconfig dependenciesFlorent CARLI1-0/+2
2023-08-13watchdog: Explicitly include correct DT includesRob Herring27-38/+24
2023-08-13Watchdog: Add marvell GTI watchdog driverBharat Bhushan3-0/+354
2023-08-13watchdog: menz069_wdt: Remove redundant initialization owner in men_z069_driverLi Zetao1-1/+0
2023-07-31watchdog: make Siemens Simatic watchdog driver default on platformHenning Schild1-0/+1
2023-07-14watchdog: simatic-ipc-wdt: make IO region access of one model muxedHenning Schild1-3/+6
2023-06-26watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub)Yuechao Zhao1-1/+3
2023-06-26watchdog: xilinx_wwdt: Add Versal window watchdog supportSrinivas Neeli3-0/+220
2023-06-26watchdog: ziirave_wdt: Switch i2c driver back to use .probe()Uwe Kleine-König1-1/+1
2023-06-26watchdog: ibmasr: Replace GPL license notice with SPDX identifierBagas Sanjaya1-2/+1
2023-06-26watchdog: Convert GPL 2.0 notice to SPDX identifierBagas Sanjaya10-31/+10
2023-06-26watchdog: loongson1_wdt: Add DT supportKeguang Zhang1-1/+12
2023-05-04Merge tag 'linux-watchdog-6.4-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds47-355/+827
2023-04-29watchdog: dw_wdt: Simplify clk managementChristophe JAILLET1-33/+11
2023-04-29watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe()Christophe JAILLET1-2/+5
2023-04-29watchdog: starfive: Fix the warning of starfive_wdt_matchXingyu Wu1-1/+1
2023-04-29watchdog: starfive: Fix the probe return error if PM and early_enable are bot...Xingyu Wu1-1/+1
2023-04-22watchdog: menz069_wdt: fix timeout settingJohannes Thumshirn1-1/+1
2023-04-22watchdog: menz069_wdt: fix watchdog initialisationJohannes Thumshirn1-10/+6
2023-04-22watchdog: loongson1_wdt: Implement restart handlerKeguang Zhang1-1/+18
2023-04-22drivers: watchdog: Add StarFive Watchdog driverXingyu Wu3-0/+620
2023-04-22watchdog: avoid usage of iterator after loopJakob Koschel1-2/+1
2023-04-22watchdog: s3c2410: remove unused freq_to_wdt and s3c2410wdt_is_running functionsTom Rix1-10/+0
2023-04-22watchdog: aspeed: Drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-04-22watchdog: sp5100_tco: Immediately trigger upon starting.Gregory Oakes1-0/+4
2023-04-22watchdog: rt2880-wdt: prefer unsigned int over unsignedSergio Paracuellos1-2/+2
2023-04-22watchdog: rt2880-wdt: avoid static global declarationsSergio Paracuellos1-39/+50
2023-04-22watchdog: loongson1: Use devm_clk_get_enabled() helperChristophe JAILLET1-16/+1
2023-04-22watchdog: ixp4xx: Use devm_clk_get_enabled() helperChristophe JAILLET1-15/+3
2023-04-22watchdog: s3c2410_wdt: Simplify using dev_err_probe()Uwe Kleine-König1-19/+11
2023-04-22watchdog: s3c2410: Make s3c2410_get_wdt_drv_data() return an intUwe Kleine-König1-10/+12
2023-04-22watchdog: wm8350: Simplify using devm_watchdog_register_device()Uwe Kleine-König1-8/+1
2023-04-22watchdog: rn5t618: Simplify using devm_watchdog_register_device()Uwe Kleine-König1-11/+1
2023-04-22watchdog: bcm47xx: Simplify using devm_watchdog_register_device()Uwe Kleine-König1-11/+1
2023-04-22watchdog: sbsa: Test WDOG_HW_RUNNING bit in suspend and resumeWang Wensheng1-2/+2
2023-04-22watchdog: stmp3xxx_rtc: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-22watchdog: st_lpc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: shwdt: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: sch311x: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-22watchdog: sa1100: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: rti: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: riowd: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: renesas: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: rdc321x: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: rc32434: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-22watchdog: orion: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-22watchdog: omap: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: nv_tco: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: nic7018: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: mtx-1: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-22watchdog: lpc18xx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: ie6xx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: ib700wdt: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-22watchdog: geodewdt: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-22watchdog: gef: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: dw: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: cpwd: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: bcm_kona: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: bcm2835: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: ath79: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-22watchdog: at91rm9200: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: ar7: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-22watchdog: advantechwdt: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: acquirewdt: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-22watchdog: s3c2410_wdt: Use devm_add_action_or_reset() to disable watchdogGuenter Roeck1-22/+11
2023-04-22watchdog: s3c2410_wdt: Use devm_clk_get[_optional]_enabled() helpersGuenter Roeck1-36/+9
2023-04-22watchdog: core: Always set WDOG_HW_RUNNING when starting watchdogGuenter Roeck2-2/+3
2023-04-22watchdog: imx2_wdg: Declare local symbols staticGuenter Roeck1-2/+2
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
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-21Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-125/+37
2023-02-20Merge 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-10ARM: 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
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li1-3/+1
2022-11-19watchdog: aspeed: Enable pre-timeout interruptEddie James1-16/+88
2022-11-19watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already runningMika Westerberg1-7/+14
2022-11-19watchdog: rn5t618: add support for read out bootstatusMarcus Folkesson1-0/+12