All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ACPI: PCC: add waiting timeout and fix Tx done interface
@ 2022-09-20  9:44 Huisong Li
  2022-09-20  9:44 ` [PATCH 1/2] ACPI: PCC: replace wait_for_completion() Huisong Li
  2022-09-20  9:45 ` [PATCH 2/2] ACPI: PCC: fix Tx done interface in handler Huisong Li
  0 siblings, 2 replies; 8+ messages in thread
From: Huisong Li @ 2022-09-20  9:44 UTC (permalink / raw)
  To: linux-acpi, linux-kernel
  Cc: rafael, sudeep.holla, rafael.j.wysocki, wanghuiqiang, huangdaode,
	lihuisong

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(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-09-22 19:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-20  9:44 [PATCH 0/2] ACPI: PCC: add waiting timeout and fix Tx done interface Huisong Li
2022-09-20  9:44 ` [PATCH 1/2] ACPI: PCC: replace wait_for_completion() Huisong Li
2022-09-21 15:47   ` Sudeep Holla
2022-09-22  2:29     ` lihuisong (C)
2022-09-20  9:45 ` [PATCH 2/2] ACPI: PCC: fix Tx done interface in handler Huisong Li
2022-09-21 15:43   ` Sudeep Holla
2022-09-22  2:30     ` lihuisong (C)
2022-09-22 19:10     ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.