index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-22
watchdog: advantechwdt: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-22
watchdog: acquirewdt: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-22
watchdog: s3c2410_wdt: Use devm_add_action_or_reset() to disable watchdog
Guenter Roeck
1
-22
/
+11
2023-04-22
watchdog: s3c2410_wdt: Use devm_clk_get[_optional]_enabled() helpers
Guenter Roeck
1
-36
/
+9
2023-04-22
watchdog: core: Always set WDOG_HW_RUNNING when starting watchdog
Guenter Roeck
2
-2
/
+3
2023-04-22
watchdog: imx2_wdg: Declare local symbols static
Guenter Roeck
1
-2
/
+2
2023-03-17
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
1
-1
/
+0
2023-03-02
Merge tag 'linux-watchdog-6.3-rc1' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
35
-372
/
+269
2023-03-02
watchdog: at91rm9200: Only warn once about problems in .remove()
Uwe Kleine-König
1
-1
/
+1
2023-03-02
watchdog: mt7621-wdt: avoid ralink architecture dependent code
Sergio Paracuellos
2
-6
/
+20
2023-03-02
watchdog: mt7621-wdt: avoid static global declarations
Sergio Paracuellos
1
-37
/
+65
2023-02-21
Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-125
/
+37
2023-02-20
Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-88
/
+7
2023-02-18
watchdog: sbsa_wdog: Make sure the timeout programming is within the limits
George Cherian
1
-0
/
+1
2023-02-18
watchdog: report options in sysfs
Thomas Weißschuh
1
-0
/
+10
2023-02-18
watchdog: report fw_version in sysfs
Thomas Weißschuh
1
-0
/
+10
2023-02-18
watchdog: imx2_wdg: suspend watchdog in WAIT mode
Andrej Picej
1
-3
/
+52
2023-02-18
watchdog: pcwd_usb: Fix attempting to access uninitialized memory
Li Hua
1
-2
/
+4
2023-02-18
watchdog: Fix kmemleak in watchdog_cdev_register
Chen Jun
1
-1
/
+1
2023-02-18
watchdog: Include <linux/kstrtox.h> when appropriate
Christophe JAILLET
2
-0
/
+2
2023-02-18
watchdog: at91sam9_wdt: use devm_request_irq to avoid missing free_irq() in e...
ruanjinjie
1
-4
/
+3
2023-02-18
watchdog: rzg2l_wdt: Handle TYPE-B reset for RZ/V2M
Fabrizio Castro
1
-1
/
+36
2023-02-18
watchdog: rzg2l_wdt: Issue a reset before we put the PM clocks
Lad Prabhakar
1
-6
/
+4
2023-02-18
watchdog: dw_wdt: stop on reboot
Cosmin Tanislav
1
-0
/
+1
2023-02-18
watchdog: ziirave_wdt: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2023-02-18
watchdog: iTCO_wdt: Report firmware_version
Thomas Weißschuh
1
-2
/
+2
2023-02-18
watchdog: da9062: da9063: use unlocked xfer function in restart
Primoz Fiser
2
-6
/
+24
2023-02-12
watchdog: wdat_wdt: Avoid unimplemented get_timeleft
Thomas Weißschuh
1
-2
/
+4
2023-02-12
watchdog: apple: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-17
/
+1
2023-02-12
watchdog: visconti: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-16
/
+1
2023-02-12
watchdog: rzn1: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-17
/
+1
2023-02-12
watchdog: qcom: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-15
/
+1
2023-02-12
watchdog: armada_37xx: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-14
/
+1
2023-02-12
watchdog: bcm7038: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-14
/
+1
2023-02-12
watchdog: rtd119x: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-15
/
+1
2023-02-12
watchdog: imx7ulp: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-14
/
+1
2023-02-12
watchdog: davinci: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-17
/
+1
2023-02-12
watchdog: meson_gxbb: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-15
/
+1
2023-02-12
watchdog: cadence: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-16
/
+1
2023-02-12
watchdog: imgpdc: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-28
/
+3
2023-02-12
watchdog: of_xilinx_wdt: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-15
/
+1
2023-02-12
watchdog: lpc18xx: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-28
/
+2
2023-02-12
watchdog: pic32-dmt: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-14
/
+1
2023-02-12
watchdog: pic32-wdt: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-16
/
+1
2023-02-12
watchdog: pnx4008: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-14
/
+1
2023-02-12
watchdog: realtek_otto: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-15
/
+2
2023-02-12
watchdog: mtk_wdt: Add reset_by_toprgu support
Allen-KH Cheng
1
-0
/
+7
2023-02-06
watchdog: diag288_wdt: unify lpar and zvm diag288 helpers
Alexander Egorenkov
1
-19
/
+13
2023-02-06
watchdog: diag288_wdt: de-duplicate diag_stat_inc() calls
Alexander Egorenkov
1
-8
/
+3
2023-02-06
watchdog: diag288_wdt: unify command buffer handling for diag288 zvm
Alexander Egorenkov
1
-35
/
+20
[prev]
[next]