Re: [PATCH v3 09/12] bus: mhi: core: Check for IRQ availability during registration

2020-10-30 Thread Manivannan Sadhasivam
On Thu, Oct 29, 2020 at 09:10:54PM -0700, Bhaumik Bhatt wrote: > Current design allows a controller to register with MHI successfully > without the need to have any IRQs available for use. If no IRQs are > available, power up requests to MHI can fail after a successful > registration with MHI. Impr

[PATCH v3 09/12] bus: mhi: core: Check for IRQ availability during registration

2020-10-29 Thread Bhaumik Bhatt
Current design allows a controller to register with MHI successfully without the need to have any IRQs available for use. If no IRQs are available, power up requests to MHI can fail after a successful registration with MHI. Improve the design by checking for the number of IRQs available sooner with