mbox series

[0/2] ACPI: PCC: add waiting timeout and fix Tx done interface

Message ID 20220920094500.11283-1-lihuisong@huawei.com
Headers show
Series ACPI: PCC: add waiting timeout and fix Tx done interface | expand

Message

lihuisong (C) Sept. 20, 2022, 9:44 a.m. UTC
This patchset is used to fix following problems:
1) method execution may be blocked in abnormal case.
2) a error log when command is executed successfully.

Huisong Li (2):
  ACPI: PCC: replace wait_for_completion()
  ACPI: PCC: fix Tx done interface in handler

 drivers/acpi/acpi_pcc.c | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)