Message ID | 20241130-topic-idle_state_name-v1-0-d0ff67b0c8e9@oss.qualcomm.com |
---|---|
Headers | show |
Series | Allow naming pmdomain idle states | expand |
On Sat, 30 Nov 2024 at 17:39, Konrad Dybcio <konradybcio@kernel.org> wrote: > > Inspired by [1], add support for naming pmdomain idle states. > This only affects debugfs output. > > [1] https://lore.kernel.org/linux-arm-msm/20241014161631.1527918-2-robh@kernel.org/ > > Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> > --- > Konrad Dybcio (2): > dt-bindings: power: domain-idle-state: Allow idle-state-name > pmdomain: core: Support naming idle states > > .../devicetree/bindings/power/domain-idle-state.yaml | 5 +++++ > drivers/pmdomain/core.c | 15 ++++++++++++--- > include/linux/pm_domain.h | 1 + > 3 files changed, 18 insertions(+), 3 deletions(-) > --- > base-commit: f486c8aa16b8172f63bddc70116a0c897a7f3f02 > change-id: 20241130-topic-idle_state_name-e119caa0069e > > Best regards, > -- > Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> > The series applied for next, thanks! Kind regards Uffe
Inspired by [1], add support for naming pmdomain idle states. This only affects debugfs output. [1] https://lore.kernel.org/linux-arm-msm/20241014161631.1527918-2-robh@kernel.org/ Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> --- Konrad Dybcio (2): dt-bindings: power: domain-idle-state: Allow idle-state-name pmdomain: core: Support naming idle states .../devicetree/bindings/power/domain-idle-state.yaml | 5 +++++ drivers/pmdomain/core.c | 15 ++++++++++++--- include/linux/pm_domain.h | 1 + 3 files changed, 18 insertions(+), 3 deletions(-) --- base-commit: f486c8aa16b8172f63bddc70116a0c897a7f3f02 change-id: 20241130-topic-idle_state_name-e119caa0069e Best regards,