summaryrefslogtreecommitdiff
path: root/drivers/watchdog/sp805_wdt.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-11watchdog: sp805_wdt: use devm_clk_get()Jingoo Han1-5/+2
2012-12-19watchdog: sp805_wdt.c: use clk_prepare_enable and clk_disable_unprepareJulia Lawall1-9/+2
2012-12-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-4/+2
2012-11-28watchdog: remove use of __devexitBill Pemberton1-1/+1
2012-11-28watchdog: remove use of __devinitBill Pemberton1-1/+1
2012-11-28watchdog: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-08WATCHDOG: fix build PM warningsRussell King1-4/+2
2012-06-20Viresh has movedViresh Kumar1-2/+2
2012-05-30watchdog: sp805_wdt: Add clk_{un}prepare supportViresh Kumar1-0/+8
2012-05-30watchdog: sp805_wdt: convert to watchdog coreViresh Kumar1-159/+82
2012-03-27watchdog: sp805: Use devm routinesViresh Kumar1-22/+13
2012-03-27watchdog: sp805: replace readl/writel with lighter _relaxed variantsViresh Kumar1-12/+12
2012-03-27watchdog: sp805: Fix documentation style commentViresh Kumar1-8/+7
2012-03-27watchdog: nowayout is boolWim Van Sebroeck1-2/+2
2012-03-27watchdog: sp805_wdt: add pm callbacks to support standby/S2R/hibernationViresh Kumar1-0/+33
2012-03-16ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar1-11/+1
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds1-0/+2
2011-12-26watchdog: sp805: Fix section mismatch in ID table.Nick Bowler1-1/+1
2011-11-22watchdog: sp805: Enable module alias autogeneration for AMBA driversDave Martin1-0/+2
2011-07-26watchdog: sp805: Flush posted writes in enable/disable.Nick Bowler1-0/+4
2011-07-26watchdog: sp805: Don't write 0 to the load value register.Nick Bowler1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King1-1/+1
2010-08-08watchdog: Adding support for ARM Primecell SP805 WatchdogViresh KUMAR1-0/+387