index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
s3c2410_wdt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-31
watchdog: s3c2410_wdt: Check return value of clk_prepare_enable
Sachin Kamat
1
-1
/
+5
2014-03-31
watchdog: s3c2410_wdt: Remove unneeded initialization
Sachin Kamat
1
-2
/
+0
2014-03-31
watchdog: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-29
watchdog: s3c2410_wdt: Report when the watchdog reset the system
Doug Anderson
1
-3
/
+37
2014-01-29
watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register
Leela Krishna Amudala
1
-9
/
+145
2014-01-29
watchdog: s3c2410_wdt: Handle rounding a little better for timeout
Doug Anderson
1
-8
/
+5
2014-01-29
watchdog: s3c2410_wdt: Only register for cpufreq on ARM_S3C24XX_CPUFREQ
Doug Anderson
1
-1
/
+1
2013-11-17
watchdog: Get rid of MODULE_ALIAS_MISCDEV statements
Jean Delvare
1
-2
/
+0
2013-09-10
watchdog: s3c2410_wdt: simplify use of devm_ioremap_resource
Julia Lawall
1
-5
/
+1
2013-09-10
watchdog: s3c2410_wdt: remove the global variables
Leela Krishna Amudala
1
-94
/
+128
2013-07-11
watchdog: s3c2410_wdt: convert s3c2410wdt to dev_pm_ops
Jingoo Han
1
-10
/
+8
2013-07-11
watchdog: s3c2410_wdt: use dev_err()/dev_info() instead of pr_err()/pr_info()
Jingoo Han
1
-2
/
+2
2013-06-18
watchdog: s3c2410_wdt: Use local register definitions
Tomasz Figa
1
-4
/
+13
2013-05-09
watchdog: Convert to devm_ioremap_resource()
Sachin Kamat
1
-4
/
+3
2013-03-01
watchdog: add timeout-sec property binding
Fabio Porcedda
1
-2
/
+4
2013-03-01
watchdog: s3c2410_wdt: Use devm_* functions
Jingoo Han
1
-33
/
+9
2012-12-20
watchdog: s3c2410_wdt: use clk_prepare_enable and clk_disable_unprepare
Thomas Abraham
1
-3
/
+3
2012-11-29
watchdog: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-29
watchdog: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-29
watchdog: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-07-23
watchdog: s3c2410_wdt: Use module_platform_driver()
Sachin Kamat
1
-15
/
+1
2012-05-23
watchdog: s3c2410_wdt: Set timeout to actually achieved timeout
Hans de Goede
1
-1
/
+1
2012-05-23
watchdog: s3c2410-wdt: Use of_match_ptr().
Wim Van Sebroeck
1
-3
/
+2
2012-03-27
watchdog: fix compiler error for missing parenthesis
Jaehoon Chung
1
-1
/
+1
2012-03-27
watchdog: fix set_timeout operations
Wim Van Sebroeck
1
-0
/
+2
2012-03-27
watchdog: nowayout is bool
Wim Van Sebroeck
1
-2
/
+2
2012-03-27
watchdog: Use pr_<fmt> and pr_<level>
Joe Perches
1
-13
/
+12
2012-02-28
watchdog: fix error in probe() of s3c2410_wdt (reset at booting)
MyungJoo Ham
1
-26
/
+31
2012-01-06
watchdog: add nowayout helpers to Watchdog Timer Driver Kernel API
Wim Van Sebroeck
1
-0
/
+2
2011-11-17
watchdog: fix initialisation printout in s3c2410_wdt
Dmitry Artamonow
1
-2
/
+2
2011-11-06
watchdog: s3c2410: convert to use the watchdog framework
Wolfram Sang
1
-139
/
+37
2011-07-22
watchdog: s3c2410: Add support for device tree based probe
Thomas Abraham
1
-0
/
+10
2011-03-29
watchdog: s3c2410_wdt.c: Convert release_resource to release_region/release_m...
Julia Lawall
1
-11
/
+8
2011-03-15
watchdog: cleanup spaces before tabs
Wim Van Sebroeck
1
-1
/
+1
2010-08-08
watchdog: s3c2410_wdt - Fix removing of platform device
Wim Van Sebroeck
1
-8
/
+9
2010-05-25
watchdog: s3c2410_wdt - Fix on handling of the request_mem_region fail
Banajit Goswami
1
-2
/
+1
2010-05-25
watchdog: fix several MODULE_PARM_DESC strings
Randy Dunlap
1
-3
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-23
[WATCHDOG] use resource_size()
H Hartley Sweeten
1
-1
/
+1
2009-12-04
[WATCHDOG] CPUFREQ: S3C24XX Watchdog frequency scaling support.
Ben Dooks
1
-3
/
+86
2009-06-18
[WATCHDOG] Some more general cleanup
Wim Van Sebroeck
1
-18
/
+14
2008-11-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Ben Dooks
1
-1
/
+1
2008-10-30
[ARM] S3C: Move regs-watchdog.h to arch/arm/plat-s3c/include/plat
Ben Dooks
1
-1
/
+1
2008-10-28
[PATCH] Switch all my contributions stuff to a single common address
Alan Cox
1
-1
/
+1
2008-08-27
[WATCHDOG] Fix s3c2410_wdt driver coding style issues
Ben Dooks
1
-1
/
+1
2008-08-27
[WATCHDOG] Clean out header of s3c2410_wdt driver.
Ben Dooks
1
-12
/
+0
2008-08-27
[WATCHDOG] Fix NULL usage in s3c2410_wdt driver.
Ben Dooks
1
-1
/
+1
2008-08-16
[ARM] Fix a pile of broken watchdog drivers
Adrian Bunk
1
-2
/
+0
2008-08-08
Merge Linus' latest into master
Russell King
1
-13
/
+2
2008-08-08
Fix up duplicate '__s3c2410wdt_stop()' function
Linus Torvalds
1
-11
/
+0
[next]