summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/aspeed_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: aspeed: Add support for aspeed,reset-mask DT propertyZev Weiss2023-10-291-0/+11
* watchdog: aspeed: Drop of_match_ptr for ID tableKrzysztof Kozlowski2023-04-221-1/+1
* watchdog: Include <linux/kstrtox.h> when appropriateChristophe JAILLET2023-02-181-0/+1
* watchdog: aspeed: Enable pre-timeout interruptEddie James2022-11-191-16/+88
* watchdog: aspeed_wdt: Reorder output signal register configurationChin-Ting Kuo2022-10-021-6/+6
* watchdog: aspeed: add nowayout supportEduardo Valentin2022-03-271-0/+7
* watchdog: aspeed: fix hardware timeout calculationTao Ren2021-06-211-1/+1
* watchdog: Use sysfs_emit() and sysfs_emit_at() in "show" functionsJuerg Haefliger2021-06-211-2/+2
* watchdog: aspeed: Fix clock behaviour for ast2600Joel Stanley2019-11-181-6/+10
* watchdog: aspeed: add support for dual bootIvan Mikhaylov2019-09-171-1/+64
* watchdog: aspeed: Add support for AST2600Ryan Chen2019-09-171-1/+3
* watchdog: aspeed_wdt: drop warning after registering deviceWolfram Sang2019-07-081-7/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* watchdog: aspeed_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck2019-05-051-10/+11
* watchdog: Convert to use devm_platform_ioremap_resourceGuenter Roeck2019-05-051-3/+1
* aspeed: watchdog: Set bootstatus during probeEddie James2018-04-161-0/+7
* Merge branch 'v4.17-rc1'Wim Van Sebroeck2018-03-241-0/+4
|\
| * watchdog: aspeed: Allow configuring for alternate bootMilton Miller2018-03-241-0/+4
* | watchdog: aspeed: Fix translation of reset mode to ctrl registerMilton Miller2018-03-131-3/+6
|/
* watchdog: aspeed: Move init to arch_initcallAndrew Jeffery2017-12-281-1/+12
* watchdog: aspeed: Retain watchdog enabled stateAndrew Jeffery2017-12-281-2/+6
* watchdog: aspeed: Support configuration of external signal propertiesAndrew Jeffery2017-09-091-3/+102
* drivers/watchdog: ASPEED reference dev tree properties for configChristopher Bostic2017-09-091-5/+24
* watchdog: aspeed_wdt: Convert to use device managed functionsGuenter Roeck2017-02-241-13/+1
* watchdog: Add Aspeed watchdog driverJoel Stanley2016-07-171-0/+212