summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorChangwoo Min <changwoo@igalia.com>2026-01-08 14:32:11 +0900
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-01-09 21:44:46 +0100
commitd29b900cf412c31f18bab67d04db619f64acb43d (patch)
tree0dc4f1d90e957e7c41b1a7b234cc5c171c6d03ad /Documentation
parentcaa07a815d6ee32586beb66f67e7e3c103a02efd (diff)
PM: EM: Change cpus' type from string to u64 array in the EM YNL spec
Previously, the cpus attribute was a string format which was a "%*pb" stringification of a bitmap. That is not very consumable for a UAPI, so let’s change it to an u64 array of CPU ids. Suggested-by: Donald Hunter <donald.hunter@gmail.com> Reviewed-by: Lukasz Luba <lukasz.luba@arm.com> Reviewed-by: Donald Hunter <donald.hunter@gmail.com> Signed-off-by: Changwoo Min <changwoo@igalia.com> Link: https://patch.msgid.link/20260108053212.642478-4-changwoo@igalia.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/netlink/specs/dev-energymodel.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/netlink/specs/dev-energymodel.yaml b/Documentation/netlink/specs/dev-energymodel.yaml
index cbc4bc38f23c..af8b8f72f722 100644
--- a/Documentation/netlink/specs/dev-energymodel.yaml
+++ b/Documentation/netlink/specs/dev-energymodel.yaml
@@ -73,7 +73,8 @@ attribute-sets:
enum: perf-domain-flags
-
name: cpus
- type: string
+ type: u64
+ multi-attr: true
doc: >-
CPUs that belong to this performance domain.
-