Re: [RESEND PATCH] ACPI: CPPC: Support PCC with interrupt flag

2016-09-26 Thread Rafael J. Wysocki
On Wednesday, September 14, 2016 10:54:58 AM Hoan Tran wrote: > For PCC mailbox with interrupt flag, CPPC should call mbox_chan_txdone() > function to notify the mailbox framework about TX completion. > > Signed-off-by: Hoan Tran > Reviewed-by: Prashanth Prakash > --- > drivers/acpi/cppc_acpi.c

[RESEND PATCH] ACPI: CPPC: Support PCC with interrupt flag

2016-09-14 Thread Hoan Tran
For PCC mailbox with interrupt flag, CPPC should call mbox_chan_txdone() function to notify the mailbox framework about TX completion. Signed-off-by: Hoan Tran Reviewed-by: Prashanth Prakash --- drivers/acpi/cppc_acpi.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dri