Re: [PATCH 2/3] mailbox: sprd: Add supplementary inbox support

2021-02-09 Thread Baolin Wang
On Tue, Feb 9, 2021 at 12:09 PM Orson Zhai wrote: > > On Mon, Feb 08, 2021 at 10:27:47PM +0800, Baolin Wang wrote: > > On Mon, Feb 8, 2021 at 7:52 PM Orson Zhai wrote: > > > > > > From: Orson Zhai > > > > > > Some sensors connected to Unisoc mailbox will send data very frequently. > > > This mak

Re: [PATCH 2/3] mailbox: sprd: Add supplementary inbox support

2021-02-08 Thread Orson Zhai
On Mon, Feb 08, 2021 at 10:27:47PM +0800, Baolin Wang wrote: > On Mon, Feb 8, 2021 at 7:52 PM Orson Zhai wrote: > > > > From: Orson Zhai > > > > Some sensors connected to Unisoc mailbox will send data very frequently. > > This makes channel 0 very busy and the messages from other remote cores > >

Re: [PATCH 2/3] mailbox: sprd: Add supplementary inbox support

2021-02-08 Thread Baolin Wang
On Mon, Feb 8, 2021 at 7:52 PM Orson Zhai wrote: > > From: Orson Zhai > > Some sensors connected to Unisoc mailbox will send data very frequently. > This makes channel 0 very busy and the messages from other remote cores > not able to be handled as soon as possible. > > Then a supplementary inbox

[PATCH 2/3] mailbox: sprd: Add supplementary inbox support

2021-02-08 Thread Orson Zhai
From: Orson Zhai Some sensors connected to Unisoc mailbox will send data very frequently. This makes channel 0 very busy and the messages from other remote cores not able to be handled as soon as possible. Then a supplementary inbox is added to the host core side for transferring mass but not em