aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/at91sam9_wdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-09watchdog: at91sam9: get and use slow clockAlexandre Belloni1-2/+20
2015-06-22watchdog: at91sam9: use endian agnostic IOBen Dooks1-2/+2
2015-03-06watchdog: at91sam9: request the irq with IRQF_NO_SUSPENDBoris BREZILLON1-1/+2
2014-10-20watchdog: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-28watchdog: at91sam9_wdt: increase security margin on watchdog counter resetBoris BREZILLON1-9/+16
2014-01-28watchdog: at91sam9_wdt: avoid spurious watchdog reset during initBoris BREZILLON1-1/+9
2014-01-28watchdog: at91sam9_wdt: fix secs_to_ticksBoris BREZILLON1-1/+1
2014-01-28watchdog: at91sam9_wdt: better watchdog supportBoris BREZILLON1-86/+223
2013-03-01watchdog: add timeout-sec property bindingFabio Porcedda1-3/+4
2013-03-01watchdog: at91sam9_wdt: Convert to use the watchdog frameworkWenyou Yang1-119/+42
2013-03-01watchdog: at91sam9: at91_wdt_dt_ids cannot be __initArnd Bergmann1-1/+1
2013-01-17watchdog: convert drivers/watchdog/* to use module_platform_driver_probeFabio Porcedda1-12/+1
2012-11-16watchdog: at91sam9_wdt: add device tree supportFabio Porcedda1-0/+11
2012-03-27watchdog: nowayout is boolWim Van Sebroeck1-2/+2
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches1-3/+5
2011-11-28ARM: at91: make watchdog drivers soc independentJean-Christophe PLAGNIOL-VILLARD1-3/+19
2011-07-26watchdog: at91sam9/wdt: move register header to driversJean-Christophe Plagniol-Villard1-1/+1
2011-07-26watchdog: remove empty pm-functionsWolfram Sang1-19/+0
2009-06-18[WATCHDOG] Correct WDIOF_MAGICCLOSE flagWim Van Sebroeck1-1/+2
2009-03-25[WATCHDOG] More coding-style and trivial clean-upWim Van Sebroeck1-1/+1
2009-02-14[ARM] 5390/1: AT91: Watchdog fixesAndrew Victor1-0/+1
2008-11-06SAM9 watchdog: update for moved headersAndrew Victor1-1/+1
2008-10-10[WATCHDOG] Add AT91SAM9X watchdogRenaud CERRATO1-0/+328