aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/da9063_wdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-25watchdog: da9063: Make use of pre-configured timeout during probeStefan Riedmueller1-6/+14
2019-05-05watchdog: da9063_wdt: parse DT for timeout value, tooWolfram Sang1-4/+6
2019-05-05watchdog: da9063_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck1-5/+6
2018-06-07watchdog: da9063: remove duplicated timeout_to_sel callsMarco Felsch1-13/+8
2018-06-07watchdog: da9063: rename helper function to avoid misunderstandingsMarco Felsch1-4/+4
2018-06-06watchdog: da9063: Fix timeout handling during probeMarco Felsch1-0/+21
2018-06-06watchdog: da9063: Fix updating timeout valueMarco Felsch1-2/+15
2018-06-06watchdog: da9063: Fix setting/changing timeoutMarco Felsch1-2/+24
2018-03-24watchdog: add SPDX identifiers for watchdog subsystemMarcus Folkesson1-4/+1
2017-09-09watchdog: da9063_wdt: Simplify by removing unneeded struct...fzuuzf@googlemail.com1-37/+30
2017-02-24watchdog: da9063_wdt: Convert to use device managed functionsGuenter Roeck1-17/+1
2016-07-17watchdog: da9063_wdt: don't trigger watchdog too fastStefan Christ1-0/+2
2016-03-01watchdog: Add 'action' and 'data' parameters to restart handler callbackGuenter Roeck1-1/+2
2015-12-13watchdog: da9063_wdt: use core restart handlerDamien Riegel1-17/+6
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand1-0/+1
2015-02-17watchdog: da9063: Add restart handler supportGeert Uytterhoeven1-1/+31
2014-10-20watchdog: Add DA9063 PMIC watchdog driver.Krystian Garbaciak1-0/+191