aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/sp805_wdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand1-0/+1
2015-07-17Update Viresh Kumar's email addressViresh Kumar1-2/+2
2014-06-10watchdog: sp805: Set watchdog_device->timeout from ->set_timeout()Viresh Kumar1-3/+1
2014-03-31watchdog: sp805_wdt: Use devm_ioremap_resource()Jingoo Han1-14/+3
2014-03-31watchdog: Remove unnecessary OOM messagesJingoo Han1-1/+0
2014-03-31watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-17watchdog: sp805_wdt: Remove unnecessary amba_set_drvdata()Michal Simek1-1/+0
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/kernel/git-cur/linux-2.6-armLinus 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