index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
Age
Commit message (
Expand
)
Author
2024-07-10
watchdog: rzg2l_wdt: Restrict the driver to ARCH_RZG2L and ARCH_R9A09G011
Claudiu Beznea
2024-07-10
watchdog: imx7ulp_wdt: keep already running watchdog enabled
Sascha Hauer
2024-07-10
watchdog: starfive: Add missing clk_disable_unprepare()
Chen Ni
2024-07-10
watchdog: Make watchdog_class const
Thomas Weißschuh
2024-07-09
watchdog: bd96801_wdt: Add missing include for FIELD_*()
Matti Vaittinen
2024-06-27
watchdog: ROHM BD96801 PMIC WDG driver
Matti Vaittinen
2024-06-15
watchdog: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-06-15
watchdog: lenovo_se10_wdt: add HAS_IOPORT dependency
Arnd Bergmann
2024-05-11
watchdog: LENOVO_SE10_WDT should depend on X86 && DMI
Geert Uytterhoeven
2024-05-04
watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe()
Chen Ni
2024-05-04
watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin
Judith Mendez
2024-05-04
watchdog: add HAS_IOPORT dependencies
Niklas Schnelle
2024-05-04
watchdog/wdt-main: Use cpumask_of() to avoid cpumask var on stack
Dawei Li
2024-05-04
watchdog: bd9576: Drop "always-running" property
Matti Vaittinen
2024-05-04
watchdog: mtx-1: drop driver owner assignment
Krzysztof Kozlowski
2024-05-04
watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger
Duoming Zhou
2024-05-04
watchdog: lenovo_se10_wdt: Watchdog driver for Lenovo SE10 platform
Mark Pearson
2024-03-17
Merge tag 'linux-watchdog-6.9-rc1' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
2024-03-14
Merge tag 'mfd-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
2024-03-10
watchdog: intel-mid_wdt: Get platform data via dev_get_platdata()
Andy Shevchenko
2024-03-10
watchdog: intel-mid_wdt: Don't use "proxy" headers
Andy Shevchenko
2024-03-10
watchdog: intel-mid_wdt: Remove unused intel-mid.h
Andy Shevchenko
2024-03-03
watchdog: stm32_iwdg: initialize default timeout
Ben Wolsieffer
2024-03-03
watchdog: sp805_wdt: deassert the reset if available
Yang Xiwen
2024-03-03
watchdog/hpwdt: Support Suspend and Resume
Jerry Hoemann
2024-03-03
watchdog: starfive: check watchdog status before enabling in system resume
Ji Sheng Teoh
2024-03-03
watchdog: starfive: Check pm_runtime_enabled() before decrementing usage counter
Ji Sheng Teoh
2024-03-03
watchdog: qcom: fine tune the max timeout value calculation
Kathiravan Thirumoorthy
2024-03-03
watchdog: Add kernel-doc for wdt_set_timeout()
Yang Li
2024-03-03
watchdog: core: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2024-02-25
watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs
Peter Griffin
2024-02-01
watchdog: Add ChromeOS EC-based watchdog driver
Lukasz Majczak
2024-01-12
Merge tag 'linux-watchdog-6.8-rc1' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
2023-12-24
watchdog: mlx_wdt: fix all kernel-doc warnings
Randy Dunlap
2023-12-17
watchdog: it87_wdt: Keep WDTCTRL bit 3 unmodified for IT8784/IT8786
Werner Fischer
2023-12-17
watchdog: it87_wdt: Add IT8659 ID
Werner Fischer
2023-12-17
watchdog: it87_wdt: Remove redundant max_units setting
Werner Fischer
2023-12-17
watchdog: it87_wdt: add blank line after variable declaration
Werner Fischer
2023-12-17
watchdog: rti_wdt: Drop runtime pm reference count when watchdog is unused
Vignesh Raghavendra
2023-12-17
watchdog: starfive: add lock annotations to fix context imbalances
Ben Dooks
2023-12-17
watchdog: mediatek: mt7988: add wdt support
Daniel Golle
2023-12-17
watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling
Stefan Wahren
2023-12-17
watchdog/hpwdt: Remove unused variable
Jerry Hoemann
2023-12-17
watchdog/hpwdt: Remove redundant test.
Jerry Hoemann
2023-12-17
watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO
Jerry Hoemann
2023-12-17
watchdog: txx9wdt: Convert to platform remove callback returning void
Uwe Kleine-König
2023-12-17
watchdog: starfive-wdt: Convert to platform remove callback returning void
Uwe Kleine-König
2023-12-17
watchdog: at91sam9_wdt: Convert to platform remove callback returning void
Uwe Kleine-König
2023-12-17
watchdog: txx9: Stop using module_platform_driver_probe()
Uwe Kleine-König
2023-12-17
watchdog: at91sam9: Stop using module_platform_driver_probe()
Uwe Kleine-König
[prev]
[next]