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)
Dec 23 2023, 3:33 AM
Unknown Object (File)
Dec 22 2023, 8:33 PM
Unknown Object (File)
Jul 4 2023, 3:14 PM
Unknown Object (File)
Jul 4 2023, 3:14 PM
Unknown Object (File)
Jul 2 2023, 3:34 AM
Unknown Object (File)
Jul 2 2023, 3:17 AM
Unknown Object (File)
May 15 2023, 7:08 AM
Unknown Object (File)
May 14 2023, 6:56 PM
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