aboutsummaryrefslogtreecommitdiff
path: root/drivers/sysreset/sysreset_sandbox.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-2/+2
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1
2020-11-05sandbox: implement resetHeinrich Schuchardt1-0/+3
2020-10-29sandbox: Drop ad-hoc device declarations in SPLSimon Glass1-0/+2
2019-08-19sysreset: switch to using SYSRESET_POWER_OFF for poweroffUrja Rannikko1-2/+2
2019-07-10sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass1-0/+1
2018-12-05sandbox: sysreset: Update to support power-on resetSimon Glass1-1/+7
2018-10-09sysreset: Add a way to find the last resetSimon Glass1-0/+15
2018-09-18test: Add tests for sysreset_get_statusMario Six1-0/+16
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-06-01dm: sandbox: sysreset: Convert driver to livetreeSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-08-12drivers/sysreset: group sysreset driversMax Filippov1-0/+101