| #
958e071f |
| 27-Oct-2025 |
Manish Pandey <manish.pandey2@arm.com> |
Merge "feat(scmi): add support for discovering and changing parent clocks" into integration
|
| #
684952d1 |
| 27-Dec-2024 |
Kamlesh Gurudasani <kamlesh@ti.com> |
feat(scmi): add support for discovering and changing parent clocks
Add base support for discovering and changing parent clocks
This is the part of SCMI platform design document version 3.2, which i
feat(scmi): add support for discovering and changing parent clocks
Add base support for discovering and changing parent clocks
This is the part of SCMI platform design document version 3.2, which introduces SCMI clock protocol version 3.0
Add mandatory support for CLOCK_CONFIG_GET which is needed for SCMI clock protocol version 3.0
Also, add support for clock_enable_delay parameter which got introduced as new parameter in return values for command CLOCK_ATTRIBUTES in same SCMI Platform design document v3.2
Change-Id: Ie5cba83dad27bf1e3b51c11c0218259a44c1af59 Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
show more ...
|
| #
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 ...
|
| #
88b2d813 |
| 06-Sep-2023 |
Yann Gautier <yann.gautier@st.com> |
Merge "fix(scmi): add parameter for plat_scmi_clock_rates_array" into integration
|
| #
ca9d6edc |
| 26-Jun-2023 |
XiaoDong Huang <derrick.huang@rock-chips.com> |
fix(scmi): add parameter for plat_scmi_clock_rates_array
Pass "start_idx" to plat_scmi_clock_rates_array. This parameter is required to obtain the rate table a second time.
Signed-off-by: XiaoDong
fix(scmi): add parameter for plat_scmi_clock_rates_array
Pass "start_idx" to plat_scmi_clock_rates_array. This parameter is required to obtain the rate table a second time.
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com> Change-Id: I97c6751e7d34c839ced8f22bddc39fb534978cc4
show more ...
|
| #
4bd8c929 |
| 09-May-2023 |
Manish Pandey <manish.pandey2@arm.com> |
Merge changes I1bfa797e,I0ec7a70e into integration
* changes: fix(tree): correct some typos fix(rockchip): use semicolon instead of comma
|
| #
1b491eea |
| 13-Feb-2023 |
Elyes Haouas <ehaouas@noos.fr> |
fix(tree): correct some typos
found using codespell (https://github.com/codespell-project/codespell).
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I1bfa797e3460adddeefa916bb68e22beddaf6
fix(tree): correct some typos
found using codespell (https://github.com/codespell-project/codespell).
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I1bfa797e3460adddeefa916bb68e22beddaf6373
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 ...
|
| #
26dccba6 |
| 27-Jan-2021 |
Madhukar Pappireddy <madhukar.pappireddy@arm.com> |
Merge changes from topic "scmi-msg" into integration
* changes: doc: maintainers: add scmi server drivers: move scmi-msg out of st
|
| #
b4734308 |
| 20-Jan-2021 |
Peng Fan <peng.fan@nxp.com> |
drivers: move scmi-msg out of st
Make the scmi-msg driver reused by others.
Signed-off-by: Peng Fan <peng.fan@nxp.com> Change-Id: I5bc35fd4dab70f45c09b8aab65af4209cf23b124
|