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
2023-01-16
ARM: s3c: remove s3c24xx specific hacks
Arnd Bergmann
1
-81
/
+3
2022-10-02
watchdog: s3c2410_wdt: support exynosautov9 watchdog
Chanho Park
1
-4
/
+37
2022-07-23
watchdog: s3c2410_wdt: Remove #ifdef guards for PM related functions
Paul Cercueil
1
-6
/
+3
2022-01-05
watchdog: s3c2410: Fix getting the optional clock
Sam Protsenko
1
-10
/
+12
2022-01-05
watchdog: s3c2410: Use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-8
/
+6
2021-12-28
watchdog: s3c2410: Add Exynos850 support
Sam Protsenko
1
-1
/
+63
2021-12-28
watchdog: s3c2410: Remove superfluous err label
Sam Protsenko
1
-9
/
+4
2021-12-28
watchdog: s3c2410: Support separate source clock
Sam Protsenko
1
-15
/
+41
2021-12-28
watchdog: s3c2410: Cleanup PMU related code
Sam Protsenko
1
-25
/
+58
2021-12-28
watchdog: s3c2410: Add support for WDT counter enable register
Sam Protsenko
1
-1
/
+27
2021-12-28
watchdog: s3c2410: Implement a way to invert mask reg value
Sam Protsenko
1
-1
/
+4
2021-12-28
watchdog: s3c2410: Extract disable and mask code into separate functions
Sam Protsenko
1
-19
/
+35
2021-12-28
watchdog: s3c2410: Make reset disable register optional
Sam Protsenko
1
-9
/
+13
2021-12-28
watchdog: s3c2410: Let kernel kick watchdog
Sam Protsenko
1
-11
/
+15
2021-12-28
watchdog: s3c2410: Fail probe if can't find valid timeout
Sam Protsenko
1
-11
/
+10
2019-07-08
watchdog: s3c2410_wdt: drop warning after registering device
Wolfram Sang
1
-3
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
2019-05-05
watchdog: Convert to use devm_platform_ioremap_resource
Guenter Roeck
1
-3
/
+1
2017-06-05
watchdog: s3c2410: Minor code cleanup
Krzysztof Kozlowski
1
-22
/
+13
2017-06-05
watchdog: s3c2410: Simplify getting driver data
Krzysztof Kozlowski
1
-7
/
+10
2017-06-05
watchdog: s3c2410: Constify local structures
Krzysztof Kozlowski
1
-3
/
+3
2017-02-25
watchdog: s3c2410: Add prefix to local function
Krzysztof Kozlowski
1
-3
/
+2
2017-02-25
watchdog: s3c2410: Use dev_dbg instead of pr_info
Krzysztof Kozlowski
1
-23
/
+6
2017-02-25
watchdog: s3c2410: Fix infinite interrupt in soft mode
Krzysztof Kozlowski
1
-3
/
+18
2017-02-25
watchdog: s3c2410: Remove confusing CONFIG prefix from local defines
Krzysztof Kozlowski
1
-8
/
+8
2017-02-25
watchdog: constify watchdog_ops structures
Bhumika Goyal
1
-1
/
+1
2016-03-16
watchdog: s3c2410_wdt: Add max and min timeout values
Javier Martinez Canillas
1
-0
/
+16
2016-03-01
watchdog: Add 'action' and 'data' parameters to restart handler callback
Guenter Roeck
1
-1
/
+2
2015-12-13
watchdog: s3c2410_wdt: use core restart handler
Damien Riegel
1
-35
/
+25
2015-09-09
Watchdog: Fix parent of watchdog_devices
Pratyush Anand
1
-0
/
+1
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-12-05
watchdog: s3c2410_wdt: Fix the mask bit offset for Exynos7
Abhilash Kesavan
1
-1
/
+1
2014-11-04
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-1
/
+0
2014-10-20
watchdog: s3c2410: add restart handler
Heiko Stuebner
1
-0
/
+36
2014-10-20
watchdog: s3c2410_wdt: Add support for Watchdog device on Exynos7
Naveen Krishna Chatradhi
1
-0
/
+11
2014-10-20
watchdog: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
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
[next]