Add an SCMI transport driver based on the virtio-scmi backend.
Sponsored by: Arm Ltd
Differential D43048
scmi: Add an SCMI VirtIO transport driver cristian.marussi_arm.com on Dec 13 2023, 6:38 PM. Authored by Tags None Referenced Files
Details
Add an SCMI transport driver based on the virtio-scmi backend. Sponsored by: Arm Ltd
Diff Detail
Event TimelineComment Actions Just as a general comment - some of the device_printf() look potentially spammy and may be better as either guarded by bootverbose or debug macros.
Comment Actions Using mallocarray and dropping empty interface method Using mallocarray and avoding to check the retval since called as M_WAITOK. |