Re: [PATCH] mhi: use irq_flags if client driver configures it

2020-12-22 Thread Carl Huang
On 2020-12-10 03:48, Jeffrey Hugo wrote: On 12/9/2020 11:34 AM, Hemant Kumar wrote: On 12/7/20 7:55 PM, Carl Huang wrote: If client driver has specified the irq_flags, mhi uses this specified irq_flags. Otherwise, mhi uses default irq_flags. The purpose of this change is to support one MSI

Re: [PATCH] mhi: use irq_flags if client driver configures it

2020-12-09 Thread Jeffrey Hugo
On 12/9/2020 11:34 AM, Hemant Kumar wrote: On 12/7/20 7:55 PM, Carl Huang wrote: If client driver has specified the irq_flags, mhi uses this specified irq_flags. Otherwise, mhi uses default irq_flags. The purpose of this change is to support one MSI vector for QCA6390. MHI will use one same

Re: [PATCH] mhi: use irq_flags if client driver configures it

2020-12-09 Thread Hemant Kumar
On 12/7/20 7:55 PM, Carl Huang wrote: If client driver has specified the irq_flags, mhi uses this specified irq_flags. Otherwise, mhi uses default irq_flags. The purpose of this change is to support one MSI vector for QCA6390. MHI will use one same MSI vector too in this scenario. In case

[PATCH] mhi: use irq_flags if client driver configures it

2020-12-07 Thread Carl Huang
If client driver has specified the irq_flags, mhi uses this specified irq_flags. Otherwise, mhi uses default irq_flags. The purpose of this change is to support one MSI vector for QCA6390. MHI will use one same MSI vector too in this scenario. In case of one MSI vector, IRQ_NO_BALANCING is