summaryrefslogtreecommitdiff
path: root/drivers/watchdog/s3c2410_wdt.c
AgeCommit message (Expand)Author
2023-12-13watchdog: s3c2410_wdt: Add support for Google gs101 SoCPeter Griffin
2023-12-13watchdog: s3c2410_wdt: Update QUIRK macros to use BIT macroPeter Griffin
2023-12-13watchdog: s3c2410_wdt: Add support for WTCON register DBGACK_MASK bitPeter Griffin
2023-08-19watchdog: s3c2410: Fix potential deadlock on &wdt->lockChengfeng Ye
2023-08-13watchdog: Explicitly include correct DT includesRob Herring
2023-04-22watchdog: s3c2410: remove unused freq_to_wdt and s3c2410wdt_is_running functionsTom Rix
2023-04-22watchdog: s3c2410_wdt: Simplify using dev_err_probe()Uwe Kleine-König
2023-04-22watchdog: s3c2410: Make s3c2410_get_wdt_drv_data() return an intUwe Kleine-König
2023-04-22watchdog: s3c2410_wdt: Use devm_add_action_or_reset() to disable watchdogGuenter Roeck
2023-04-22watchdog: s3c2410_wdt: Use devm_clk_get[_optional]_enabled() helpersGuenter Roeck
2023-01-16ARM: s3c: remove s3c24xx specific hacksArnd Bergmann
2022-10-02watchdog: s3c2410_wdt: support exynosautov9 watchdogChanho Park
2022-07-23watchdog: s3c2410_wdt: Remove #ifdef guards for PM related functionsPaul Cercueil
2022-01-05watchdog: s3c2410: Fix getting the optional clockSam Protsenko
2022-01-05watchdog: s3c2410: Use platform_get_irq() to get the interruptLad Prabhakar
2021-12-28watchdog: s3c2410: Add Exynos850 supportSam Protsenko
2021-12-28watchdog: s3c2410: Remove superfluous err labelSam Protsenko
2021-12-28watchdog: s3c2410: Support separate source clockSam Protsenko
2021-12-28watchdog: s3c2410: Cleanup PMU related codeSam Protsenko
2021-12-28watchdog: s3c2410: Add support for WDT counter enable registerSam Protsenko
2021-12-28watchdog: s3c2410: Implement a way to invert mask reg valueSam Protsenko
2021-12-28watchdog: s3c2410: Extract disable and mask code into separate functionsSam Protsenko
2021-12-28watchdog: s3c2410: Make reset disable register optionalSam Protsenko
2021-12-28watchdog: s3c2410: Let kernel kick watchdogSam Protsenko
2021-12-28watchdog: s3c2410: Fail probe if can't find valid timeoutSam Protsenko
2019-07-08watchdog: s3c2410_wdt: drop warning after registering deviceWolfram Sang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-05watchdog: Convert to use devm_platform_ioremap_resourceGuenter Roeck
2017-06-05watchdog: s3c2410: Minor code cleanupKrzysztof Kozlowski
2017-06-05watchdog: s3c2410: Simplify getting driver dataKrzysztof Kozlowski
2017-06-05watchdog: s3c2410: Constify local structuresKrzysztof Kozlowski
2017-02-24watchdog: s3c2410: Add prefix to local functionKrzysztof Kozlowski
2017-02-24watchdog: s3c2410: Use dev_dbg instead of pr_infoKrzysztof Kozlowski
2017-02-24watchdog: s3c2410: Fix infinite interrupt in soft modeKrzysztof Kozlowski
2017-02-24watchdog: s3c2410: Remove confusing CONFIG prefix from local definesKrzysztof Kozlowski
2017-02-24watchdog: constify watchdog_ops structuresBhumika Goyal
2016-03-16watchdog: s3c2410_wdt: Add max and min timeout valuesJavier Martinez Canillas
2016-03-01watchdog: Add 'action' and 'data' parameters to restart handler callbackGuenter Roeck
2015-12-13watchdog: s3c2410_wdt: use core restart handlerDamien Riegel
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-05watchdog: s3c2410_wdt: Fix the mask bit offset for Exynos7Abhilash Kesavan
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2014-10-20watchdog: s3c2410: add restart handlerHeiko Stuebner
2014-10-20watchdog: s3c2410_wdt: Add support for Watchdog device on Exynos7Naveen Krishna Chatradhi
2014-10-20watchdog: drop owner assignment from platform_driversWolfram Sang
2014-03-31watchdog: s3c2410_wdt: Check return value of clk_prepare_enableSachin Kamat
2014-03-31watchdog: s3c2410_wdt: Remove unneeded initializationSachin Kamat
2014-03-31watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-28watchdog: s3c2410_wdt: Report when the watchdog reset the systemDoug Anderson