Re: [PATCH v2 5/6] memory: mtk-smi: Add sleep ctrl function

2022-01-12 Thread Yong Wu
On Wed, 2022-01-12 at 11:27 +0100, Krzysztof Kozlowski wrote: > On 11/01/2022 07:39, Yong Wu wrote: > > Sleep control means that when the larb goes to sleep, we should > > wait a bit > > until all the current commands are finished. Thus, when the larb > > runtime > > suspends, we need to enable

Re: [PATCH v2 5/6] memory: mtk-smi: Add sleep ctrl function

2022-01-12 Thread Krzysztof Kozlowski
On 11/01/2022 07:39, Yong Wu wrote: > Sleep control means that when the larb goes to sleep, we should wait a bit > until all the current commands are finished. Thus, when the larb runtime > suspends, we need to enable this function to wait until all the existed > commands are finished. When the

Re: [PATCH v2 5/6] memory: mtk-smi: Add sleep ctrl function

2022-01-11 Thread AngeloGioacchino Del Regno
Il 11/01/22 07:39, Yong Wu ha scritto: Sleep control means that when the larb goes to sleep, we should wait a bit until all the current commands are finished. Thus, when the larb runtime suspends, we need to enable this function to wait until all the existed commands are finished. When the larb

[PATCH v2 5/6] memory: mtk-smi: Add sleep ctrl function

2022-01-10 Thread Yong Wu
Sleep control means that when the larb goes to sleep, we should wait a bit until all the current commands are finished. Thus, when the larb runtime suspends, we need to enable this function to wait until all the existed commands are finished. When the larb resumes, just disable this function. This