| #
35e6c408 |
| 15-Oct-2025 |
Yann Gautier <yann.gautier@st.com> |
Merge "fix(scmi): change error code output for wrong ids" into integration
|
| #
48ec8d33 |
| 26-Sep-2025 |
scaria <s-kochidanadu@ti.com> |
fix(scmi): change error code output for wrong ids
This changes the error code output in the power and clock domain for a non-existing device and clock id from SCMI_INVALID_PARAMETER to SCMI_NOT_FOUN
fix(scmi): change error code output for wrong ids
This changes the error code output in the power and clock domain for a non-existing device and clock id from SCMI_INVALID_PARAMETER to SCMI_NOT_FOUND in accordance to the SCMI specification
Change-Id: Ica2a549635a8a52393bed38a5e35bd63a873a3d9 Signed-off-by: Scaria Kochidanadu <s-kochidanadu@ti.com>
show more ...
|
| #
e24ce2c1 |
| 29-Mar-2022 |
Joanna Farley <joanna.farley@arm.com> |
Merge "fix(scmi): use same type for message_id" into integration
|
| #
2355ebff |
| 14-Mar-2022 |
Schspa Shi <schspa@gmail.com> |
fix(scmi): use same type for message_id
The code declares different types of parameters.
static bool message_id_is_supported(unsigned int message_id); static bool message_id_is_supported(size_t mes
fix(scmi): use same type for message_id
The code declares different types of parameters.
static bool message_id_is_supported(unsigned int message_id); static bool message_id_is_supported(size_t message_id) { ... }
Signed-off-by: Schspa Shi <schspa@gmail.com> Change-Id: I7435d3b9309ea5fb5f8e3daa7173e09322184422
show more ...
|
| #
61b5243d |
| 22-Jul-2021 |
Madhukar Pappireddy <madhukar.pappireddy@arm.com> |
Merge changes from topic "scmi-power" into integration
* changes: fix(drivers/scmi-msg): entry: add weak functions feat(drivers/scmi-msg): add power domain protocol fix(drivers/scmi-msg): smt:
Merge changes from topic "scmi-power" into integration
* changes: fix(drivers/scmi-msg): entry: add weak functions feat(drivers/scmi-msg): add power domain protocol fix(drivers/scmi-msg): smt: fix build for aarch64
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 ...
|