summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-watchdog-6.11-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2024-07-257-58/+79
|\
| * watchdog: rzn1: Convert comma to semicolonChen Ni2024-07-181-3/+3
| * watchdog: lenovo_se10_wdt: Convert comma to semicolonChen Ni2024-07-181-2/+2
| * watchdog: rzg2l_wdt: Add suspend/resume supportClaudiu Beznea2024-07-101-0/+26
| * watchdog: rzg2l_wdt: Rely on the reset driver for doing proper resetClaudiu Beznea2024-07-101-35/+4
| * watchdog: rzg2l_wdt: Remove comparison with zeroClaudiu Beznea2024-07-101-1/+1
| * watchdog: rzg2l_wdt: Remove reset de-assert from probeClaudiu Beznea2024-07-101-11/+17
| * watchdog: rzg2l_wdt: Check return status of pm_runtime_put()Claudiu Beznea2024-07-101-2/+9
| * watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()Claudiu Beznea2024-07-101-3/+8
| * watchdog: rzg2l_wdt: Make the driver depend on PMClaudiu Beznea2024-07-101-0/+1
| * watchdog: rzg2l_wdt: Restrict the driver to ARCH_RZG2L and ARCH_R9A09G011Claudiu Beznea2024-07-101-1/+1
| * watchdog: imx7ulp_wdt: keep already running watchdog enabledSascha Hauer2024-07-101-0/+5
| * watchdog: starfive: Add missing clk_disable_unprepare()Chen Ni2024-07-101-1/+3
| * watchdog: Make watchdog_class constThomas Weißschuh2024-07-101-1/+1
* | Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2024-07-183-0/+431
|\ \ | |/ |/|
| * watchdog: bd96801_wdt: Add missing include for FIELD_*()Matti Vaittinen2024-07-091-0/+1
| * watchdog: ROHM BD96801 PMIC WDG driverMatti Vaittinen2024-06-273-0/+430
* | watchdog: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-155-0/+5
* | watchdog: lenovo_se10_wdt: add HAS_IOPORT dependencyArnd Bergmann2024-06-151-0/+1
|/
* watchdog: LENOVO_SE10_WDT should depend on X86 && DMIGeert Uytterhoeven2024-05-111-8/+9
* watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe()Chen Ni2024-05-041-3/+2
* watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety marginJudith Mendez2024-05-041-19/+15
* watchdog: add HAS_IOPORT dependenciesNiklas Schnelle2024-05-041-28/+30
* watchdog/wdt-main: Use cpumask_of() to avoid cpumask var on stackDawei Li2024-05-041-5/+1
* watchdog: bd9576: Drop "always-running" propertyMatti Vaittinen2024-05-041-11/+1
* watchdog: mtx-1: drop driver owner assignmentKrzysztof Kozlowski2024-05-041-1/+0
* watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_triggerDuoming Zhou2024-05-041-1/+1
* watchdog: lenovo_se10_wdt: Watchdog driver for Lenovo SE10 platformMark Pearson2024-05-043-0/+319
* Merge tag 'linux-watchdog-6.9-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2024-03-178-16/+73
|\
| * watchdog: intel-mid_wdt: Get platform data via dev_get_platdata()Andy Shevchenko2024-03-101-1/+1
| * watchdog: intel-mid_wdt: Don't use "proxy" headersAndy Shevchenko2024-03-101-1/+7
| * watchdog: intel-mid_wdt: Remove unused intel-mid.hAndy Shevchenko2024-03-101-1/+0
| * watchdog: stm32_iwdg: initialize default timeoutBen Wolsieffer2024-03-031-0/+3
| * watchdog: sp805_wdt: deassert the reset if availableYang Xiwen2024-03-031-0/+8
| * watchdog/hpwdt: Support Suspend and ResumeJerry Hoemann2024-03-031-0/+25
| * watchdog: starfive: check watchdog status before enabling in system resumeJi Sheng Teoh2024-03-031-1/+4
| * watchdog: starfive: Check pm_runtime_enabled() before decrementing usage counterJi Sheng Teoh2024-03-031-2/+7
| * watchdog: qcom: fine tune the max timeout value calculationKathiravan Thirumoorthy2024-03-031-2/+5
| * watchdog: Add kernel-doc for wdt_set_timeout()Yang Li2024-03-031-0/+4
| * watchdog: core: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-03-031-8/+9
* | Merge tag 'mfd-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2024-03-143-0/+216
|\ \
| * | watchdog: Add ChromeOS EC-based watchdog driverLukasz Majczak2024-02-013-0/+216
| |/
* / watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regsPeter Griffin2024-02-252-5/+4
|/
* Merge tag 'linux-watchdog-6.8-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2024-01-1210-40/+94
|\
| * watchdog: mlx_wdt: fix all kernel-doc warningsRandy Dunlap2023-12-241-3/+1
| * watchdog: it87_wdt: Keep WDTCTRL bit 3 unmodified for IT8784/IT8786Werner Fischer2023-12-171-1/+13
| * watchdog: it87_wdt: Add IT8659 IDWerner Fischer2023-12-171-3/+5
| * watchdog: it87_wdt: Remove redundant max_units settingWerner Fischer2023-12-171-4/+2
| * watchdog: it87_wdt: add blank line after variable declarationWerner Fischer2023-12-171-0/+1
| * watchdog: rti_wdt: Drop runtime pm reference count when watchdog is unusedVignesh Raghavendra2023-12-171-1/+12