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

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

2016-09-14 Thread Hoan Tran
On Wed, Sep 14, 2016 at 9:49 AM, Rafael J. Wysocki wrote: > On Wednesday, September 14, 2016 08:45:14 AM Hoan Tran wrote: >> On Tue, Aug 30, 2016 at 11:20 AM, Hoan Tran wrote: >> > On Thu, Jul 21, 2016 at 2:07 PM, Hoan Tran wrote: >> >> For PCC mailbox with interrupt flag, CPPC should call mbox_

[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

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

2016-09-14 Thread Rafael J. Wysocki
On Wednesday, September 14, 2016 08:45:14 AM Hoan Tran wrote: > On Tue, Aug 30, 2016 at 11:20 AM, Hoan Tran wrote: > > On Thu, Jul 21, 2016 at 2:07 PM, Hoan Tran wrote: > >> For PCC mailbox with interrupt flag, CPPC should call mbox_chan_txdone() > >> function to notify the mailbox framework abou

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

2016-09-14 Thread Prakash, Prashanth
Hi Hoan, On 8/30/2016 12:20 PM, Hoan Tran wrote: > On Thu, Jul 21, 2016 at 2:07 PM, 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 >> --- >> This patch is

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

2016-09-14 Thread Hoan Tran
On Tue, Aug 30, 2016 at 11:20 AM, Hoan Tran wrote: > On Thu, Jul 21, 2016 at 2:07 PM, 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 >> --- >> This patch

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

2016-08-30 Thread Hoan Tran
On Thu, Jul 21, 2016 at 2:07 PM, 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 > --- > This patch is tested on top and depends on patch[1]: > [1] http://www.s

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

2016-07-21 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 --- This patch is tested on top and depends on patch[1]: [1] http://www.spinics.net/lists/linux-acpi/msg66041.html - [PATCH v3] mailbox: