summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/sama5d4_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: sama5d4_wdt: add support for sama7g5-wdtEugen Hristev2021-06-211-2/+8
* watchdog: sama5d4_wdt: addition of sam9x60 compatible watchdogEugen Hristev2020-01-271-25/+84
* watchdog: atmel: atmel-sama5d4-wdt: Disable watchdog on system suspendKen Sloat2019-07-081-3/+18
* watchdog: sama5d4: fix WDD value to be always set to maxEugen Hristev2019-07-081-3/+1
* watchdog: sama5d4_wdt: drop warning after registering deviceWolfram Sang2019-07-081-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner2019-05-301-2/+1
* watchdog: sama5d4_wdt: Convert to use device managed functions and other impr...Guenter Roeck2019-05-051-23/+12
* watchdog: Convert to use devm_platform_ioremap_resourceGuenter Roeck2019-05-051-3/+1
* watchdog: sama5d4: fix timeout-sec usageRomain Izard2018-10-021-5/+1
* watchdog: sama5d4: make use of timeout-secs provided in devicetreeMarcus Folkesson2018-03-031-3/+3
* watchdog: sama5d4: Add comment explaining what happens on resumeAlexandre Belloni2017-06-051-0/+5
* watchodg: sama5d4: simplify probeAlexandre Belloni2017-06-051-8/+6
* watchdog: sama5d4: fix race conditionAlexandre Belloni2017-05-181-4/+29
* watchdog: sama5d4: fix WDDIS handlingAlexandre Belloni2017-05-181-18/+30
* watchdog: sama5d4: Implement resume hookAlexandre Belloni2017-02-241-0/+17
* watchdog: sama5d4: Cache MR instead of a partial configAlexandre Belloni2017-02-241-26/+19
* watchdog: constify watchdog_ops structuresBhumika Goyal2017-02-241-1/+1
* watchdog: add a driver to support SAMA5D4 watchdog timerWenyou Yang2015-09-091-0/+280