Re: [PATCH 3/3] phy: sun4i-usb: Use power efficient workqueue for debounce and poll

2020-11-20 Thread Vinod Koul
On 09-11-20, 20:12, Frank Lee wrote: > From: Yangtao Li > > The debounce and poll time is generally quite long and the work not > performance critical so allow the scheduler to run the work anywhere > rather than in the normal per-CPU workqueue. Applied, thanks -- ~Vinod

Re: [PATCH 3/3] phy: sun4i-usb: Use power efficient workqueue for debounce and poll

2020-11-16 Thread Samuel Holland
On 11/12/20 3:53 AM, Maxime Ripard wrote: > On Tue, Nov 10, 2020 at 09:44:37PM -0600, Samuel Holland wrote: >> On 11/9/20 6:12 AM, Frank Lee wrote: >>> From: Yangtao Li >>> >>> The debounce and poll time is generally quite long and the work not >>> performance critical so allow the scheduler to ru

Re: [PATCH 3/3] phy: sun4i-usb: Use power efficient workqueue for debounce and poll

2020-11-12 Thread Maxime Ripard
On Tue, Nov 10, 2020 at 09:44:37PM -0600, Samuel Holland wrote: > On 11/9/20 6:12 AM, Frank Lee wrote: > > From: Yangtao Li > > > > The debounce and poll time is generally quite long and the work not > > performance critical so allow the scheduler to run the work anywhere > > rather than in the n

Re: [PATCH 3/3] phy: sun4i-usb: Use power efficient workqueue for debounce and poll

2020-11-10 Thread Frank Lee
HI, On Wed, Nov 11, 2020 at 11:44 AM Samuel Holland wrote: > > On 11/9/20 6:12 AM, Frank Lee wrote: > > From: Yangtao Li > > > > The debounce and poll time is generally quite long and the work not > > performance critical so allow the scheduler to run the work anywhere > > rather than in the norm

Re: [PATCH 3/3] phy: sun4i-usb: Use power efficient workqueue for debounce and poll

2020-11-10 Thread Samuel Holland
On 11/9/20 6:12 AM, Frank Lee wrote: > From: Yangtao Li > > The debounce and poll time is generally quite long and the work not > performance critical so allow the scheduler to run the work anywhere > rather than in the normal per-CPU workqueue. > > Signed-off-by: Yangtao Li > --- > drivers/ph

Re: [PATCH 3/3] phy: sun4i-usb: Use power efficient workqueue for debounce and poll

2020-11-10 Thread Maxime Ripard
On Mon, Nov 09, 2020 at 08:12:14PM +0800, Frank Lee wrote: > From: Yangtao Li > > The debounce and poll time is generally quite long and the work not > performance critical so allow the scheduler to run the work anywhere > rather than in the normal per-CPU workqueue. > > Signed-off-by: Yangtao L

[PATCH 3/3] phy: sun4i-usb: Use power efficient workqueue for debounce and poll

2020-11-09 Thread Frank Lee
From: Yangtao Li The debounce and poll time is generally quite long and the work not performance critical so allow the scheduler to run the work anywhere rather than in the normal per-CPU workqueue. Signed-off-by: Yangtao Li --- drivers/phy/allwinner/phy-sun4i-usb.c | 14 +++--- 1 file