summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/driver-macro' into masterSascha Hauer2020-10-142-10/+2
|\
| * treewide: Use driver macroSascha Hauer2020-09-292-10/+2
* | watchdog: fix division-by-zero when clock rate == 0Ahmad Fatoum2020-10-023-14/+28
|/
* Merge branch 'for-next/misc' into masterSascha Hauer2020-09-252-2/+2
|\
| * mfd: stpmic1: warn if reset reason detection failsAhmad Fatoum2020-09-141-1/+1
| * treewide: s/filed/failed/Sascha Hauer2020-08-241-1/+1
* | watchdog: fix watchdog_set_timeout breakage for drivers like imxwdAhmad Fatoum2020-08-201-1/+1
|/
* Merge branch 'for-next/watchdog'Sascha Hauer2020-07-271-0/+30
|\
| * startup: inhibit watchdogs on non-interactive autoboot abortAhmad Fatoum2020-06-231-0/+27
| * watchdog: permit `wd 0` for non-stoppable, but inactive, watchdogsAhmad Fatoum2020-06-231-0/+3
* | Merge branch 'for-next/misc'Sascha Hauer2020-07-272-23/+41
|\ \
| * | treewide: make use of PTR_ERR_OR_ZEROUwe Kleine-König2020-06-261-4/+1
| * | watchdog: f71808e: maintain watchdog timeout occurred flagAhmad Fatoum2020-06-171-19/+40
| |/
* / watchdog: add support for at91sam9/sama5 watchdogAhmad Fatoum2020-07-113-0/+116
|/
* poller: Give pollers a nameSascha Hauer2020-05-201-1/+1
* Merge branch 'for-next/mxs'Sascha Hauer2020-05-141-0/+9
|\
| * watchdog: i.MX28: Add device tree supportSascha Hauer2020-05-061-0/+9
* | drivers: mark first batch of compilable drivers for COMPILE_TESTAhmad Fatoum2020-05-081-9/+9
|/
* watchdog: kvx: Add kvx watchdog supportClement Leger2020-04-153-0/+101
* reset: stm32: migrate restart reason and handler from stm32_iwdgAhmad Fatoum2020-02-191-99/+0
* reset_source: migrate from reset_source_name to reset_source_to_stringAhmad Fatoum2020-02-192-2/+2
* watchdog: f71808e: only print reset reason if one's indicatedAhmad Fatoum2020-02-191-4/+4
* watchdog: dw_wdt: remove duplicated error messageAhmad Fatoum2020-02-121-1/+1
* watchdog: dw_wdt: inform user on missing reset control lineAhmad Fatoum2020-02-121-4/+6
* watchdog: dw_wdt: populate driver_d.nameAhmad Fatoum2020-02-121-0/+1
* watchdog: Fix error pathChristian Eggers2020-01-221-9/+21
* Merge branch 'for-next/watchdog'Sascha Hauer2019-12-104-18/+52
|\
| * watchdog: core: use new dev_add_param_tristate helper for .running paramAhmad Fatoum2019-12-051-8/+1
| * watchdog: stm32_iwdg: explicitly set .running to UNSUPPORTEDAhmad Fatoum2019-11-251-0/+1
| * watchdog: f71808e: support .running device parameterAhmad Fatoum2019-11-111-1/+6
| * watchdog: imxwd: support .running device parameter on i.MX2+Ahmad Fatoum2019-11-111-0/+14
| * 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: stm32_iwdg: return -ENOSYS on attempt to disableAhmad Fatoum2019-11-131-1/+1
* | mfd: stpmic1: use register define from headerAhmad Fatoum2019-11-131-16/+12
|/
* Merge branch 'for-next/watchdog'Sascha Hauer2019-11-074-26/+50
|\
| * 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: remove wrong uses of timeout_curAhmad Fatoum2019-10-292-2/+0
| * watchdog: export API to configure watchdogs by nameAhmad Fatoum2019-10-291-16/+24
| * watchdog: export priority as device parameterAhmad Fatoum2019-10-241-0/+16
| * watchdog: efi: bump down priority below defaultAhmad Fatoum2019-10-241-0/+1
* | mfd: stpmic1: use dev_get_regmap instead of priv memberAhmad Fatoum2019-11-061-1/+4
|/
* watchdog: add support for Fintek F718xx and, F818xx Super I/OAhmad Fatoum2019-10-143-0/+389
* Merge branch 'for-next/stm32'Sascha Hauer2019-09-123-0/+231
|\
| * watchdog: add support for STPMIC1 integrated watchdogAhmad Fatoum2019-09-093-0/+231
* | reset_source: drop reset_source_set_instance()Uwe Kleine-König2019-08-281-2/+1
|/
* watchdog: stm32_iwdg: remove left-over commentAhmad Fatoum2019-07-111-5/+0
* watchdog: add stm32 watchdog and reset driverAhmad Fatoum2019-06-193-0/+307
* watchdog: imx: Add big endian register access supportSascha Hauer2019-03-133-3/+12