index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-31
watchdog: Add tegra watchdog
Andrew Chew
3
-0
/
+314
2014-03-31
watchdog: xilinx: Remove no_timeout variable
Michal Simek
1
-9
/
+4
2014-03-31
watchdog: xilinx: Enable this driver for Zynq
Michal Simek
1
-13
/
+9
2014-03-31
watchdog: xilinx: Use correct comment indentation
Michal Simek
1
-4
/
+4
2014-03-31
watchdog: xilinx: Use of_property_read_u32
Michal Simek
1
-17
/
+12
2014-03-31
watchdog: xilinx: Fix all printk messages
Michal Simek
1
-8
/
+8
2014-03-31
watchdog: xilinx: Allocate private structure per device
Michal Simek
1
-42
/
+55
2014-03-31
watchdog: xilinx: Move no_timeout to probe function
Michal Simek
1
-5
/
+3
2014-03-31
watchdog: xilinx: Simplify probe and remove functions
Michal Simek
1
-32
/
+9
2014-03-31
watchdog: xilinx: Move control_status_reg to functions
Michal Simek
1
-1
/
+6
2014-03-31
watchdog: xilinx: Convert driver to the watchdog framework
Michal Simek
2
-172
/
+33
2014-03-31
watchdog: wdt285: Fix variable type
Alexander Shiyan
1
-2
/
+1
2014-03-31
watchdog: shwdt: Remove unused variable
Alexander Shiyan
1
-2
/
+0
2014-03-31
watchdog: sc520_wdt: Remove unused variable
Alexander Shiyan
1
-2
/
+1
2014-03-31
watchdog: intel_scu_watchdog: Remove unused variable
Alexander Shiyan
1
-3
/
+1
2014-03-31
watchdog: indydog: Simplify indydog_{start,stop}
Alexander Shiyan
1
-11
/
+2
2014-03-31
watchdog: bcm63xx_wdt: Remove unused field from bcm63xx_wdt_device
Alexander Shiyan
1
-1
/
+0
2014-03-31
watchdog: sp805_wdt: Use devm_ioremap_resource()
Jingoo Han
1
-14
/
+3
2014-03-31
watchdog: omap_wdt: Use devm_ioremap_resource()
Jingoo Han
1
-16
/
+6
2014-03-31
watchdog: ep93xx_wdt: Use devm_ioremap_resource()
Jingoo Han
1
-10
/
+3
2014-03-31
watchdog: ts72xx_wdt: make 'ts72xx_wdt_pdev' static
Jingoo Han
1
-1
/
+1
2014-03-31
watchdog: Remove unnecessary OOM messages
Jingoo Han
8
-18
/
+5
2014-03-31
watchdog: delete non-required instances of include <linux/init.h>
Paul Gortmaker
24
-24
/
+0
2014-03-31
watchdog: mpc8xxx_wdt: MPC8xx is HW enabled
Christophe Leroy
1
-0
/
+1
2014-02-21
watchdog: w83697hf_wdt: return ENODEV if no device was found
Stanislav Kholmanskikh
1
-1
/
+1
2014-02-08
watchdog: dw_wdt: Add dependency on HAS_IOMEM
Richard Weinberger
1
-0
/
+1
2014-01-28
watchdog: w83627hf_wdt: Reset watchdog trigger during initialization
Guenter Roeck
1
-2
/
+2
2014-01-28
watchdog: w83627hf: Add support for W83697HF and W83697UG
Guenter Roeck
2
-13
/
+51
2014-01-28
watchdog: w83627hf: Auto-detect IO address and supported chips
Guenter Roeck
2
-24
/
+173
2014-01-28
watchdog: at91sam9_wdt: increase security margin on watchdog counter reset
Boris BREZILLON
1
-9
/
+16
2014-01-28
watchdog: at91sam9_wdt: avoid spurious watchdog reset during init
Boris BREZILLON
1
-1
/
+9
2014-01-28
watchdog: at91sam9_wdt: fix secs_to_ticks
Boris BREZILLON
1
-1
/
+1
2014-01-28
watchdog: at91sam9_wdt: better watchdog support
Boris BREZILLON
1
-86
/
+223
2014-01-28
watchdog: sp805_wdt depends also on ARM64
Naresh Bhat
1
-1
/
+1
2014-01-28
watchdog: mach-moxart: add restart handler
Jonas Jensen
1
-0
/
+15
2014-01-28
watchdog: mpc8xxx_wdt convert to watchdog core
Christophe Leroy
2
-73
/
+38
2014-01-28
watchdog: sirf: Remove redundant of_match_ptr helper
Sachin Kamat
1
-1
/
+1
2014-01-28
watchdog: hpwdt patch to display informative string
Thomas Mingarelli
1
-3
/
+8
2014-01-28
watchdog: dw_wdt: remove build dependencies
Baruch Siach
2
-3
/
+2
2014-01-28
watchdog: imx2_wdt: disable watchdog timer during low power mode
Anson Huang
1
-0
/
+4
2014-01-28
watchdog: s3c2410_wdt: Report when the watchdog reset the system
Doug Anderson
1
-3
/
+37
2014-01-28
watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register
Leela Krishna Amudala
2
-9
/
+146
2014-01-28
watchdog: s3c2410_wdt: Handle rounding a little better for timeout
Doug Anderson
1
-8
/
+5
2014-01-28
watchdog: s3c2410_wdt: Only register for cpufreq on ARM_S3C24XX_CPUFREQ
Doug Anderson
1
-1
/
+1
2014-01-28
watchdog: GPIO-controlled watchdog
Alexander Shiyan
3
-0
/
+263
2014-01-28
watchdog: davinci: reuse driver for keystone arch
Ivan Khoronzhuk
2
-3
/
+3
2014-01-28
watchdog: davinci: add GET_TIMELEFT option support
Ivan Khoronzhuk
1
-0
/
+26
2014-01-28
watchdog: davinci: use davinci_wdt_device structure to hold device data
Ivan Khoronzhuk
1
-26
/
+48
2014-01-28
watchdog: davinci: change driver to use WDT core
Ivan Khoronzhuk
2
-112
/
+36
2014-01-28
watchdog: bcm281xx: Debugfs support
Markus Mayer
2
-4
/
+114
[next]