summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/s3c2410_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: s3c2410: Fix potential deadlock on &wdt->lockChengfeng Ye2023-08-191-6/+9
* watchdog: Explicitly include correct DT includesRob Herring2023-08-131-1/+0
* watchdog: s3c2410: remove unused freq_to_wdt and s3c2410wdt_is_running functionsTom Rix2023-04-221-10/+0
* watchdog: s3c2410_wdt: Simplify using dev_err_probe()Uwe Kleine-König2023-04-221-19/+11
* watchdog: s3c2410: Make s3c2410_get_wdt_drv_data() return an intUwe Kleine-König2023-04-221-10/+12
* watchdog: s3c2410_wdt: Use devm_add_action_or_reset() to disable watchdogGuenter Roeck2023-04-221-22/+11
* watchdog: s3c2410_wdt: Use devm_clk_get[_optional]_enabled() helpersGuenter Roeck2023-04-221-36/+9
* ARM: s3c: remove s3c24xx specific hacksArnd Bergmann2023-01-161-81/+3
* watchdog: s3c2410_wdt: support exynosautov9 watchdogChanho Park2022-10-021-4/+37
* watchdog: s3c2410_wdt: Remove #ifdef guards for PM related functionsPaul Cercueil2022-07-231-6/+3
* watchdog: s3c2410: Fix getting the optional clockSam Protsenko2022-01-051-10/+12
* watchdog: s3c2410: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-051-8/+6
* watchdog: s3c2410: Add Exynos850 supportSam Protsenko2021-12-281-1/+63
* watchdog: s3c2410: Remove superfluous err labelSam Protsenko2021-12-281-9/+4
* watchdog: s3c2410: Support separate source clockSam Protsenko2021-12-281-15/+41
* watchdog: s3c2410: Cleanup PMU related codeSam Protsenko2021-12-281-25/+58
* watchdog: s3c2410: Add support for WDT counter enable registerSam Protsenko2021-12-281-1/+27
* watchdog: s3c2410: Implement a way to invert mask reg valueSam Protsenko2021-12-281-1/+4
* watchdog: s3c2410: Extract disable and mask code into separate functionsSam Protsenko2021-12-281-19/+35
* watchdog: s3c2410: Make reset disable register optionalSam Protsenko2021-12-281-9/+13
* watchdog: s3c2410: Let kernel kick watchdogSam Protsenko2021-12-281-11/+15
* watchdog: s3c2410: Fail probe if can't find valid timeoutSam Protsenko2021-12-281-11/+10
* watchdog: s3c2410_wdt: drop warning after registering deviceWolfram Sang2019-07-081-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* watchdog: Convert to use devm_platform_ioremap_resourceGuenter Roeck2019-05-051-3/+1
* watchdog: s3c2410: Minor code cleanupKrzysztof Kozlowski2017-06-051-22/+13
* watchdog: s3c2410: Simplify getting driver dataKrzysztof Kozlowski2017-06-051-7/+10
* watchdog: s3c2410: Constify local structuresKrzysztof Kozlowski2017-06-051-3/+3
* watchdog: s3c2410: Add prefix to local functionKrzysztof Kozlowski2017-02-241-3/+2
* watchdog: s3c2410: Use dev_dbg instead of pr_infoKrzysztof Kozlowski2017-02-241-23/+6
* watchdog: s3c2410: Fix infinite interrupt in soft modeKrzysztof Kozlowski2017-02-241-3/+18
* watchdog: s3c2410: Remove confusing CONFIG prefix from local definesKrzysztof Kozlowski2017-02-241-8/+8
* watchdog: constify watchdog_ops structuresBhumika Goyal2017-02-241-1/+1
* watchdog: s3c2410_wdt: Add max and min timeout valuesJavier Martinez Canillas2016-03-161-0/+16
* watchdog: Add 'action' and 'data' parameters to restart handler callbackGuenter Roeck2016-03-011-1/+2
* watchdog: s3c2410_wdt: use core restart handlerDamien Riegel2015-12-131-35/+25
* Watchdog: Fix parent of watchdog_devicesPratyush Anand2015-09-091-0/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
| |\
| | * watchdog: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | | watchdog: s3c2410_wdt: Fix the mask bit offset for Exynos7Abhilash Kesavan2014-12-051-1/+1
|/ /
* | watchdog: s3c2410: add restart handlerHeiko Stuebner2014-10-201-0/+36
* | watchdog: s3c2410_wdt: Add support for Watchdog device on Exynos7Naveen Krishna Chatradhi2014-10-201-0/+11
|/
* watchdog: s3c2410_wdt: Check return value of clk_prepare_enableSachin Kamat2014-03-311-1/+5
* watchdog: s3c2410_wdt: Remove unneeded initializationSachin Kamat2014-03-311-2/+0
* watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-311-1/+0
* watchdog: s3c2410_wdt: Report when the watchdog reset the systemDoug Anderson2014-01-281-3/+37
* watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu registerLeela Krishna Amudala2014-01-281-9/+145
* watchdog: s3c2410_wdt: Handle rounding a little better for timeoutDoug Anderson2014-01-281-8/+5
* watchdog: s3c2410_wdt: Only register for cpufreq on ARM_S3C24XX_CPUFREQDoug Anderson2014-01-281-1/+1