Page MenuHomeFreeBSD

Add syscon power and reset control device driver
ClosedPublic

Authored by jrtc27 on Jul 19 2020, 6:25 PM.
Tags
None
Referenced Files
F148793145: D25724.id74653.diff
Fri, Mar 20, 6:17 AM
F148793128: D25724.id74653.diff
Fri, Mar 20, 6:17 AM
Unknown Object (File)
Sun, Mar 15, 2:29 PM
Unknown Object (File)
Jan 16 2026, 9:37 AM
Unknown Object (File)
Jan 7 2026, 10:08 PM
Unknown Object (File)
Jan 7 2026, 12:19 AM
Unknown Object (File)
Jan 6 2026, 6:08 AM
Unknown Object (File)
Dec 30 2025, 8:45 AM
Subscribers

Details

Summary

This device driver supports both syscon-power and syscon-reset devices,
as specified in [1] and [2]. These provide a very simple interface for
power and reset control, and among other things are used by QEMU's virt
machine on RISC-V. A separate commit will enable this on RISC-V, as that
requires adding a RISC-V-specific riscv_syscon akin to r327936's
aw_syscon.

[1] https://www.kernel.org/doc/Documentation/devicetree/bindings/power/reset/syscon-poweroff.txt
[2] https://www.kernel.org/doc/Documentation/devicetree/bindings/power/reset/syscon-reboot.txt

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 32414
Build 29891: arc lint + arc unit