summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/wd_core.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Fix error pathChristian Eggers2020-01-221-9/+21
* watchdog: core: use new dev_add_param_tristate helper for .running paramAhmad Fatoum2019-12-051-8/+1
* watchdog: implement generic support for .running device parameterAhmad Fatoum2019-11-111-1/+20
* watchdog: always populate watchdog priority from device tree if possibleAhmad Fatoum2019-11-111-16/+18
* watchdog: add timeout_cur parameter only when poller is enabledAhmad Fatoum2019-10-291-8/+9
* watchdog: rename timeout_curr to poller_timeout_curr internallyAhmad Fatoum2019-10-291-5/+5
* watchdog: export API to configure watchdogs by nameAhmad Fatoum2019-10-291-16/+24
* watchdog: export priority as device parameterAhmad Fatoum2019-10-241-0/+16
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* watchdog: core: check hwdev before use itAndreas Schmidt2018-04-251-2/+4
* watchdog: add watchdog pollerOleksij Rempel2018-03-261-6/+71
* watchdog: provide timeout_cur valueOleksij Rempel2018-03-231-0/+18
* watchdog: set some reasonable timeout_max value if no other is availableOleksij Rempel2018-03-231-1/+7
* watchdog: move max timeout test in to wd_coreOleksij Rempel2018-03-231-0/+6
* watchdog: register watchdog virtual device with short name wdogOleksij Rempel2018-03-231-0/+24
* watchdog: rename dev to hwdevSascha Hauer2018-03-221-2/+2
* watchdog: Give watchdogs a nameSascha Hauer2015-08-271-1/+14
* watchdog: Allow multiple watchdogsSascha Hauer2015-08-271-12/+45
* Add a simple watchdog frameworkJuergen Beisert2012-06-291-0/+57