linux/drivers/watchdog
Linus Torvalds 79b4f3baae MFD for v7.3
- New Support & Features
   - MediaTek MT6397: Add mt6323 AUXADC support.
   - MediaTek MT6397: Add mt6323 EFUSE support.
   - Spreadtrum SC27xx: Add SC2730 regulator cell.
 
 - Improvements & Fixes
   - Apple SMC: Fix key count endianness annotation.
   - Azoteq IQS62x: Reject zero-length firmware records.
   - ChromeOS EC: Introduce cros_ec_read_features helper and read features during
     probe to catch transfer errors.
   - Cirrus Logic CS42L43: Fix regmap defaults ordering.
   - Cirrus Logic CS42L43: Remove redundant NULL checks on SoundWire.
   - Congatec Board Controller: Fix teardown ordering in cgbc_remove().
   - HP iPAQ Micro: Fix out-of-bounds stack read in ipaq_micro_str.
   - Marvell 88PM886: Initialize the battery page.
   - QNAP MCU: Keep the reply buffer alive past a command timeout.
   - RAVE SP: Validate received frame payload lengths.
   - Silicon Labs Si476x: Drop duplicate NULL checks.
   - Silicon Labs Si476x: Modernize GPIO handling.
   - Silicon Motion SM501: Fix potential memory leaks during remove.
   - UCB1x00: Convert Assabet gpio-keys to use software nodes and register software
     node for GPIO controller.
   - Viperboard: Fix native fields type in structures as little-endian.
   - Viperboard: Remove redundant NULL check before kfree().
   - X-Powers AXP20x: Preserve other control bits when powering off.
 
 - Cleanups & Refactoring
   - Core: Drop unused assignment of spi_device_id driver data.
   - Core: Initialize spi_device_id arrays using member names.
   - Core: Unify style of spi_device_id arrays.
   - Maintainers: Add Intel LPSS section to follow the changes.
   - Maintainers: Add a mailing list entry to MFD.
   - Cirrus Logic CS42L43: Format sdw_device_id table.
   - Cirrus Logic CS42L43: Use new SoundWire enumeration helper.
   - ROHM PMIC: Factor out power button registration and convert gpio-keys to use
     software nodes.
   - ST-Ericsson DB8500: Fold dbx500 header into db8500.
 
 - Device Tree Binding Updates
   - Core: Add techvision vendor prefix.
   - Marvell 88PM886: Allow vbus regulator.
   - MediaTek MT8195 SCP: Add support for MT8189 SoC.
   - Qualcomm SPMI PMIC: Document PMG1110.
   - Qualcomm SPMI PMIC: Document haptics device.
   - Qualcomm TCSR: Add compatible for Hawi and Maili SoCs.
   - Qualcomm TCSR: Add compatible for Shikra.
   - Qualcomm TCSR: Document the IPQ9650 TCSR block.
   - STMicroelectronics STMPE: Fix typo st,stmpe601 (should be st,stmpe610).
   - Syscon: Add ESWIN EIC7700 compatible.
   - Syscon: Allow syscon compatible for Loongson-2K0300 chip id.
   - Syscon: Disallow simple-bus with syscon.
   - Syscon: Drop custom select for older dtschema.
   - TI OMAP USBHS TLL: Convert to DT schema.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAmqPE0EACgkQUa+KL4f8
 d2EwsA/6Ah511L+E+sH3PMz9/9ZR7F6b4xXx+YI0WuiWANNNEdxkkIiq6smdCQI9
 oS//iJBdMigdKzjllIwnAHTcfatZE+3A6qCroM0pnxsQejDdAR0BP2VA4b7QMGg0
 ey44e5CYZgRorh9oOTtsjE/jL4sNZK6AgyZab0gZ3Q/A5qubLRiSaphHfpfCej+q
 RC3W2m3jbQSge5iNy8iIg41PH4fHcjpRNM/UxT6UVexxBWiJ6i9yiNYdfb4joCuG
 Oh4Rr4TfnoN8yIuoA8WRngYejpV5ZGGnwXwTDl47WPvoJiMeWSnpQU0u/fSJARqm
 YAMtZ+GLjSfj60SgCu6HR8AyH9q5U54pNdBiCSQ/7fGhYJwq9WS/XDjr+Xaj0+ku
 g4veatMTMaNdwJr0RAViw1RAOA97cAqfgOADnlAJM/tzvGw0VjIxdrbciywUXB2A
 At26ibT6WQX/I/fPSJqmwieEYiueikZfvuLFYAeSrLQ4GWGGgq3Aj4k1LtOVLEP3
 y3Pt4rkxJQxW3EDKseaZYsyR7EbU3PnJFTsAY0/p1XiDSeiM4d0IIi7dZQiQygg4
 3XwmqE8ODxetHna+dPXr0ooaU9UIaaT1X5AyOr6t6Tp/n0Yq50F1PpjBCS2nLAYk
 JdkgfFBMWlkOZcCTgLYMKNSnmWZihUxb0zfDaOMCe4HUoqc1WLA=
 =92XF
 -----END PGP SIGNATURE-----

Merge tag 'mfd-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd

Pull MFD updates from Lee Jones:
 "New Support & Features:
   - MediaTek MT6397: Add mt6323 AUXADC support
   - MediaTek MT6397: Add mt6323 EFUSE support
   - Spreadtrum SC27xx: Add SC2730 regulator cell

  Improvements & Fixes:
   - Apple SMC: Fix key count endianness annotation
   - Azoteq IQS62x: Reject zero-length firmware records
   - ChromeOS EC: Introduce cros_ec_read_features helper and read
     features during probe to catch transfer errors
   - Cirrus Logic CS42L43: Fix regmap defaults ordering
   - Cirrus Logic CS42L43: Remove redundant NULL checks on SoundWire
   - Congatec Board Controller: Fix teardown ordering in cgbc_remove()
   - HP iPAQ Micro: Fix out-of-bounds stack read in ipaq_micro_str
   - Marvell 88PM886: Initialize the battery page
   - QNAP MCU: Keep the reply buffer alive past a command timeout
   - RAVE SP: Validate received frame payload lengths
   - Silicon Labs Si476x: Drop duplicate NULL checks
   - Silicon Labs Si476x: Modernize GPIO handling
   - Silicon Motion SM501: Fix potential memory leaks during remove
   - UCB1x00: Convert Assabet gpio-keys to use software nodes and
     register software node for GPIO controller
   - Viperboard: Fix native fields type in structures as little-endian
   - Viperboard: Remove redundant NULL check before kfree()
   - X-Powers AXP20x: Preserve other control bits when powering off

  Cleanups & Refactoring:
   - Core: Drop unused assignment of spi_device_id driver data
   - Core: Initialize spi_device_id arrays using member names
   - Core: Unify style of spi_device_id arrays
   - Maintainers: Add Intel LPSS section to follow the changes
   - Maintainers: Add a mailing list entry to MFD
   - Cirrus Logic CS42L43: Format sdw_device_id table
   - Cirrus Logic CS42L43: Use new SoundWire enumeration helper
   - ROHM PMIC: Factor out power button registration and convert
     gpio-keys to use software nodes
   - ST-Ericsson DB8500: Fold dbx500 header into db8500

  Device Tree Binding Updates:
   - Core: Add techvision vendor prefix
   - Marvell 88PM886: Allow vbus regulator
   - MediaTek MT8195 SCP: Add support for MT8189 SoC
   - Qualcomm SPMI PMIC: Document PMG1110
   - Qualcomm SPMI PMIC: Document haptics device
   - Qualcomm TCSR: Add compatible for Hawi and Maili SoCs
   - Qualcomm TCSR: Add compatible for Shikra
   - Qualcomm TCSR: Document the IPQ9650 TCSR block
   - STMicroelectronics STMPE: Fix typo st,stmpe601 (should be
     st,stmpe610)
   - Syscon: Add ESWIN EIC7700 compatible
   - Syscon: Allow syscon compatible for Loongson-2K0300 chip id
   - Syscon: Disallow simple-bus with syscon
   - Syscon: Drop custom select for older dtschema
   - TI OMAP USBHS TLL: Convert to DT schema"

* tag 'mfd-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (45 commits)
  mfd: cs42l43: Fix regmap defaults ordering
  dt-bindings: mfd: syscon: Allow syscon compatible for Loongson-2K0300 chip id
  dt-bindings: mfd: syscon: Add ESWIN EIC7700 compatible
  mfd: qnap-mcu: keep the reply buffer alive past a command timeout
  dt-bindings: mfd: qcom,tcsr: Document the IPQ9650 TCSR block
  mfd: macsmc: Fix key count endianness annotation
  dt-bindings: mfd: qcom,spmi-pmic: Document haptics device
  mfd: iqs62x: Reject zero-length firmware records
  mfd: rave-sp: validate received frame payload lengths
  mfd: sm501: Fix potential memory leaks during remove
  mfd: viperboard: Fix native fields type in structures as little-endian
  mfd: si476x-i2c: Get rid of duplicate NULL checks
  dt-bindings: mfd: Convert OMAP USB TLL to DT schema
  mfd: cgbc: Fix teardown ordering in cgbc_remove()
  mfd: mt6397-core: Add mt6323 AUXADC support
  dt-bindings: mfd: qcom,tcsr: Add compatible for Hawi and Maili SoCs
  mfd: rohm: Factor out power button registration
  mfd: ucb1x00: Convert Assabet gpio-keys to use software nodes
  mfd: ucb1x00: Register software node for GPIO controller
  mfd: cs42l43: Tidy up formatting on sdw_device_id table
  ...
2026-08-27 10:45:08 -07:00
..
acquirewdt.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
advantech_ec_wdt.c watchdog: Add Advantech EC watchdog driver 2022-11-19 15:30:37 +01:00
advantechwdt.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
airoha_wdt.c watchdog: airoha: Prevent division by zero when clock frequency is zero 2026-07-08 07:08:50 -07:00
alim1535_wdt.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
alim7101_wdt.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
apple_wdt.c watchdog: apple: Constify some structures 2026-08-10 09:00:05 -07:00
arm_smc_wdt.c watchdog: arm_smc_wdt: get wdt status through SMCWD_GET_TIMELEFT 2025-06-01 13:16:29 +02:00
armada_37xx_wdt.c watchdog: armada_37xx_wdt: remove struct resource 2024-11-04 13:13:03 +01:00
asm9260_wdt.c
aspeed_wdt.c watchdog: aspeed: Propagate errors from optional IRQ lookup 2026-08-10 09:00:05 -07:00
at91rm9200_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
at91sam9_wdt.c watchdog: at91sam9_wdt: prevent timer rearm during teardown 2026-08-06 14:23:55 -07:00
at91sam9_wdt.h watchdog: at91sam9_wdt.h: Document WDDIS bit position per SoC family 2026-05-10 08:31:34 -07:00
atcwdt200_wdt.c watchdog: atcwdt200: fix return value when watchdog is enabled 2026-07-27 15:08:15 -07:00
ath79_wdt.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
bcm_kona_wdt.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
bcm47xx_wdt.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
bcm2835_wdt.c watchdog: bcm2835_wdt: Switch to new sys-off handler API 2026-05-03 13:47:01 -07:00
bcm7038_wdt.c watchdog: bcm7038: Use devm_clk_get_enabled() helper 2023-02-12 15:32:51 +01:00
bd9576_wdt.c watchdog: bd9576: Drop "always-running" property 2024-05-04 12:50:41 +02:00
bd96801_wdt.c watchdog: bd96801_wdt: Remove redundant dev_err_probe() 2026-08-10 09:00:04 -07:00
booke_wdt.c watchdog: booke_wdt: Document unused parameter of __booke_wdt_disable() 2026-08-10 09:00:04 -07:00
cadence_wdt.c watchdog: cadence_wdt: Remove redundant dev_err() 2026-08-10 09:00:04 -07:00
cgbc_wdt.c watchdog: Congatec Board Controller watchdog timer driver 2024-10-09 16:32:11 +01:00
cpwd.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
cros_ec_wdt.c watchdog: Use named initializers for platform_device_id arrays 2026-08-10 09:00:03 -07:00
da9052_wdt.c watchdog: da9052_wdt: respect TWDMIN 2025-05-24 16:57:52 +02:00
da9055_wdt.c watchdog: da9055_wdt: don't print out if registering watchdog fails 2024-11-05 10:04:33 +01:00
da9062_wdt.c watchdog: da9062: da9063: use unlocked xfer function in restart 2023-02-18 15:11:30 +01:00
da9063_wdt.c watchdog: da9063: Remove __maybe_unused notations 2024-11-05 10:04:40 +01:00
davinci_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
db8500_wdt.c mfd: db8500-prcmu: Fold dbx500 header into db8500 2026-07-30 14:32:45 +01:00
diag288_wdt.c linux-watchdog 6.19-rc1 tag 2025-12-06 10:00:49 -08:00
digicolor_wdt.c
dw_wdt.c watchdog: dw_wdt: Propagate errors from optional IRQ lookup 2026-08-10 09:00:05 -07:00
ebc-c384_wdt.c
ep93xx_wdt.c watchdog: Convert GPL 2.0 notice to SPDX identifier 2023-06-26 14:30:04 +02:00
eurotechwdt.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
exar_wdt.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
f71808e_wdt.c watchdog: f71808e_wdt: Add check for platform_driver_register 2022-07-23 14:18:46 +02:00
ftwdt010_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
gef_wdt.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
geodewdt.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
gpio_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
gunyah_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
gxp-wdt.c watchdog: gxp-wdt: don't print out if registering watchdog fails 2024-11-05 10:04:34 +01:00
hpwdt.c watchdog/hpwdt: Refine hpwdt message for UV platform 2026-05-03 08:40:03 -07:00
i6300esb.c
ib700wdt.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
ibmasr.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
ie6xx_wdt.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
imgpdc_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
imx_sc_wdt.c watchdog: imx_sc_wdt: detect if already running 2024-09-10 11:08:46 +02:00
imx2_wdt.c watchdog: imx2_wdt: Remove __maybe_unused notations 2024-09-10 11:05:28 +02:00
imx7ulp_wdt.c watchdog: imx7ulp_wdt: Keep WDOG running until A55 enters WFI on i.MX94 2026-05-10 08:31:34 -07:00
indydog.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
intel_oc_wdt.c watchdog: intel_oc_wdt: Do not try to write into const memory 2025-09-12 18:06:28 +02:00
intel-mid_wdt.c watchdog: intel-mid_wdt: Remove redundant dev_err() 2026-08-10 09:00:04 -07:00
it87_wdt.c fix it87_wdt early reboot by reporting running timer 2026-01-17 13:09:12 +01:00
it8712f_wdt.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
iTCO_wdt.c watchdog: iTCO: Drop vendor support 2026-01-18 10:55:08 +01:00
ixp4xx_wdt.c watchdog: ixp4xx: Make sure restart always works 2023-10-29 19:45:04 +01:00
jz4740_wdt.c watchdog: jz4740: Fix return value check in jz4740_wdt_probe() 2021-06-21 08:49:11 +02:00
Kconfig watchdog: pretimeout: Convert dump pretimeout governor to tristate 2026-08-10 09:00:05 -07:00
keembay_wdt.c watchdog: keembay: Remove redundant dev_err_probe() 2026-08-10 09:00:04 -07:00
kempld_wdt.c watchdog: kempld: Remove #ifdef guards for PM related functions 2022-11-19 15:30:39 +01:00
lantiq_wdt.c watchdog: Explicitly include correct DT includes 2023-08-13 14:29:49 +02:00
lenovo_se10_wdt.c watchdog: lenovo_se10_wdt: Fix use-after-free and resource leak risk 2026-05-10 08:31:34 -07:00
lenovo_se30_wdt.c watchdog: lenovo_se30_wdt: Fix possible devm_ioremap() NULL pointer dereference in lenovo_se30_wdt_probe() 2025-06-01 13:16:07 +02:00
lenovo_se30g2_se60_wdt.c watchdog: lenovo_se30g2_se60_wdt: Watchdog for Lenovo SE30G2 and SE60 2026-08-10 09:00:04 -07:00
loongson1_wdt.c watchdog: loongson1: Add Loongson-2k0300 watchdog support 2025-11-15 15:28:10 +01:00
lpc18xx_wdt.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
m54xx_wdt.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
ma35d1_wdt.c watchdog: Add Nuvoton MA35D1 watchdog driver support 2026-08-10 09:00:04 -07:00
Makefile watchdog: Add Nuvoton MA35D1 watchdog driver support 2026-08-10 09:00:04 -07:00
marvell_gti_wdt.c watchdog: marvell_gti: Remove redundant dev_err_probe() 2026-08-10 09:00:04 -07:00
max63xx_wdt.c watchdog: Use named initializers for platform_device_id arrays 2026-08-10 09:00:03 -07:00
max77620_wdt.c watchdog: Use named initializers for platform_device_id arrays 2026-08-10 09:00:03 -07:00
mei_wdt.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
mena21_wdt.c
menf21bmc_wdt.c
menz69_wdt.c watchdog: menz069_wdt: drop unneeded MODULE_ALIAS 2026-05-03 08:38:34 -07:00
meson_gxbb_wdt.c watchdog: Add support for Amlogic-T7 SoCs 2023-08-25 16:19:15 +02:00
meson_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
mixcomwd.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
mlx_wdt.c watchdog: mlx_wdt: fix all kernel-doc warnings 2023-12-24 10:44:40 +01:00
moxart_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
mpc8xxx_wdt.c watchdog: mpc8xxx_wdt: Reload the watchdog timer when enabling the watchdog 2025-09-12 18:10:07 +02:00
msc313e_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
mt7621_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
mtk_wdt.c watchdog: mediatek: Propagate errors from optional IRQ lookup 2026-08-10 09:00:05 -07:00
mtx-1_wdt.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
nct6694_wdt.c watchdog: Add Nuvoton NCT6694 WDT support 2025-09-16 14:41:57 +01:00
ni903x_wdt.c watchdog: ni903x_wdt: Check ACPI_COMPANION() against NULL 2026-07-02 07:09:51 -07:00
nic7018_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
npcm_wdt.c watchdog: npcm: add bootstatus support 2026-08-10 09:00:04 -07:00
nv_tco.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
nv_tco.h
octeon-wdt-main.c watchdog: octeon-wdt: don't print out if registering watchdog fails 2024-11-05 10:04:35 +01:00
octeon-wdt-nmi.S watchdog: Convert GPL 2.0 notice to SPDX identifier 2023-06-26 14:30:04 +02:00
of_xilinx_wdt.c watchdog: of_xilinx_wdt: Remove unnecessary clock disable call in the remove path 2023-10-11 18:53:33 +02:00
omap_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
omap_wdt.h
orion_wdt.c watchdog: orion_wdt: Propagate errors from optional IRQ lookup 2026-08-10 09:00:05 -07:00
pc87413_wdt.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
pcwd_pci.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
pcwd_usb.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
pcwd.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
pic32-dmt.c watchdog: pic32-dmt: update include to use pic32.h from platform_data 2026-01-30 15:29:08 +01:00
pic32-wdt.c watchdog: pic32-wdt: update include to use pic32.h from platform_data 2026-01-30 15:29:08 +01:00
pika_wdt.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
pm8916_wdt.c watchdog: Convert comma to semicolon 2024-09-17 13:41:31 +02:00
pnx4008_wdt.c watchdog: pnx4008: Use devm_clk_get_enabled() helper 2023-02-12 15:32:46 +01:00
pretimeout_dump.c watchdog: pretimeout: Add "dump" pretimeout governor 2026-08-10 09:00:03 -07:00
pretimeout_noop.c watchdog: Correct kerneldoc warnings 2025-05-24 16:57:54 +02:00
pretimeout_panic.c watchdog: Correct kerneldoc warnings 2025-05-24 16:57:54 +02:00
pseries-wdt.c powerpc/pseries: Move H_WATCHDOG definitions to a common header 2026-08-03 14:05:55 +05:30
qcom-wdt.c watchdog: qcom: Propagate errors from optional IRQ lookup 2026-08-10 09:00:05 -07:00
rave-sp-wdt.c watchdog: Explicitly include correct DT includes 2023-08-13 14:29:49 +02:00
rc32434_wdt.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
rdc321x_wdt.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
realtek_otto_wdt.c watchdog: realtek_otto: Remove redundant dev_err_probe() 2026-08-10 09:00:04 -07:00
renesas_wdt.c watchdog: renesas_wdt: Convert to DEFINE_SIMPLE_DEV_PM_OPS() 2025-07-16 18:05:02 +02:00
renesas_wwdt.c watchdog: renesas_wwdt: add driver 2025-11-15 15:19:55 +01:00
retu_wdt.c watchdog: retu_wdt: Clean-up by using managed work init 2021-03-23 15:22:40 +01:00
riowd.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
rn5t618_wdt.c watchdog: rn5t618: Simplify using devm_watchdog_register_device() 2023-04-22 12:53:54 +02:00
rt2880_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
rtd119x_wdt.c watchdog: Convert GPL 2.0 notice to SPDX identifier 2023-06-26 14:30:04 +02:00
rti_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
rza_wdt.c watchdog: rza_wdt: don't print out if registering watchdog fails 2024-11-05 10:04:37 +01:00
rzg2l_wdt.c watchdog: rz: Discard pm_runtime_put() return values 2026-01-18 10:56:10 +01:00
rzn1_wdt.c watchdog: rzn1: remove now obsolete interrupt support 2026-05-10 08:31:34 -07:00
rzv2h_wdt.c watchdog: rzv2h_wdt: Discard pm_runtime_put() return value 2026-01-18 10:56:11 +01:00
s3c2410_wdt.c watchdog: s3c2410_wdt: Drop S3C2410 support 2026-01-18 10:56:11 +01:00
s32g_wdt.c watchdog: s32g_wdt: remove incorrect options in watchdog_info struct 2026-07-02 07:09:51 -07:00
sa1100_wdt.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
sama5d4_wdt.c watchdog: sama5d4: Remove redundant dev_err() 2026-08-10 09:00:04 -07:00
sb_wdog.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
sbc_epx_c3.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
sbc_fitpc2_wdt.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
sbc60xxwdt.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
sbc7240_wdt.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
sbc8360.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
sbsa_gwdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
sc1200wdt.c watchdog: sc1200: Drop unused assignment of pnp_device_id driver data 2026-06-10 06:09:45 -07:00
sch311x_wdt.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
scx200_wdt.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
shwdt.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
simatic-ipc-wdt.c watchdog: add missing MODULE_DESCRIPTION() macros 2024-06-15 12:49:57 +02:00
sl28cpld_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
smsc37b787_wdt.c watchdog: Prefix WDT with ICS for clarity 2026-05-10 08:31:34 -07:00
softdog.c watchdog: Switch to use hrtimer_setup() 2025-02-18 10:32:33 +01:00
sp805_wdt.c watchdog: sp805_wdt: Drop documentation of non-existent status member 2025-01-06 19:37:52 +01:00
sp5100_tco.c watchdog: sp5100_tco: Use EFCH MMIO for newer Hygon FCH 2026-05-03 08:36:47 -07:00
sp5100_tco.h Watchdog: sp5100_tco: Enable Family 17h+ CPUs 2022-03-27 17:04:33 +02:00
sprd_wdt.c watchdog: sprd: Remove redundant dev_err() 2026-08-10 09:00:04 -07:00
st_lpc_wdt.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
starfive-wdt.c watchdog: starfive-wdt: Fix PM reference leak in probe error path 2026-01-17 13:09:12 +01:00
stm32_iwdg.c watchdog: stm32_iwdg: Propagate errors from optional IRQ lookup 2026-08-10 09:00:05 -07:00
stmp3xxx_rtc_wdt.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
stpmic1_wdt.c
sun4v_wdt.c
sunplus_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
sunxi_wdt.c watchdog: sunxi_wdt: Add support for Allwinner A523 2025-03-25 14:11:16 +01:00
tegra_wdt.c watchdog: tegra_wdt: Remove #ifdef guards for PM related functions 2022-07-23 14:21:27 +02:00
tqmx86_wdt.c watchdog: tqmx86: Constify static struct watchdog_ops 2021-08-22 10:28:10 +02:00
ts72xx_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
ts4800_wdt.c watchdog: add missing MODULE_DESCRIPTION() macros 2024-06-15 12:49:57 +02:00
twl4030_wdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
txx9wdt.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
uniphier_wdt.c
via_wdt.c watchdog: via_wdt: add missing MODULE_DEVICE_TABLE() 2026-08-10 09:00:04 -07:00
visconti_wdt.c watchdog: visconti: don't print superfluous errors 2025-09-12 18:10:06 +02:00
w83627hf_wdt.c watchdog: w83627hf_wdt: Use WDOG_HW_RUNNING for running chip on boot 2026-08-10 09:00:04 -07:00
w83877f_wdt.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
w83977f_wdt.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
wafer5823wdt.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
watchdog_core.c watchdog: take all OF aliases into account when assigning id 2026-08-10 09:00:04 -07:00
watchdog_core.h watchdog: Don't use "proxy" headers 2025-07-17 11:26:56 +02:00
watchdog_dev.c watchdog: dev: convert to kernel-doc comments 2026-06-08 11:53:18 -07:00
watchdog_hrtimer_pretimeout.c watchdog: Switch to use hrtimer_setup() 2025-02-18 10:32:33 +01:00
watchdog_pretimeout.c watchdog: pretimeout: Fix UAF in watchdog_unregister_governor() 2026-07-08 07:06:59 -07:00
watchdog_pretimeout.h watchdog: pretimeout: Add "dump" pretimeout governor 2026-08-10 09:00:03 -07:00
wd501p.h
wdat_wdt.c watchdog: wdat_wdt: map registers that fall inside ACPI NVS 2026-08-10 09:00:04 -07:00
wdrtas.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
wdt_pci.c watchdog: Correct kerneldoc warnings 2025-05-24 16:57:54 +02:00
wdt.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
wdt285.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
wdt977.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
wm831x_wdt.c
wm8350_wdt.c watchdog: wm8350: Simplify using devm_watchdog_register_device() 2023-04-22 12:53:55 +02:00
xen_wdt.c
xilinx_wwdt.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
ziirave_wdt.c watchdog: ziirave_wdt: Use named initializers for struct i2c_device_id 2026-05-18 15:10:36 -07:00