mbox series

[RESEND,v4,0/2] mailbox: pcc: Support platform notification for type4 and shared interrupt

Message ID 20230801063827.25336-1-lihuisong@huawei.com (mailing list archive)
Headers show
Series mailbox: pcc: Support platform notification for type4 and shared interrupt | expand

Message

lihuisong (C) Aug. 1, 2023, 6:38 a.m. UTC
PCC supports processing platform notification for slave subspaces and
shared interrupt for multiple subspaces.

---
 -v4: add Reviewed-by.
 -v3: update requesting shared irq code due to pcc using mbox_bind_client.
 -v2: extract cmd complete code into a function.
      unrelated types regard chan_in_use as dummy.
 -v1: using subspace type to replace comm_flow_dir in patch [1/2]
 -rfc-v3: split V2 into two patches.
 -rfc-v2: don't use platform interrupt ack register to identify if the given
      channel should respond interrupt.

Huisong Li (2):
  mailbox: pcc: Add support for platform notification handling
  mailbox: pcc: Support shared interrupt for multiple subspaces

 drivers/mailbox/pcc.c | 91 +++++++++++++++++++++++++++++++++++++------
 1 file changed, 80 insertions(+), 11 deletions(-)

Comments

Sudeep Holla Aug. 1, 2023, 9:38 a.m. UTC | #1
Hi Rafael,

On Tue, Aug 01, 2023 at 02:38:25PM +0800, Huisong Li wrote:
> PCC supports processing platform notification for slave subspaces and
> shared interrupt for multiple subspaces.
>

These changes have missed last 2 merge window. Let us know if you can pull
this for v6.6 or you prefer to route this via mailbox.
lihuisong (C) Aug. 9, 2023, 11:44 a.m. UTC | #2
Hi Rafael,

kindly ping.


在 2023/8/1 17:38, Sudeep Holla 写道:
> Hi Rafael,
>
> On Tue, Aug 01, 2023 at 02:38:25PM +0800, Huisong Li wrote:
>> PCC supports processing platform notification for slave subspaces and
>> shared interrupt for multiple subspaces.
>>
> These changes have missed last 2 merge window. Let us know if you can pull
> this for v6.6 or you prefer to route this via mailbox.
>
lihuisong (C) Aug. 17, 2023, 6:50 a.m. UTC | #3
Hi Rafael,

Can you take a look at this series?
All be done. This series have missed two merge window.


在 2023/8/9 19:44, lihuisong (C) 写道:
> Hi Rafael,
>
> kindly ping.
>
>
> 在 2023/8/1 17:38, Sudeep Holla 写道:
>> Hi Rafael,
>>
>> On Tue, Aug 01, 2023 at 02:38:25PM +0800, Huisong Li wrote:
>>> PCC supports processing platform notification for slave subspaces and
>>> shared interrupt for multiple subspaces.
>>>
>> These changes have missed last 2 merge window. Let us know if you can 
>> pull
>> this for v6.6 or you prefer to route this via mailbox.
>>
> .
lihuisong (C) Aug. 26, 2023, 2:40 a.m. UTC | #4
kindly ping.

在 2023/8/17 14:50, lihuisong (C) 写道:
> Hi Rafael,
>
> Can you take a look at this series?
> All be done. This series have missed two merge window.
>
>
> 在 2023/8/9 19:44, lihuisong (C) 写道:
>> Hi Rafael,
>>
>> kindly ping.
>>
>>
>> 在 2023/8/1 17:38, Sudeep Holla 写道:
>>> Hi Rafael,
>>>
>>> On Tue, Aug 01, 2023 at 02:38:25PM +0800, Huisong Li wrote:
>>>> PCC supports processing platform notification for slave subspaces and
>>>> shared interrupt for multiple subspaces.
>>>>
>>> These changes have missed last 2 merge window. Let us know if you 
>>> can pull
>>> this for v6.6 or you prefer to route this via mailbox.
>>>
>> .
>
> .
lihuisong (C) Aug. 28, 2023, 1:03 a.m. UTC | #5
Hi Robbie,

If this series is good for you, can you give it Tested-by?

/Huisong


在 2023/8/26 20:21, Robbie King 写道:
> We also need this patch upstreamed.
>
> Thanks!
>
>
> ------------------------------------------------------------------------
> *From:* lihuisong (C) <lihuisong@huawei.com>
> *Sent:* Friday, August 25, 2023 10:40:33 PM
> *To:* rafael@kernel.org <rafael@kernel.org>; 
> rafael.j.wysocki@intel.com <rafael.j.wysocki@intel.com>
> *Cc:* Robbie King <robbiek@xsightlabs.com>; guohanjun@huawei.com 
> <guohanjun@huawei.com>; linux-acpi@vger.kernel.org 
> <linux-acpi@vger.kernel.org>; linux-kernel@vger.kernel.org 
> <linux-kernel@vger.kernel.org>; wanghuiqiang@huawei.com 
> <wanghuiqiang@huawei.com>; zhangzekun11@huawei.com 
> <zhangzekun11@huawei.com>; wangxiongfeng2@huawei.com 
> <wangxiongfeng2@huawei.com>; tanxiaofei@huawei.com 
> <tanxiaofei@huawei.com>; wangkefeng.wang@huawei.com 
> <wangkefeng.wang@huawei.com>; liuyonglong@huawei.com 
> <liuyonglong@huawei.com>; Sudeep Holla <sudeep.holla@arm.com>
> *Subject:* Re: [PATCH RESEND v4 0/2] mailbox: pcc: Support platform 
> notification for type4 and shared interrupt
>
> kindly ping.
>
> 在 2023/8/17 14:50, lihuisong (C) 写道:
> > Hi Rafael,
> >
> > Can you take a look at this series?
> > All be done. This series have missed two merge window.
> >
> >
> > 在 2023/8/9 19:44, lihuisong (C) 写道:
> >> Hi Rafael,
> >>
> >> kindly ping.
> >>
> >>
> >> 在 2023/8/1 17:38, Sudeep Holla 写道:
> >>> Hi Rafael,
> >>>
> >>> On Tue, Aug 01, 2023 at 02:38:25PM +0800, Huisong Li wrote:
> >>>> PCC supports processing platform notification for slave subspaces and
> >>>> shared interrupt for multiple subspaces.
> >>>>
> >>> These changes have missed last 2 merge window. Let us know if you
> >>> can pull
> >>> this for v6.6 or you prefer to route this via mailbox.
> >>>
> >> .
> >
> > .
>
Sudeep Holla Aug. 29, 2023, 9:55 a.m. UTC | #6
Hi Rafael,

On Tue, Aug 01, 2023 at 10:38:31AM +0100, Sudeep Holla wrote:
> Hi Rafael,
> 
> On Tue, Aug 01, 2023 at 02:38:25PM +0800, Huisong Li wrote:
> > PCC supports processing platform notification for slave subspaces and
> > shared interrupt for multiple subspaces.
> >
> 
> These changes have missed last 2 merge window. Let us know if you can pull
> this for v6.6 or you prefer to route this via mailbox.
> 

Sorry for the nag. Do you prefer pull request for this ? Since it was just 2
patch I didn't add that option before. Let me know.
Sudeep Holla Sept. 21, 2023, 1:52 p.m. UTC | #7
On Tue, 01 Aug 2023 14:38:25 +0800, Huisong Li wrote:
> PCC supports processing platform notification for slave subspaces and
> shared interrupt for multiple subspaces.
> 

Applied to sudeep.holla/linux (for-next/pcc/updates), thanks!

[1/2] mailbox: pcc: Add support for platform notification handling
      https://git.kernel.org/sudeep.holla/c/60c40b06fa68
[2/2] mailbox: pcc: Support shared interrupt for multiple subspaces
      https://git.kernel.org/sudeep.holla/c/3db174e478cb
--
Regards,
Sudeep