summaryrefslogtreecommitdiff
path: root/test/dm/wdt.c
AgeCommit message (Expand)Author
2024-10-23test: dm: wdt: replace cyclic_run() by schedule()Rasmus Villemoes
2024-10-23watchdog: gpio_wdt: add support for stoppable devicesRasmus Villemoes
2024-08-26test: Rename unit-test flagsSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06test: Remove <common.h> and add needed includesTom Rini
2023-10-19sandbox: watchdog: Avoid an error on startupSimon Glass
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-07-21watchdog: add pulse support to gpio watchdog driverPaul Doelle
2021-08-31sandbox: add test of wdt-uclass' watchdog_reset()Rasmus Villemoes
2021-08-31sandbox: add test of wdt_gpio driverRasmus Villemoes
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-06-12test: wdt: Add a check that dev is not NULLSimon Glass
2017-05-08dm: Simple Watchdog uclass[email protected]