summaryrefslogtreecommitdiff
path: root/sys/dev/firmware/arm/scmi.h
AgeCommit message (Expand)Author
2025-06-04scmi: Add sysctl transport propertiesCristian Marussi
2025-06-04scmi: Add optional asynchronous handling of repliesCristian Marussi
2025-06-04scmi: Refactor scmi_request internal logicCristian Marussi
2025-06-04scmi: Add helper to manipulate scmi_msg descriptorsCristian Marussi
2025-06-04scmi: Add devicetree transport propertiesCristian Marussi
2025-06-04scmi: Redefine max message payload sizeCristian Marussi
2025-06-04scmi: Make transports report the effective length of the received messagesCristian Marussi
2025-06-04Revert "scmi: Make transports report the effective length of the received mes...Andrew Turner
2025-06-04Revert "scmi: Redefine max message payload size"Andrew Turner
2025-06-04Revert "scmi: Add devicetree transport properties"Andrew Turner
2025-06-04Revert "scmi: Add helper to manipulate scmi_msg descriptors"Andrew Turner
2025-06-04Revert "scmi: Refactor scmi_request internal logic"Andrew Turner
2025-06-04Revert "scmi: Add optional asynchronous handling of replies"Andrew Turner
2025-06-04Revert "scmi: Add sysctl transport properties"Andrew Turner
2025-01-23scmi: Add sysctl transport propertiesCristian Marussi
2025-01-23scmi: Add optional asynchronous handling of repliesCristian Marussi
2025-01-23scmi: Refactor scmi_request internal logicCristian Marussi
2025-01-23scmi: Add helper to manipulate scmi_msg descriptorsCristian Marussi
2025-01-23scmi: Add devicetree transport propertiesCristian Marussi
2025-01-23scmi: Redefine max message payload sizeCristian Marussi
2025-01-23scmi: Make transports report the effective length of the received messagesCristian Marussi
2024-04-11scmi: Add an SCMI VirtIO transport driverCristian Marussi
2024-04-11scmi: Introduce a new SCMI API and port CLK SCMI driver to itCristian Marussi
2024-04-11scmi: Add SCMI message tracking and centralize tx/rx logicCristian Marussi
2024-04-11scmi: Add new SCMI interfaces for init and message processingCristian Marussi
2024-04-11scmi: Extend and refactor SCMI shmem supportCristian Marussi
2024-04-11scmi: Split out the SCMI mailbox to a new fileAndrew Turner
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-12-19Add support for ARM System Control and Management Interface (SCMI) v3.1.Ruslan Bukin