summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/ath79_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1Star
* Merge tag 'linux-watchdog-5.2-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2019-05-131-3/+1Star
|\
| * watchdog: Convert to use devm_platform_ioremap_resourceGuenter Roeck2019-05-051-3/+1Star
* | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
|/
* mips: separate extable.h, switch module.h to itAl Viro2016-10-061-0/+1
* watchdog: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* watchdog: ath79_wdt: switch to clk_prepare/clk_disableGabor Juhos2014-06-101-3/+3
* watchdog: ath79_wdt: avoid spurious restarts on AR934xGabor Juhos2014-06-101-0/+10
* watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-311-1/+0Star
* 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