summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/sp805_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: sp805_wdt: Add clk_{un}prepare supportViresh Kumar2012-05-301-0/+8
* watchdog: sp805_wdt: convert to watchdog coreViresh Kumar2012-05-301-159/+82
* watchdog: sp805: Use devm routinesViresh Kumar2012-03-271-22/+13
* watchdog: sp805: replace readl/writel with lighter _relaxed variantsViresh Kumar2012-03-271-12/+12
* watchdog: sp805: Fix documentation style commentViresh Kumar2012-03-271-8/+7
* watchdog: nowayout is boolWim Van Sebroeck2012-03-271-2/+2
* watchdog: sp805_wdt: add pm callbacks to support standby/S2R/hibernationViresh Kumar2012-03-271-0/+33
* ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar2012-03-161-11/+1
* Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2012-01-061-0/+2
|\
| * watchdog: sp805: Enable module alias autogeneration for AMBA driversDave Martin2011-11-221-0/+2
* | watchdog: sp805: Fix section mismatch in ID table.Nick Bowler2011-12-261-1/+1
|/
* watchdog: sp805: Flush posted writes in enable/disable.Nick Bowler2011-07-261-0/+4
* watchdog: sp805: Don't write 0 to the load value register.Nick Bowler2011-07-261-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* ARM: amba: make probe() functions take const id tablesRussell King2011-02-231-1/+1
* watchdog: Adding support for ARM Primecell SP805 WatchdogViresh KUMAR2010-08-081-0/+387