Re: [PATCH v1 02/10] bus: mhi: core: Move to using high priority workqueue

2020-10-09 Thread Manivannan Sadhasivam
On Fri, Sep 18, 2020 at 07:02:27PM -0700, Bhaumik Bhatt wrote: > MHI work is currently scheduled on the global/system workqueue and can > encounter delays on a stressed system. To avoid those unforeseen > delays which can hamper bootup or shutdown times, use a dedicated high > priority workqueue

[PATCH v1 02/10] bus: mhi: core: Move to using high priority workqueue

2020-09-18 Thread Bhaumik Bhatt
MHI work is currently scheduled on the global/system workqueue and can encounter delays on a stressed system. To avoid those unforeseen delays which can hamper bootup or shutdown times, use a dedicated high priority workqueue instead of the global/system workqueue. Signed-off-by: Bhaumik Bhatt