summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/ath79_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare2013-11-171-1/+0Star
* drivers/watchdog: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0Star
* watchdog: Convert to devm_ioremap_resource()Sachin Kamat2013-05-091-5/+3Star
* watchdog: ath79_wdt: add device tree matchingGabor Juhos2013-03-011-0/+11
* watchdog: ath79_wdt: get register base from platform device's resourcesGabor Juhos2013-03-011-10/+38
* watchdog: ath79_wdt: convert to use devm_clk_getGabor Juhos2013-03-011-5/+2Star
* watchdog: ath79_wdt: convert to use module_platform_driverGabor Juhos2012-12-191-11/+2Star
* 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-2/+3
* watchdog: ath79_wdt: flush register writesGabor Juhos2012-01-061-0/+6
* watchdog: add driver for the Atheros AR71XX/AR724X/AR913X SoCsGabor Juhos2011-01-121-0/+305