summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* 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
| * watchdog: starfive: add lock annotations to fix context imbalancesBen Dooks2023-12-171-0/+2
| * watchdog: mediatek: mt7988: add wdt supportDaniel Golle2023-12-171-0/+42
| * watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handlingStefan Wahren2023-12-171-1/+2
| * watchdog/hpwdt: Remove unused variableJerry Hoemann2023-12-171-4/+0
| * watchdog/hpwdt: Remove redundant test.Jerry Hoemann2023-12-171-3/+0
| * watchdog/hpwdt: Only claim UNKNOWN NMI if from iLOJerry Hoemann2023-12-171-1/+1
| * watchdog: txx9wdt: Convert to platform remove callback returning voidUwe Kleine-König2023-12-171-3/+2
| * watchdog: starfive-wdt: Convert to platform remove callback returning voidUwe Kleine-König2023-12-171-4/+2
| * watchdog: at91sam9_wdt: Convert to platform remove callback returning voidUwe Kleine-König2023-12-171-4/+2
| * watchdog: txx9: Stop using module_platform_driver_probe()Uwe Kleine-König2023-12-171-5/+5
| * watchdog: at91sam9: Stop using module_platform_driver_probe()Uwe Kleine-König2023-12-171-5/+5
| * watchdog: set cdev owner before addingCurtis Klein2023-12-171-2/+1
* | watchdog: s3c2410_wdt: Add support for Google gs101 SoCPeter Griffin2023-12-131-4/+43
* | watchdog: s3c2410_wdt: Update QUIRK macros to use BIT macroPeter Griffin2023-12-131-5/+5
* | watchdog: s3c2410_wdt: Add support for WTCON register DBGACK_MASK bitPeter Griffin2023-12-131-3/+25
|/
* Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-11-103-322/+0
|\
| * watchdog: ar7_wdt: remove driver to prepare for platform removalWolfram Sang2023-10-193-322/+0
* | Merge tag 'linux-watchdog-6.7-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2023-11-0916-79/+123
|\ \
| * | watchdog: mlx-wdt: Parameter desctiption warning fixMichael Shych2023-10-291-0/+1
| * | watchdog: aspeed: Add support for aspeed,reset-mask DT propertyZev Weiss2023-10-291-0/+11
| * | watchdog: apple: Deactivate on suspendJanne Grunau2023-10-291-0/+25
| * | wdog: imx7ulp: Enable wdog int_en bit for watchdog any resetJacky Bai2023-10-291-0/+8
| * | drivers: watchdog: marvell_gti: Program the max_hw_heartbeat_msGeorge Cherian2023-10-291-0/+1
| * | drivers: watchdog: marvell_gti: fix zero pretimeout handlingBharat Bhushan2023-10-291-0/+7
| * | watchdog: marvell_gti: Replace of_platform.h with explicit includesRob Herring2023-10-291-1/+1
| * | watchdog: imx_sc_wdt: continue if the wdog already enabledJacky Bai2023-10-291-1/+4
| * | watchdog: st_lpc: Use device_get_match_data()Rob Herring2023-10-291-9/+2
| * | watchdog: wdat_wdt: Add timeout value as a param in ping methodXing Tong Wu2023-10-291-1/+1
| * | watchdog: gpio_wdt: Make use of device propertiesAndy Shevchenko2023-10-291-9/+7
| * | sbsa_gwdt: Calculate timeout with 64-bit mathDarren Hart2023-10-291-2/+2
| * | watchdog: ixp4xx: Make sure restart always worksLinus Walleij2023-10-291-3/+25
| * | watchdog: it87_wdt: add IT8613 IDWerner Fischer2023-10-291-3/+5
| * | watchdog: marvell_gti_wdt: Fix error code in probe()Dan Carpenter2023-10-291-1/+1
| * | Watchdog: marvell_gti_wdt: Remove redundant dev_err_probe() for platform_get_...Jinjie Ruan2023-10-111-1/+1
| * | watchdog: of_xilinx_wdt: Remove unnecessary clock disable call in the remove ...Srinivas Neeli2023-10-111-3/+10
| * | watchdog: sunplus: Use the devm_clk_get_enabled() helper functionJinjie Ruan2023-10-111-15/+2
| * | watchdog: ath79_wdt: Use the devm_clk_get_enabled() helper functionJinjie Ruan2023-10-111-15/+4
| * | watchdog: at91sam9_wdt: Use the devm_clk_get_enabled() helper functionJinjie Ruan2023-10-111-15/+5
| |/
* / arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+1
|/
* Merge tag 'linux-watchdog-6.6-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2023-09-0637-100/+513
|\
| * watchdog: Add support for Amlogic-T7 SoCsHuqiang Qin2023-08-251-0/+5
| * watchdog: Add a new struct for Amlogic-GXBB driverHuqiang Qin2023-08-251-3/+13
| * watchdog: imx2_wdt: Improve dev_crit() messageFabio Estevam2023-08-251-1/+1