Re: [v4,3/3] mwifiex: Enable WoWLAN for both sdio and pcie

2017-07-06 Thread jeffy
Hi brian, On 07/07/2017 08:53 AM, Brian Norris wrote: On Mon, Jul 03, 2017 at 06:46:21PM +0800, Jeffy Chen wrote: Hi guys, with this patch, the pci device's irq might be override by this wakeup irq when not using msi: Hmm, good point. I believe I noticed this one at some point and then didn'

Re: [v4,3/3] mwifiex: Enable WoWLAN for both sdio and pcie

2017-07-06 Thread Brian Norris
On Mon, Jul 03, 2017 at 06:46:21PM +0800, Jeffy Chen wrote: > Hi guys, > > with this patch, the pci device's irq might be override by this > wakeup irq when not using msi: Hmm, good point. I believe I noticed this one at some point and then didn't get to investigate further... It kind of seems l

Re: [v4,3/3] mwifiex: Enable WoWLAN for both sdio and pcie

2017-07-03 Thread jeffy
Hi guys, with this patch, the pci device's irq might be override by this wakeup irq when not using msi: /** * of_irq_parse_pci - Resolve the interrupt for a PCI device * @pdev: the device whose interrupt is to be resolved * @out_irq:structure of_irq filled by this function * *