summaryrefslogtreecommitdiff
path: root/drivers/watchdog/ar7_wdt.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-23watchdog: ar7_wdt.c: use devm_request_and_ioremapJulia Lawall1-23/+10
2012-03-27watchdog: nowayout is boolWim Van Sebroeck1-2/+2
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches1-18/+16
2012-01-06watchdog: convert drivers/watchdog/* to use module_platform_driver()Axel Lin1-12/+1
2012-01-06watchdog: Use DEFINE_SPINLOCK() for static spinlocksAxel Lin1-3/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-03-07[WATCHDOG] watchdog_info constifyWim Van Sebroeck1-1/+1
2010-02-27MIPS: AR7: Implement clock APIFlorian Fainelli1-3/+15
2009-09-18[WATCHDOG] ar7_wdt: Fix error handling during probe.Wim Van Sebroeck1-1/+2
2009-09-18[WATCHDOG] ar7_wdt: convert to become a platform driverFlorian Fainelli1-53/+53
2009-08-15[WATCHDOG] ar7_wdt: fix path to ar7-specific headersFlorian Fainelli1-1/+1
2009-06-18[WATCHDOG] Correct WDIOF_MAGICCLOSE flagWim Van Sebroeck1-1/+2
2008-08-06[WATCHDOG] more coding style clean-up'sWim Van Sebroeck1-2/+2
2008-08-06[WATCHDOG] Coding style - Indentation - part 2Wim Van Sebroeck1-2/+2
2008-08-04ar7_wdt watchdog driver: Fix lockingAlan Cox1-12/+17
2008-01-25[WATCHDOG] constify function pointer tablesJan Engelhardt1-1/+1
2007-10-23[WATCHDOG] AR7: watchdog timerMatteo Croce1-0/+349