index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
s3c2410_wdt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs
Peter Griffin
2024-02-25
1
-4
/
+4
*
watchdog: s3c2410_wdt: Add support for Google gs101 SoC
Peter Griffin
2023-12-13
1
-4
/
+43
*
watchdog: s3c2410_wdt: Update QUIRK macros to use BIT macro
Peter Griffin
2023-12-13
1
-5
/
+5
*
watchdog: s3c2410_wdt: Add support for WTCON register DBGACK_MASK bit
Peter Griffin
2023-12-13
1
-3
/
+25
*
watchdog: s3c2410: Fix potential deadlock on &wdt->lock
Chengfeng Ye
2023-08-19
1
-6
/
+9
*
watchdog: Explicitly include correct DT includes
Rob Herring
2023-08-13
1
-1
/
+0
*
watchdog: s3c2410: remove unused freq_to_wdt and s3c2410wdt_is_running functions
Tom Rix
2023-04-22
1
-10
/
+0
*
watchdog: s3c2410_wdt: Simplify using dev_err_probe()
Uwe Kleine-König
2023-04-22
1
-19
/
+11
*
watchdog: s3c2410: Make s3c2410_get_wdt_drv_data() return an int
Uwe Kleine-König
2023-04-22
1
-10
/
+12
*
watchdog: s3c2410_wdt: Use devm_add_action_or_reset() to disable watchdog
Guenter Roeck
2023-04-22
1
-22
/
+11
*
watchdog: s3c2410_wdt: Use devm_clk_get[_optional]_enabled() helpers
Guenter Roeck
2023-04-22
1
-36
/
+9
*
ARM: s3c: remove s3c24xx specific hacks
Arnd Bergmann
2023-01-16
1
-81
/
+3
*
watchdog: s3c2410_wdt: support exynosautov9 watchdog
Chanho Park
2022-10-02
1
-4
/
+37
*
watchdog: s3c2410_wdt: Remove #ifdef guards for PM related functions
Paul Cercueil
2022-07-23
1
-6
/
+3
*
watchdog: s3c2410: Fix getting the optional clock
Sam Protsenko
2022-01-05
1
-10
/
+12
*
watchdog: s3c2410: Use platform_get_irq() to get the interrupt
Lad Prabhakar
2022-01-05
1
-8
/
+6
*
watchdog: s3c2410: Add Exynos850 support
Sam Protsenko
2021-12-28
1
-1
/
+63
*
watchdog: s3c2410: Remove superfluous err label
Sam Protsenko
2021-12-28
1
-9
/
+4
*
watchdog: s3c2410: Support separate source clock
Sam Protsenko
2021-12-28
1
-15
/
+41
*
watchdog: s3c2410: Cleanup PMU related code
Sam Protsenko
2021-12-28
1
-25
/
+58
*
watchdog: s3c2410: Add support for WDT counter enable register
Sam Protsenko
2021-12-28
1
-1
/
+27
*
watchdog: s3c2410: Implement a way to invert mask reg value
Sam Protsenko
2021-12-28
1
-1
/
+4
*
watchdog: s3c2410: Extract disable and mask code into separate functions
Sam Protsenko
2021-12-28
1
-19
/
+35
*
watchdog: s3c2410: Make reset disable register optional
Sam Protsenko
2021-12-28
1
-9
/
+13
*
watchdog: s3c2410: Let kernel kick watchdog
Sam Protsenko
2021-12-28
1
-11
/
+15
*
watchdog: s3c2410: Fail probe if can't find valid timeout
Sam Protsenko
2021-12-28
1
-11
/
+10
*
watchdog: s3c2410_wdt: drop warning after registering device
Wolfram Sang
2019-07-08
1
-3
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
watchdog: Convert to use devm_platform_ioremap_resource
Guenter Roeck
2019-05-05
1
-3
/
+1
*
watchdog: s3c2410: Minor code cleanup
Krzysztof Kozlowski
2017-06-05
1
-22
/
+13
*
watchdog: s3c2410: Simplify getting driver data
Krzysztof Kozlowski
2017-06-05
1
-7
/
+10
*
watchdog: s3c2410: Constify local structures
Krzysztof Kozlowski
2017-06-05
1
-3
/
+3
*
watchdog: s3c2410: Add prefix to local function
Krzysztof Kozlowski
2017-02-24
1
-3
/
+2
*
watchdog: s3c2410: Use dev_dbg instead of pr_info
Krzysztof Kozlowski
2017-02-24
1
-23
/
+6
*
watchdog: s3c2410: Fix infinite interrupt in soft mode
Krzysztof Kozlowski
2017-02-24
1
-3
/
+18
*
watchdog: s3c2410: Remove confusing CONFIG prefix from local defines
Krzysztof Kozlowski
2017-02-24
1
-8
/
+8
*
watchdog: constify watchdog_ops structures
Bhumika Goyal
2017-02-24
1
-1
/
+1
*
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-15
1
-1
/
+0
|
\
|
*
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2014-11-04
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
[next]