summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/dw_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: dw_wdt: add restart handler supportJisheng Zhang2014-10-201-0/+32
* watchdog: dw_wdt: initialise TOP_INIT in dw_wdt_set_top()Jisheng Zhang2014-10-201-1/+3
* watchdog: dw_wdt: Remove the un-necessary check after platform_get_resource()George Cherian2014-08-051-3/+0Star
* watchdog: dw_wdt: remove build dependenciesBaruch Siach2014-01-281-1/+1
* watchdog: dw: Enable OF support for DW watchdog timerDinh Nguyen2013-11-171-0/+10
* watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare2013-11-171-1/+0Star
* watchdog: dw_wdt: Add __user annotationJingoo Han2013-11-171-2/+2
* watchdog: dw_wdt: use clk_prepare_enable and clk_disable_unprepareHeiko Stübner2013-11-171-5/+5
* watchdog: dw_wdt: convert to SIMPLE_DEV_PM_OPSHeiko Stübner2013-11-171-8/+3Star
* watchdog: dw_wdt: Staticize local symbolSachin Kamat2013-07-111-2/+2
* watchdog: dw_wdt: use devm_clk_get()Jingoo Han2013-07-111-5/+2Star
* watchdog: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-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: nowayout is boolWim Van Sebroeck2012-03-271-2/+2
* watchdog: Use pr_<fmt> and pr_<level>Joe Perches2012-03-271-1/+2
* watchdog: dw_wdt.c: use devm_request_and_ioremapJulia Lawall2012-01-271-5/+1Star
* watchdog: convert drivers/watchdog/* to use module_platform_driver()Axel Lin2012-01-061-11/+1Star
* watchdog: add support for the Synopsys DesignWare WDTJamie Iles2011-07-221-0/+376