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@xxxxxxxxxx/ Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxxxxx>