summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/sp805_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: sp805: ping fails to abort wdt resetSandeep Tripathy2016-01-311-3/+2
* Watchdog: Fix parent of watchdog_devicesPratyush Anand2015-09-091-0/+1
* Update Viresh Kumar's email addressViresh Kumar2015-07-171-2/+2
* watchdog: sp805: Set watchdog_device->timeout from ->set_timeout()Viresh Kumar2014-06-101-3/+1
* watchdog: sp805_wdt: Use devm_ioremap_resource()Jingoo Han2014-03-311-14/+3
* watchdog: Remove unnecessary OOM messagesJingoo Han2014-03-311-1/+0
* watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-311-1/+0
* watchdog: sp805_wdt: Remove unnecessary amba_set_drvdata()Michal Simek2013-11-171-1/+0
* watchdog: sp805_wdt: use devm_clk_get()Jingoo Han2013-07-111-5/+2
* watchdog: sp805_wdt.c: use clk_prepare_enable and clk_disable_unprepareJulia Lawall2012-12-191-9/+2
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-121-4/+2
|\
| * WATCHDOG: fix build PM warningsRussell King2012-11-081-4/+2
* | 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
|/
* Viresh has movedViresh Kumar2012-06-201-2/+2
* 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
OpenPOWER on IntegriCloud