Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1483516

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

From Hoan Tran <hotran@apm.com>
Newsgroups linux.kernel
Subject Re: [PATCH] ACPI: CPPC: Support PCC with interrupt flag
Date 2016-09-14 20:00 +0200
Message-ID <shmDw-3Sa-27@gated-at.bofh.it> (permalink)
References <rXtoe-4vY-17@gated-at.bofh.it> <sbVXj-8sN-15@gated-at.bofh.it> <shkBI-2Dg-1@gated-at.bofh.it> <shlxM-3gE-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Sep 14, 2016 at 9:49 AM, Rafael J. Wysocki <rjw@rjwysocki.net> wrote:
> On Wednesday, September 14, 2016 08:45:14 AM Hoan Tran wrote:
>> On Tue, Aug 30, 2016 at 11:20 AM, Hoan Tran <hotran@apm.com> wrote:
>> > On Thu, Jul 21, 2016 at 2:07 PM, Hoan Tran <hotran@apm.com> 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 <hotran@apm.com>
>> >> ---
>> >> This patch is tested on top and depends on patch[1]:
>> >> [1] http://www.spinics.net/lists/linux-acpi/msg66041.html
>> >>  - [PATCH v3] mailbox: pcc: Support HW-Reduced Communication Subspace type 2
>> >>
>> >>  drivers/acpi/cppc_acpi.c | 6 +++++-
>> >>  1 file changed, 5 insertions(+), 1 deletion(-)
>> >>
>> >> diff --git a/drivers/acpi/cppc_acpi.c b/drivers/acpi/cppc_acpi.c
>> >> index 2e98173..19606aa 100644
>> >> --- a/drivers/acpi/cppc_acpi.c
>> >> +++ b/drivers/acpi/cppc_acpi.c
>> >> @@ -191,7 +191,11 @@ static int send_pcc_cmd(u16 cmd)
>> >>                         last_cmd_cmpl_time = ktime_get();
>> >>         }
>> >>
>> >> -       mbox_client_txdone(pcc_channel, ret);
>> >> +       if (pcc_channel->mbox->txdone_irq)
>> >> +               mbox_chan_txdone(pcc_channel, ret);
>> >> +       else
>> >> +               mbox_client_txdone(pcc_channel, ret);
>> >> +
>> >>         return ret;
>> >>  }
>> >>
>> >> --
>> >> 1.9.1
>> >>
>> >
>> > Any feedbacks.
>> >
>> > Thanks
>> > Hoan
>>
>> Hi Rafael,
>>
>> Do you have any comments on this patch ?
>
> No, but can you please resend it (with the Reviewed-by tag from Prashanth,
> preferably)?  And please make sure it applies on my linux-next branch.

Hi Rafael,

I just resent the patch with Reviewed-by tag

Thanks
Hoan

>
> Thanks,
> Rafael
>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: [PATCH] ACPI: CPPC: Support PCC with interrupt flag Hoan Tran <hotran@apm.com> - 2016-09-14 17:50 +0200
  Re: [PATCH] ACPI: CPPC: Support PCC with interrupt flag "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-09-14 18:50 +0200
    Re: [PATCH] ACPI: CPPC: Support PCC with interrupt flag Hoan Tran <hotran@apm.com> - 2016-09-14 20:00 +0200

csiph-web