summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/watchdog.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* sandbox: watchdog: handle missing stickypage gracefullyAhmad Fatoum2023-05-021-18/+10
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-2/+3
* sandbox: fix probe order dependency between watchdog and powerAhmad Fatoum2021-07-181-8/+6
* sandbox: use nvmem on top of stickypage for reset reasonAhmad Fatoum2021-06-211-10/+10
* sandbox: watchdog: don't return positive values from set_timeoutAhmad Fatoum2021-05-031-1/+2
* sandbox: add watchdog driverAhmad Fatoum2020-10-131-0/+84