| cad90b56 | 12-May-2022 |
Etienne Carriere <etienne.carriere@linaro.org> |
fix(scmi-msg): base: fix protocol list querying
Corrects the function reporting the SCMI protocols supported by the platform to not assume 8 protocol IDs at most can be returned. Indeed the number o
fix(scmi-msg): base: fix protocol list querying
Corrects the function reporting the SCMI protocols supported by the platform to not assume 8 protocol IDs at most can be returned. Indeed the number of protocol IDs returned depends on the SCMI output buffer size.
Change-Id: Idafbe02d2b25b3bcacaf25977c560c0ac5bb8d62 Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
show more ...
|
| b3c8fd5d | 11-Jun-2021 |
Peng Fan <peng.fan@nxp.com> |
fix(drivers/scmi-msg): entry: add weak functions
One platform may not implement all the protocols, to avoid build break when we not include all the protocols, add weak functions.
Reviewed-by: Jacky
fix(drivers/scmi-msg): entry: add weak functions
One platform may not implement all the protocols, to avoid build break when we not include all the protocols, add weak functions.
Reviewed-by: Jacky Bai <ping.bai@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Change-Id: I1485baa2e8f381cb0eede1a7b93ed10e49934971
show more ...
|
| 7e4833cd | 09-Jun-2021 |
Peng Fan <peng.fan@nxp.com> |
feat(drivers/scmi-msg): add power domain protocol
Add SCMI power domain protocol, with POWER_STATE_NOTIFY and POWER_STATE_CHANGE_REQUESTED_NOTIFY not implemented.
Reviewed-by: Jacky Bai <ping.bai@n
feat(drivers/scmi-msg): add power domain protocol
Add SCMI power domain protocol, with POWER_STATE_NOTIFY and POWER_STATE_CHANGE_REQUESTED_NOTIFY not implemented.
Reviewed-by: Jacky Bai <ping.bai@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Change-Id: Ia7c4db57c4c702667f8eaa630c924016e4a8bde0
show more ...
|