summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/s3c2410_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare2013-11-171-2/+0
* watchdog: s3c2410_wdt: simplify use of devm_ioremap_resourceJulia Lawall2013-09-101-5/+1
* watchdog: s3c2410_wdt: remove the global variablesLeela Krishna Amudala2013-09-101-94/+128
* watchdog: s3c2410_wdt: convert s3c2410wdt to dev_pm_opsJingoo Han2013-07-111-10/+8
* watchdog: s3c2410_wdt: use dev_err()/dev_info() instead of pr_err()/pr_info()Jingoo Han2013-07-111-2/+2
* watchdog: s3c2410_wdt: Use local register definitionsTomasz Figa2013-06-191-4/+13
* watchdog: Convert to devm_ioremap_resource()Sachin Kamat2013-05-091-4/+3
* watchdog: add timeout-sec property bindingFabio Porcedda2013-03-011-2/+4
* watchdog: s3c2410_wdt: Use devm_* functionsJingoo Han2013-03-011-33/+9
* watchdog: s3c2410_wdt: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-12-191-3/+3
* watchdog: remove use of __devexitBill Pemberton2012-11-281-1/+1
* watchdog: remove use of __devinitBill Pemberton2012-11-281-1/+1
* watchdog: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* watchdog: s3c2410_wdt: Use module_platform_driver()Sachin Kamat2012-07-231-15/+1
* watchdog: s3c2410_wdt: Set timeout to actually achieved timeoutHans de Goede2012-05-231-1/+1
* watchdog: s3c2410-wdt: Use of_match_ptr().Wim Van Sebroeck2012-05-231-3/+2
* watchdog: fix compiler error for missing parenthesisJaehoon Chung2012-03-271-1/+1
* watchdog: fix set_timeout operationsWim Van Sebroeck2012-03-271-0/+2
* watchdog: nowayout is boolWim Van Sebroeck2012-03-271-2/+2
* watchdog: Use pr_<fmt> and pr_<level>Joe Perches2012-03-271-13/+12
* watchdog: fix error in probe() of s3c2410_wdt (reset at booting)MyungJoo Ham2012-02-281-26/+31
* watchdog: add nowayout helpers to Watchdog Timer Driver Kernel APIWim Van Sebroeck2012-01-061-0/+2
* watchdog: fix initialisation printout in s3c2410_wdtDmitry Artamonow2011-11-161-2/+2
* watchdog: s3c2410: convert to use the watchdog frameworkWolfram Sang2011-11-051-139/+37
* watchdog: s3c2410: Add support for device tree based probeThomas Abraham2011-07-221-0/+10
* watchdog: s3c2410_wdt.c: Convert release_resource to release_region/release_m...Julia Lawall2011-03-291-11/+8
* watchdog: cleanup spaces before tabsWim Van Sebroeck2011-03-151-1/+1
* watchdog: s3c2410_wdt - Fix removing of platform deviceWim Van Sebroeck2010-08-081-8/+9
* watchdog: s3c2410_wdt - Fix on handling of the request_mem_region failBanajit Goswami2010-05-251-2/+1
* watchdog: fix several MODULE_PARM_DESC stringsRandy Dunlap2010-05-251-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [WATCHDOG] use resource_size()H Hartley Sweeten2009-12-231-1/+1
* [WATCHDOG] CPUFREQ: S3C24XX Watchdog frequency scaling support.Ben Dooks2009-12-041-3/+86
* [WATCHDOG] Some more general cleanupWim Van Sebroeck2009-06-181-18/+14
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ben Dooks2008-11-031-1/+1
|\
OpenPOWER on IntegriCloud