aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2020-04-24watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environmentCharles Frey1-1/+9
2020-04-15watchdog: sp805_wdt: get platform clock from dt fileRayagonda Kokatanur1-2/+13
2020-04-15watchdog: honour hw_margin_ms DT propertyRasmus Villemoes1-1/+10
2020-04-15watchdog: move initr_watchdog() to wdt-uclass.cRasmus Villemoes1-0/+33
2020-04-06watchdog: versal: Add support for Xilinx window watchdogAshok Reddy Soma3-0/+189
2020-04-06watchdog: cadence: Remove DECLARE_GLOBAL_DATA_PTR from driverMichal Simek1-2/+0
2020-03-16watchdog: Handle timer wrap aroundChris Packham1-1/+2
2020-03-13watchdog: Align Kconfig propertiesMichal Simek1-28/+28
2020-02-28watchdog: Don't select CONFIG_WATCHDOG and CONFIG_HW_WATCHDOG at the same timeChristophe Leroy1-0/+1
2020-02-28watchdog: mpc8xx: Revert the 8xx watchdog back to CONFIG_HW_WATCHDOGChristophe Leroy2-2/+2
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini5-0/+6
2020-02-07watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCsJason Li3-0/+148
2020-02-06Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2-24/+133
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass2-0/+2
2020-02-05dm: core: Require users of devres to include the headerSimon Glass4-0/+4
2020-02-05watchdog: designware: Optionally fetch clock and reset from DTMarek Vasut1-7/+33
2020-02-05watchdog: designware: Convert to DM and DT probingMarek Vasut2-24/+100
2020-02-04watchdog: omap_wdt: Fix WDT coding styleMarek Vasut1-22/+22
2020-02-04watchdog: omap_wdt: Fix WDT reloadingMarek Vasut1-0/+10
2020-02-04watchdog: omap_wdt: Fix WDT timeout configurationMarek Vasut1-1/+1
2020-02-03watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to KconfigMarek Vasut1-0/+7
2020-01-23watchdog: bcm6345: allow to use this driver on arm bcm68360Philippe Reynes1-1/+2
2020-01-17common: Move hang() to the same header as panic()Simon Glass3-0/+3
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass2-0/+2
2019-11-03watchdog: imx: Use immediate reset bits for expire_nowRobert Hancock1-7/+15
2019-11-03watchdog: imx: Add DT ext-reset handlingRobert Hancock1-6/+13
2019-10-08watchdog: move WATCHDOG_TIMEOUT_MSECS to KconfigHeiko Schocher1-0/+9
2019-09-19watchdog: omap_wdt: Fix WDT target reset when booted from emmcSuniel Mahesh1-1/+1
2019-09-12watchdog: sp805_wdt: add expire_now methodThomas Schaefer1-1/+9
2019-08-12watchdog: omap_wdt: Disable DM watchdog support in SPLSuniel Mahesh1-0/+7
2019-08-12watchdog: omap_wdt: Convert watchdog driver to use DT and DMSuniel Mahesh3-1/+123
2019-08-05watchdog: mtk_wdt: Cosmetic cleanup of latest changesStefan Roese1-9/+16
2019-08-05watchdog: bcm2835_wdt: Remove unused BCM283x watchdog driver and its referencesStefan Roese3-44/+0
2019-07-19watchdog: imx: Add DM supportMarek Vasut2-17/+104
2019-07-19watchdog: Split WDT from SPL_WDTMarek Vasut2-1/+8
2019-06-22watchdog: tangier: Convert to use WDT classAndy Shevchenko3-38/+54
2019-06-22watchdog: tangier: Replace unused constant with a commentAndy Shevchenko1-1/+6
2019-06-20Fix watchdog timeout setup for mt7623Shannon Barber1-7/+21
2019-06-20aspeed/watchdog: Correct timeout valueJoel Stanley1-0/+6
2019-06-06watchdog: stm32mp: Add watchdog driverPatrice Chotard3-0/+144
2019-06-06watchdog: Kconfig: Sort entry alphabeticallyPatrice Chotard1-48/+49
2019-05-22driver: watchdog: add sp805 watchdog supportQiang Zhao3-0/+135
2019-05-18watchdog: bcm6345: callback start use tick instead of msPhilippe Reynes1-5/+16
2019-05-04Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mipsTom Rini1-1/+1
2019-05-03mips: rename mach-mt7620 to mach-mtmipsWeijie Gao1-1/+1
2019-05-03watchdog: Kconfig: update WDT help messagePatrice Chotard1-1/+1
2019-04-26watchdog: at91sam9_wdt: Remove now superfluous wdt start and resetStefan Roese1-8/+0
2019-04-26watchdog: mpc8xx_wdt: Watchdog driver and macros cleanupStefan Roese3-5/+2
2019-04-26watchdog: cadence: Remove driver specific "timeout-sec" handlingStefan Roese1-9/+6
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese2-0/+27