Allow the SCMI clock frequency to be queried back, useful for testing
the IRQ path via sysctl access.
Sponsored by: Arm Ltd
Differential D43038
scmi: Implement scmi_clknode_recalc_freq method cristian.marussi_arm.com on Dec 13 2023, 6:37 PM. Authored by Tags None Referenced Files
Subscribers
Details
Allow the SCMI clock frequency to be queried back, useful for testing Sponsored by: Arm Ltd
Diff Detail
Event TimelineComment Actions SCMI: Add support for multiple transports and add VirtIO/SMC transports"A Summary of what is going on with this series/stack."The current freeBSD SCMI stack supports some basic SCMI v3.1 functionalities In order to improve/extend the freeBSD SCMI support, it proves useful to In other words, SCMI VirtIO support eases further development and VirtIO SCMI device definition and behaviour is specified in the VirtIO https://docs.oasis-open.org/virtio/virtio/v1.2/csd01/virtio-v1.2-csd01.pdf In order to enable SCMI VirtIO this series mainly:
Each patch has been tested for regression on an ARM Morello board to verify The new SCMI VirtIO transport has been tested in a virtualized environment The new SCMI SMC transport is untested as of now. |