aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/sama5d4_wdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-27watchdog: sama5d4_wdt: addition of sam9x60 compatible watchdogEugen Hristev1-25/+84
2019-07-08watchdog: atmel: atmel-sama5d4-wdt: Disable watchdog on system suspendKen Sloat1-3/+18
2019-07-08watchdog: sama5d4: fix WDD value to be always set to maxEugen Hristev1-3/+1
2019-07-08watchdog: sama5d4_wdt: drop warning after registering deviceWolfram Sang1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner1-2/+1
2019-05-05watchdog: sama5d4_wdt: Convert to use device managed functions and other improvementsGuenter Roeck1-23/+12
2019-05-05watchdog: Convert to use devm_platform_ioremap_resourceGuenter Roeck1-3/+1
2018-10-02watchdog: sama5d4: fix timeout-sec usageRomain Izard1-5/+1
2018-03-03watchdog: sama5d4: make use of timeout-secs provided in devicetreeMarcus Folkesson1-3/+3
2017-06-05watchdog: sama5d4: Add comment explaining what happens on resumeAlexandre Belloni1-0/+5
2017-06-05watchodg: sama5d4: simplify probeAlexandre Belloni1-8/+6
2017-05-18watchdog: sama5d4: fix race conditionAlexandre Belloni1-4/+29
2017-05-18watchdog: sama5d4: fix WDDIS handlingAlexandre Belloni1-18/+30
2017-02-24watchdog: sama5d4: Implement resume hookAlexandre Belloni1-0/+17
2017-02-24watchdog: sama5d4: Cache MR instead of a partial configAlexandre Belloni1-26/+19
2017-02-24watchdog: constify watchdog_ops structuresBhumika Goyal1-1/+1
2015-09-09watchdog: add a driver to support SAMA5D4 watchdog timerWenyou Yang1-0/+280