Re: [PATCH 3/4] memory: mtk-smi: Add sleep ctrl function

2021-12-09 Thread AngeloGioacchino Del Regno
Il 08/12/21 03:42, Yong Wu ha scritto: On Tue, 2021-12-07 at 13:16 +0100, AngeloGioacchino Del Regno wrote: Il 07/12/21 13:10, Yong Wu ha scritto: On Tue, 2021-12-07 at 09:56 +0100, AngeloGioacchino Del Regno wrote: Il 07/12/21 07:24, Yong Wu ha scritto: Hi AngeloGioacchino, Thanks for your

Re: [PATCH 3/4] memory: mtk-smi: Add sleep ctrl function

2021-12-07 Thread Yong Wu
On Tue, 2021-12-07 at 13:16 +0100, AngeloGioacchino Del Regno wrote: > Il 07/12/21 13:10, Yong Wu ha scritto: > > On Tue, 2021-12-07 at 09:56 +0100, AngeloGioacchino Del Regno > > wrote: > > > Il 07/12/21 07:24, Yong Wu ha scritto: > > > > Hi AngeloGioacchino, > > > > > > > > Thanks for your

Re: [PATCH 3/4] memory: mtk-smi: Add sleep ctrl function

2021-12-07 Thread AngeloGioacchino Del Regno
Il 07/12/21 13:10, Yong Wu ha scritto: On Tue, 2021-12-07 at 09:56 +0100, AngeloGioacchino Del Regno wrote: Il 07/12/21 07:24, Yong Wu ha scritto: Hi AngeloGioacchino, Thanks for your review. On Mon, 2021-12-06 at 16:08 +0100, AngeloGioacchino Del Regno wrote: Il 03/12/21 07:40, Yong Wu ha

Re: [PATCH 3/4] memory: mtk-smi: Add sleep ctrl function

2021-12-07 Thread Yong Wu
On Tue, 2021-12-07 at 09:56 +0100, AngeloGioacchino Del Regno wrote: > Il 07/12/21 07:24, Yong Wu ha scritto: > > Hi AngeloGioacchino, > > > > Thanks for your review. > > > > On Mon, 2021-12-06 at 16:08 +0100, AngeloGioacchino Del Regno > > wrote: > > > Il 03/12/21 07:40, Yong Wu ha scritto: > >

Re: [PATCH 3/4] memory: mtk-smi: Add sleep ctrl function

2021-12-07 Thread AngeloGioacchino Del Regno
Il 07/12/21 07:24, Yong Wu ha scritto: Hi AngeloGioacchino, Thanks for your review. On Mon, 2021-12-06 at 16:08 +0100, AngeloGioacchino Del Regno wrote: Il 03/12/21 07:40, Yong Wu ha scritto: sleep control means that when the larb go to sleep, we should wait a bit until all the current

Re: [PATCH 3/4] memory: mtk-smi: Add sleep ctrl function

2021-12-06 Thread Yong Wu
Hi AngeloGioacchino, Thanks for your review. On Mon, 2021-12-06 at 16:08 +0100, AngeloGioacchino Del Regno wrote: > Il 03/12/21 07:40, Yong Wu ha scritto: > > sleep control means that when the larb go to sleep, we should wait > > a bit > > until all the current commands are finished. thus, when

Re: [PATCH 3/4] memory: mtk-smi: Add sleep ctrl function

2021-12-06 Thread AngeloGioacchino Del Regno
Il 03/12/21 07:40, Yong Wu ha scritto: sleep control means that when the larb go to sleep, we should wait a bit until all the current commands are finished. thus, when the larb runtime suspend, we need enable this function to wait until all the existed command are finished. when the larb resume,

Re: [PATCH 3/4] memory: mtk-smi: Add sleep ctrl function

2021-12-06 Thread Yong Wu
On Sat, 2021-12-04 at 12:48 +0100, Krzysztof Kozlowski wrote: > On 03/12/2021 07:40, Yong Wu wrote: > > sleep control means that when the larb go to sleep, we should wait > > a bit > > s/go/goes/ > > > until all the current commands are finished. thus, when the larb > > runtime > > Please start

Re: [PATCH 3/4] memory: mtk-smi: Add sleep ctrl function

2021-12-04 Thread Krzysztof Kozlowski
On 03/12/2021 07:40, Yong Wu wrote: > sleep control means that when the larb go to sleep, we should wait a bit s/go/goes/ > until all the current commands are finished. thus, when the larb runtime Please start every sentence with a capital letter. > suspend, we need enable this function to

[PATCH 3/4] memory: mtk-smi: Add sleep ctrl function

2021-12-02 Thread Yong Wu
sleep control means that when the larb go to sleep, we should wait a bit until all the current commands are finished. thus, when the larb runtime suspend, we need enable this function to wait until all the existed command are finished. when the larb resume, just disable this function. This