aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner14-23/+23
2025-04-01Merge tag 'linux-watchdog-6.15-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds10-28/+525
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-3/+4
2025-03-25watchdog: sunxi_wdt: Add support for Allwinner A523Andre Przywara1-0/+11
2025-03-16watchdog: aspeed: fix 64-bit divisionArnd Bergmann1-1/+1
2025-03-16watchdog: npcm: Remove unnecessary NULL check before clk_prepare_enable/clk_d...Chen Ni1-6/+3
2025-03-11watchdog: Convert to use device propertyGuenter Roeck1-3/+3
2025-03-11watchdog: lenovo_se30_wdt: include io.h for devm_ioremap()Stephen Rothwell1-0/+1
2025-03-09watchdog: nic7018_wdt: tidy up ACPI ID tableAndy Shevchenko2-5/+7
2025-03-09watchdog: s3c2410_wdt: Fix PMU register bits for ExynosAutoV920 SoCKyunghwan Seo1-4/+6
2025-03-09watchdog: lenovo_se30_wdt: Watchdog driver for Lenovo SE30 platformMark Pearson3-0/+406
2025-03-09watchdog: Enable RZV2HWDT driver depend on ARCH_RENESASBiju Das1-3/+4
2025-03-09watchdog: cros-ec: Add newlines to printksStephen Boyd1-5/+5
2025-03-09watchdog: aspeed: Update bootstatus handlingChin-Ting Kuo1-2/+79
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens1-3/+4
2025-02-18watchdog: Switch to use hrtimer_setup()Nam Cao3-9/+7
2025-01-25Merge tag 'linux-watchdog-6.14-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds5-13/+24
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker1-1/+1
2025-01-06watchdog: rti_wdt: Fix an OF node leak in rti_wdt_probe()Joe Hattori1-0/+1
2025-01-06watchdog: max77620: fix excess field in kerneldocLuca Ceresoli1-1/+0
2025-01-06watchdog: sp805_wdt: Drop documentation of non-existent `status` memberLad Prabhakar1-1/+0
2025-01-06watchdog: rzv2h_wdt: Use local `dev` pointer in probeLad Prabhakar1-8/+8
2025-01-06watchdog: da9052_wdt: add support for bootstatus bitsMarcus Folkesson1-1/+12
2025-01-06watchdog: sp805: Report correct timeleft at maximumMike Crowe1-1/+1
2025-01-06watchdog: rti: Fix off-by-one in heartbeat recoveryAlexander Sverdlin1-1/+2
2024-12-30watchdog: stm32_iwdg: fix error message during driver probeClément Le Goffic1-1/+1
2024-12-05Merge tag 'linux-watchdog-6.13-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds27-382/+562
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds31-31/+31
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2024-11-17watchdog: rti: of: honor timeout-sec propertyAlexander Sverdlin1-1/+2
2024-11-07watchdog: s3c2410_wdt: add support for exynosautov920 SoCByoungtae Cho1-1/+36
2024-11-07watchdog: mediatek: Add support for MT6735 TOPRGU/WDTYassine Oudjana1-0/+6
2024-11-07watchdog: mediatek: Make sure system reset gets asserted in mtk_wdt_restart()Yassine Oudjana1-0/+6
2024-11-07Revert "watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU...Peter Griffin2-4/+5
2024-11-05watchdog: rzg2l_wdt: Power on the watchdog domain in the restart handlerClaudiu Beznea1-2/+18
2024-11-05watchdog: Switch back to struct platform_driver::remove()Uwe Kleine-König31-32/+32
2024-11-05watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04James Hilliard1-0/+39
2024-11-05watchdog: da9063: Remove __maybe_unused notationsFabio Estevam1-5/+5
2024-11-05watchdog: da9063: Do not use a global variableFabio Estevam1-4/+5
2024-11-05watchdog: Delete the cpu5wdt driverJean Delvare3-293/+0
2024-11-05watchdog: Add support for Airoha EN7851 watchdogChristian Marangi3-0/+225
2024-11-05watchdog: sl28cpld_wdt: don't print out if registering watchdog failsWolfram Sang1-3/+1
2024-11-05watchdog: rza_wdt: don't print out if registering watchdog failsWolfram Sang1-6/+1
2024-11-05watchdog: rti_wdt: don't print out if registering watchdog failsWolfram Sang1-3/+1
2024-11-05watchdog: octeon-wdt: don't print out if registering watchdog failsWolfram Sang1-3/+1
2024-11-05watchdog: it87_wdt: don't print out if registering watchdog failsWolfram Sang1-3/+1
2024-11-05watchdog: iTCO_wdt: don't print out if registering watchdog failsWolfram Sang1-3/+1
2024-11-05watchdog: gxp-wdt: don't print out if registering watchdog failsWolfram Sang1-3/+1
2024-11-05watchdog: da9055_wdt: don't print out if registering watchdog failsWolfram Sang1-6/+1
2024-11-05watchdog: always print when registering watchdog failsWolfram Sang1-9/+17
2024-11-04watchdog: armada_37xx_wdt: remove struct resourceRosen Penev1-7/+3
2024-11-04watchdog: apple: Increase reset delay to 150msNick Chan1-3/+3
2024-11-04watchdog: apple: Actually flush writes after requesting watchdog restartNick Chan1-1/+1
2024-11-04watchdog: stm32_iwdg: Add pretimeout supportMarek Vasut1-1/+94
2024-11-04watchdog: ziirave_wdt: Drop explicit initialization of struct i2c_device_id::...Uwe Kleine-König1-1/+1
2024-11-04watchdog: xilinx_wwdt: Calculate max_hw_heartbeat_ms using clock frequencyHarini T1-12/+63
2024-11-04iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() callOleksandr Ocheretnyi1-2/+19
2024-11-04watchdog: fix typo in the commentYan Zhen4-4/+4
2024-10-28watchdog: Add HAS_IOPORT dependency for SBC8360 and SBC7240Niklas Schnelle1-2/+2
2024-10-14Merge tag 'v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski1-1/+1
2024-10-09watchdog: Congatec Board Controller watchdog timer driverThomas Richard3-0/+222
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro48-54/+0
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+8
2024-09-23Merge tag 'linux-watchdog-6.12-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds9-46/+324
2024-09-17watchdog: Convert comma to semicolonShen Lichuan1-1/+1
2024-09-17watchdog: rzv2h_wdt: Add missing MODULE_LICENSE tag to fix modpost errorLad Prabhakar1-0/+1
2024-09-12wdt: ts72xx: add DT support for ts72xxNikita Shubin1-0/+8
2024-09-11platform/x86: intel_scu_wdt: Move intel_scu_wdt.h to x86 subfolderAndy Shevchenko1-1/+1
2024-09-11platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asmMika Westerberg1-2/+1
2024-09-10drivers: watchdog: marvell_gti: Convert comma to semicolonChen Ni1-2/+2
2024-09-10watchdog: iTCO_wdt: Convert comma to semicolonChen Ni1-2/+2
2024-09-10watchdog: Add Watchdog Timer driver for RZ/V2H(P)Lad Prabhakar3-0/+282
2024-09-10watchdog: imx_sc_wdt: detect if already runningAlexander Sverdlin1-0/+22
2024-09-10watchdog: imx2_wdt: Remove __maybe_unused notationsFabio Estevam1-5/+5
2024-09-10watchdog: imx_sc_wdt: Don't disable WDT in suspendJonas Blixt1-24/+0
2024-09-10watchdog: imx7ulp_wdt: move post_rcs_wait into struct imx_wdt_hw_featureFrank Li1-12/+9
2024-07-25Merge tag 'linux-watchdog-6.11-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds7-58/+79
2024-07-18watchdog: rzn1: Convert comma to semicolonChen Ni1-3/+3
2024-07-18watchdog: lenovo_se10_wdt: Convert comma to semicolonChen Ni1-2/+2
2024-07-17Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds3-0/+431
2024-07-10watchdog: rzg2l_wdt: Add suspend/resume supportClaudiu Beznea1-0/+26
2024-07-10watchdog: rzg2l_wdt: Rely on the reset driver for doing proper resetClaudiu Beznea1-35/+4
2024-07-10watchdog: rzg2l_wdt: Remove comparison with zeroClaudiu Beznea1-1/+1
2024-07-10watchdog: rzg2l_wdt: Remove reset de-assert from probeClaudiu Beznea1-11/+17
2024-07-10watchdog: rzg2l_wdt: Check return status of pm_runtime_put()Claudiu Beznea1-2/+9
2024-07-10watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()Claudiu Beznea1-3/+8
2024-07-10watchdog: rzg2l_wdt: Make the driver depend on PMClaudiu Beznea1-0/+1
2024-07-10watchdog: rzg2l_wdt: Restrict the driver to ARCH_RZG2L and ARCH_R9A09G011Claudiu Beznea1-1/+1
2024-07-10watchdog: imx7ulp_wdt: keep already running watchdog enabledSascha Hauer1-0/+5
2024-07-10watchdog: starfive: Add missing clk_disable_unprepare()Chen Ni1-1/+3
2024-07-10watchdog: Make watchdog_class constThomas Weißschuh1-1/+1
2024-07-09watchdog: bd96801_wdt: Add missing include for FIELD_*()Matti Vaittinen1-0/+1
2024-06-27watchdog: ROHM BD96801 PMIC WDG driverMatti Vaittinen3-0/+430
2024-06-15watchdog: add missing MODULE_DESCRIPTION() macrosJeff Johnson5-0/+5
2024-06-15watchdog: lenovo_se10_wdt: add HAS_IOPORT dependencyArnd Bergmann1-0/+1
2024-05-11watchdog: LENOVO_SE10_WDT should depend on X86 && DMIGeert Uytterhoeven1-7/+8
2024-05-04watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe()Chen Ni1-3/+2
2024-05-04watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety marginJudith Mendez1-19/+15
2024-05-04watchdog: add HAS_IOPORT dependenciesNiklas Schnelle1-28/+30
2024-05-04watchdog/wdt-main: Use cpumask_of() to avoid cpumask var on stackDawei Li1-5/+1
2024-05-04watchdog: bd9576: Drop "always-running" propertyMatti Vaittinen1-11/+1
2024-05-04watchdog: mtx-1: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-04watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_triggerDuoming Zhou1-1/+1
2024-05-04watchdog: lenovo_se10_wdt: Watchdog driver for Lenovo SE10 platformMark Pearson3-0/+319
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