mbox series

[v2,0/2] mailbox: pcc: export the PCC subspace type

Message ID 20230920064703.23543-1-lihuisong@huawei.com (mailing list archive)
Headers show
Series mailbox: pcc: export the PCC subspace type | expand

Message

lihuisong (C) Sept. 20, 2023, 6:47 a.m. UTC
Currently, it seems that the subspace type in all drivers used PCC is fixed
and not obtained from their platform.
And PCCT is a best natural way to export it.

v1->v2:
 - add one patch to use PCC subspace type in kunpeng_hccs

Huisong Li (2):
  mailbox: pcc: export the PCC subspace type
  soc: kunpeng_hccs: add the check for PCC subspace type

 drivers/mailbox/pcc.c                | 10 ++++------
 drivers/soc/hisilicon/kunpeng_hccs.c | 17 +++++++++++++++++
 include/acpi/pcc.h                   |  1 +
 3 files changed, 22 insertions(+), 6 deletions(-)