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
Unknown Object (File)
Sat, Jan 25, 7:50 PM
Unknown Object (File)
Sat, Jan 25, 7:41 PM
Unknown Object (File)
Dec 12 2024, 6:10 PM
Unknown Object (File)
Oct 20 2024, 4:20 AM
Unknown Object (File)
Oct 20 2024, 3:48 AM
Unknown Object (File)
Oct 3 2024, 1:54 AM
Unknown Object (File)
Oct 2 2024, 12:44 PM
Unknown Object (File)
Oct 2 2024, 9:20 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable