| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-11-23 | firmware: arm_scpi: Move power-domain driver to the pmdomain dir | Sudeep Holla | 1 | -0/+1 | |
| To simplify with maintenance let's move the Arm SCPI power-domain driver to the new pmdomain directory. Note this is different from and precedes the new Arm SCMI protocol. Signed-off-by: Sudeep Holla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]> | |||||
| 2023-09-21 | firmware: arm_scmi: Move power-domain driver to the pmdomain dir | Sudeep Holla | 1 | -0/+1 | |
| To simplify with maintenance let's move the Arm SCMI power-domain driver to the new pmdomain directory. Link: https://lore.kernel.org/all/[email protected] Reviewed-by: Ulf Hansson <[email protected]> Cc: Cristian Marussi <[email protected]> Signed-off-by: Sudeep Holla <[email protected]> | |||||
| 2023-09-21 | pmdomain: arm: Add the SCMI performance domain | Ulf Hansson | 1 | -0/+3 | |
| To enable support for performance scaling (DVFS) for generic devices with the SCMI performance protocol, let's add an SCMI performance domain. This is being modelled as a genpd provider, with support for performance scaling through genpd's ->set_performance_state() callback. Note that, this adds the initial support that allows consumer drivers for attached devices, to vote for a new performance state via calling the dev_pm_genpd_set_performance_state(). However, this should be avoided as it's in most cases preferred to use the OPP library to vote for a new OPP instead. The support using the OPP library isn't part of this change, but needs to be implemented from subsequent changes. Signed-off-by: Ulf Hansson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sudeep Holla <[email protected]> | |||||