aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/s3c2410_wdt.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regsGravatar Peter Griffin 1-4/+4
2023-12-13watchdog: s3c2410_wdt: Add support for Google gs101 SoCGravatar Peter Griffin 1-4/+43
2023-12-13watchdog: s3c2410_wdt: Update QUIRK macros to use BIT macroGravatar Peter Griffin 1-5/+5
2023-12-13watchdog: s3c2410_wdt: Add support for WTCON register DBGACK_MASK bitGravatar Peter Griffin 1-3/+25
2023-08-19watchdog: s3c2410: Fix potential deadlock on &wdt->lockGravatar Chengfeng Ye 1-6/+9
2023-08-13watchdog: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2023-04-22watchdog: s3c2410: remove unused freq_to_wdt and s3c2410wdt_is_running functionsGravatar Tom Rix 1-10/+0
2023-04-22watchdog: s3c2410_wdt: Simplify using dev_err_probe()Gravatar Uwe Kleine-König 1-19/+11
2023-04-22watchdog: s3c2410: Make s3c2410_get_wdt_drv_data() return an intGravatar Uwe Kleine-König 1-10/+12
2023-04-22watchdog: s3c2410_wdt: Use devm_add_action_or_reset() to disable watchdogGravatar Guenter Roeck 1-22/+11
2023-04-22watchdog: s3c2410_wdt: Use devm_clk_get[_optional]_enabled() helpersGravatar Guenter Roeck 1-36/+9
2023-01-16ARM: s3c: remove s3c24xx specific hacksGravatar Arnd Bergmann 1-81/+3
2022-10-02watchdog: s3c2410_wdt: support exynosautov9 watchdogGravatar Chanho Park 1-4/+37
2022-07-23watchdog: s3c2410_wdt: Remove #ifdef guards for PM related functionsGravatar Paul Cercueil 1-6/+3
2022-01-05watchdog: s3c2410: Fix getting the optional clockGravatar Sam Protsenko 1-10/+12
2022-01-05watchdog: s3c2410: Use platform_get_irq() to get the interruptGravatar Lad Prabhakar 1-8/+6
2021-12-28watchdog: s3c2410: Add Exynos850 supportGravatar Sam Protsenko 1-1/+63
2021-12-28watchdog: s3c2410: Remove superfluous err labelGravatar Sam Protsenko 1-9/+4
2021-12-28watchdog: s3c2410: Support separate source clockGravatar Sam Protsenko 1-15/+41
2021-12-28watchdog: s3c2410: Cleanup PMU related codeGravatar Sam Protsenko 1-25/+58
2021-12-28watchdog: s3c2410: Add support for WDT counter enable registerGravatar Sam Protsenko 1-1/+27
2021-12-28watchdog: s3c2410: Implement a way to invert mask reg valueGravatar Sam Protsenko 1-1/+4
2021-12-28watchdog: s3c2410: Extract disable and mask code into separate functionsGravatar Sam Protsenko 1-19/+35
2021-12-28watchdog: s3c2410: Make reset disable register optionalGravatar Sam Protsenko 1-9/+13
2021-12-28watchdog: s3c2410: Let kernel kick watchdogGravatar Sam Protsenko 1-11/+15
2021-12-28watchdog: s3c2410: Fail probe if can't find valid timeoutGravatar Sam Protsenko 1-11/+10
2019-07-08watchdog: s3c2410_wdt: drop warning after registering deviceGravatar Wolfram Sang 1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-10/+1
2019-05-05watchdog: Convert to use devm_platform_ioremap_resourceGravatar Guenter Roeck 1-3/+1
2017-06-05watchdog: s3c2410: Minor code cleanupGravatar Krzysztof Kozlowski 1-22/+13
2017-06-05watchdog: s3c2410: Simplify getting driver dataGravatar Krzysztof Kozlowski 1-7/+10
2017-06-05watchdog: s3c2410: Constify local structuresGravatar Krzysztof Kozlowski 1-3/+3
2017-02-24watchdog: s3c2410: Add prefix to local functionGravatar Krzysztof Kozlowski 1-3/+2
2017-02-24watchdog: s3c2410: Use dev_dbg instead of pr_infoGravatar Krzysztof Kozlowski 1-23/+6
2017-02-24watchdog: s3c2410: Fix infinite interrupt in soft modeGravatar Krzysztof Kozlowski 1-3/+18
2017-02-24watchdog: s3c2410: Remove confusing CONFIG prefix from local definesGravatar Krzysztof Kozlowski 1-8/+8
2017-02-24watchdog: constify watchdog_ops structuresGravatar Bhumika Goyal 1-1/+1
2016-03-16watchdog: s3c2410_wdt: Add max and min timeout valuesGravatar Javier Martinez Canillas 1-0/+16
2016-03-01watchdog: Add 'action' and 'data' parameters to restart handler callbackGravatar Guenter Roeck 1-1/+2
2015-12-13watchdog: s3c2410_wdt: use core restart handlerGravatar Damien Riegel 1-35/+25
2015-09-09Watchdog: Fix parent of watchdog_devicesGravatar Pratyush Anand 1-0/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-12-05watchdog: s3c2410_wdt: Fix the mask bit offset for Exynos7Gravatar Abhilash Kesavan 1-1/+1
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 1-1/+0
2014-10-20watchdog: s3c2410: add restart handlerGravatar Heiko Stuebner 1-0/+36
2014-10-20watchdog: s3c2410_wdt: Add support for Watchdog device on Exynos7Gravatar Naveen Krishna Chatradhi 1-0/+11
2014-10-20watchdog: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-03-31watchdog: s3c2410_wdt: Check return value of clk_prepare_enableGravatar Sachin Kamat 1-1/+5
2014-03-31watchdog: s3c2410_wdt: Remove unneeded initializationGravatar Sachin Kamat 1-2/+0
2014-03-31watchdog: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0