index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
s3c2410_wdt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
watchdog: s3c2410_wdt: Add max and min timeout values
Javier Martinez Canillas
2016-03-16
1
-0
/
+16
*
watchdog: Add 'action' and 'data' parameters to restart handler callback
Guenter Roeck
2016-03-01
1
-1
/
+2
*
watchdog: s3c2410_wdt: use core restart handler
Damien Riegel
2015-12-13
1
-35
/
+25
*
Watchdog: Fix parent of watchdog_devices
Pratyush Anand
2015-09-09
1
-0
/
+1
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
|
*
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2014-11-03
1
-1
/
+0
|
|
\
|
|
*
watchdog: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
|
watchdog: s3c2410_wdt: Fix the mask bit offset for Exynos7
Abhilash Kesavan
2014-12-05
1
-1
/
+1
|
/
/
*
|
watchdog: s3c2410: add restart handler
Heiko Stuebner
2014-10-20
1
-0
/
+36
*
|
watchdog: s3c2410_wdt: Add support for Watchdog device on Exynos7
Naveen Krishna Chatradhi
2014-10-20
1
-0
/
+11
|
/
*
watchdog: s3c2410_wdt: Check return value of clk_prepare_enable
Sachin Kamat
2014-03-31
1
-1
/
+5
*
watchdog: s3c2410_wdt: Remove unneeded initialization
Sachin Kamat
2014-03-31
1
-2
/
+0
*
watchdog: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-03-31
1
-1
/
+0
*
watchdog: s3c2410_wdt: Report when the watchdog reset the system
Doug Anderson
2014-01-28
1
-3
/
+37
*
watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register
Leela Krishna Amudala
2014-01-28
1
-9
/
+145
*
watchdog: s3c2410_wdt: Handle rounding a little better for timeout
Doug Anderson
2014-01-28
1
-8
/
+5
*
watchdog: s3c2410_wdt: Only register for cpufreq on ARM_S3C24XX_CPUFREQ
Doug Anderson
2014-01-28
1
-1
/
+1
*
watchdog: Get rid of MODULE_ALIAS_MISCDEV statements
Jean Delvare
2013-11-17
1
-2
/
+0
*
watchdog: s3c2410_wdt: simplify use of devm_ioremap_resource
Julia Lawall
2013-09-10
1
-5
/
+1
*
watchdog: s3c2410_wdt: remove the global variables
Leela Krishna Amudala
2013-09-10
1
-94
/
+128
*
watchdog: s3c2410_wdt: convert s3c2410wdt to dev_pm_ops
Jingoo Han
2013-07-11
1
-10
/
+8
*
watchdog: s3c2410_wdt: use dev_err()/dev_info() instead of pr_err()/pr_info()
Jingoo Han
2013-07-11
1
-2
/
+2
*
watchdog: s3c2410_wdt: Use local register definitions
Tomasz Figa
2013-06-19
1
-4
/
+13
*
watchdog: Convert to devm_ioremap_resource()
Sachin Kamat
2013-05-09
1
-4
/
+3
*
watchdog: add timeout-sec property binding
Fabio Porcedda
2013-03-01
1
-2
/
+4
*
watchdog: s3c2410_wdt: Use devm_* functions
Jingoo Han
2013-03-01
1
-33
/
+9
*
watchdog: s3c2410_wdt: use clk_prepare_enable and clk_disable_unprepare
Thomas Abraham
2012-12-19
1
-3
/
+3
*
watchdog: remove use of __devexit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
watchdog: remove use of __devinit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
watchdog: remove use of __devexit_p
Bill Pemberton
2012-11-28
1
-1
/
+1
*
watchdog: s3c2410_wdt: Use module_platform_driver()
Sachin Kamat
2012-07-23
1
-15
/
+1
*
watchdog: s3c2410_wdt: Set timeout to actually achieved timeout
Hans de Goede
2012-05-23
1
-1
/
+1
*
watchdog: s3c2410-wdt: Use of_match_ptr().
Wim Van Sebroeck
2012-05-23
1
-3
/
+2
*
watchdog: fix compiler error for missing parenthesis
Jaehoon Chung
2012-03-27
1
-1
/
+1
*
watchdog: fix set_timeout operations
Wim Van Sebroeck
2012-03-27
1
-0
/
+2
*
watchdog: nowayout is bool
Wim Van Sebroeck
2012-03-27
1
-2
/
+2
*
watchdog: Use pr_<fmt> and pr_<level>
Joe Perches
2012-03-27
1
-13
/
+12
*
watchdog: fix error in probe() of s3c2410_wdt (reset at booting)
MyungJoo Ham
2012-02-28
1
-26
/
+31
*
watchdog: add nowayout helpers to Watchdog Timer Driver Kernel API
Wim Van Sebroeck
2012-01-06
1
-0
/
+2
*
watchdog: fix initialisation printout in s3c2410_wdt
Dmitry Artamonow
2011-11-16
1
-2
/
+2
*
watchdog: s3c2410: convert to use the watchdog framework
Wolfram Sang
2011-11-05
1
-139
/
+37
*
watchdog: s3c2410: Add support for device tree based probe
Thomas Abraham
2011-07-22
1
-0
/
+10
*
watchdog: s3c2410_wdt.c: Convert release_resource to release_region/release_m...
Julia Lawall
2011-03-29
1
-11
/
+8
*
watchdog: cleanup spaces before tabs
Wim Van Sebroeck
2011-03-15
1
-1
/
+1
*
watchdog: s3c2410_wdt - Fix removing of platform device
Wim Van Sebroeck
2010-08-08
1
-8
/
+9
*
watchdog: s3c2410_wdt - Fix on handling of the request_mem_region fail
Banajit Goswami
2010-05-25
1
-2
/
+1
*
watchdog: fix several MODULE_PARM_DESC strings
Randy Dunlap
2010-05-25
1
-3
/
+3
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
[WATCHDOG] use resource_size()
H Hartley Sweeten
2009-12-23
1
-1
/
+1
*
[WATCHDOG] CPUFREQ: S3C24XX Watchdog frequency scaling support.
Ben Dooks
2009-12-04
1
-3
/
+86
[next]