aboutsummaryrefslogtreecommitdiff
path: root/Documentation/ABI/testing/debugfs-scmi-raw
AgeCommit message (Collapse)AuthorFilesLines
2023-01-20firmware: arm_scmi: Clarify raw per-channel ABI documentationCristian Marussi1-2/+10
Explain more in detail how the per-channel <m> identifier is chosen. Suggested-by: Vincent Guittot <[email protected]> Signed-off-by: Cristian Marussi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sudeep Holla <[email protected]>
2023-01-20firmware: arm_scmi: Add per-channel raw injection supportCristian Marussi1-0/+43
On a system configured with multiple transport channels, expose a few additional debugfs per-channel entries to allow a user to explicitly select which transport channel to use for the SCMI message injection. Signed-off-by: Cristian Marussi <[email protected]> Tested-by: Florian Fainelli <[email protected]> Tested-by: Vincent Guittot <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sudeep Holla <[email protected]>
2023-01-20firmware: arm_scmi: Add debugfs ABI documentation for raw modeCristian Marussi1-0/+66
Add description of the debugfs SCMI raw mode ABI. Signed-off-by: Cristian Marussi <[email protected]> Tested-by: Florian Fainelli <[email protected]> Tested-by: Vincent Guittot <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sudeep Holla <[email protected]>