aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/s3c2410_wdt.c
AgeCommit message (Expand)Author
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
2014-01-28watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu registerLeela Krishna Amudala
2014-01-28watchdog: s3c2410_wdt: Handle rounding a little better for timeoutDoug Anderson
2014-01-28watchdog: s3c2410_wdt: Only register for cpufreq on ARM_S3C24XX_CPUFREQDoug Anderson
2013-11-17watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare
2013-09-10watchdog: s3c2410_wdt: simplify use of devm_ioremap_resourceJulia Lawall
2013-09-10watchdog: s3c2410_wdt: remove the global variablesLeela Krishna Amudala
2013-07-11watchdog: s3c2410_wdt: convert s3c2410wdt to dev_pm_opsJingoo Han
2013-07-11watchdog: s3c2410_wdt: use dev_err()/dev_info() instead of pr_err()/pr_info()Jingoo Han
2013-06-19watchdog: s3c2410_wdt: Use local register definitionsTomasz Figa
2013-05-09watchdog: Convert to devm_ioremap_resource()Sachin Kamat
2013-03-01watchdog: add timeout-sec property bindingFabio Porcedda
2013-03-01watchdog: s3c2410_wdt: Use devm_* functionsJingoo Han
2012-12-19watchdog: s3c2410_wdt: use clk_prepare_enable and clk_disable_unprepareThomas Abraham
2012-11-28watchdog: remove use of __devexitBill Pemberton
2012-11-28watchdog: remove use of __devinitBill Pemberton
2012-11-28watchdog: remove use of __devexit_pBill Pemberton
2012-07-23watchdog: s3c2410_wdt: Use module_platform_driver()Sachin Kamat
2012-05-23watchdog: s3c2410_wdt: Set timeout to actually achieved timeoutHans de Goede
2012-05-23watchdog: s3c2410-wdt: Use of_match_ptr().Wim Van Sebroeck
2012-03-27watchdog: fix compiler error for missing parenthesisJaehoon Chung
2012-03-27watchdog: fix set_timeout operationsWim Van Sebroeck
2012-03-27watchdog: nowayout is boolWim Van Sebroeck
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches
2012-02-28watchdog: fix error in probe() of s3c2410_wdt (reset at booting)MyungJoo Ham
2012-01-06watchdog: add nowayout helpers to Watchdog Timer Driver Kernel APIWim Van Sebroeck
2011-11-16watchdog: fix initialisation printout in s3c2410_wdtDmitry Artamonow
2011-11-05watchdog: s3c2410: convert to use the watchdog frameworkWolfram Sang