Re: [PATCH v3 09/11] wifi: qtnfmac: use always-managed version of pcim_intx()

2024-12-13 Thread Bjorn Helgaas
[+cc personal address for Igor] On Fri, Dec 13, 2024 at 12:30:42PM +0200, Kalle Valo wrote: > Bjorn Helgaas writes: > > > [cc->to: Igor] > > > > On Mon, Dec 09, 2024 at 02:06:31PM +0100, Philipp Stanner wrote: > >> pci_intx() is a hybrid function which can sometimes be managed through > >> devre

Re: [PATCH v3 09/11] wifi: qtnfmac: use always-managed version of pcim_intx()

2024-12-13 Thread Kalle Valo
Bjorn Helgaas writes: > [cc->to: Igor] > > On Mon, Dec 09, 2024 at 02:06:31PM +0100, Philipp Stanner wrote: >> pci_intx() is a hybrid function which can sometimes be managed through >> devres. To remove this hybrid nature from pci_intx(), it is necessary to >> port users to either an always-manag

Re: [PATCH v3 09/11] wifi: qtnfmac: use always-managed version of pcim_intx()

2024-12-12 Thread Bjorn Helgaas
[cc->to: Igor] On Mon, Dec 09, 2024 at 02:06:31PM +0100, Philipp Stanner wrote: > pci_intx() is a hybrid function which can sometimes be managed through > devres. To remove this hybrid nature from pci_intx(), it is necessary to > port users to either an always-managed or a never-managed version. >

[PATCH v3 09/11] wifi: qtnfmac: use always-managed version of pcim_intx()

2024-12-09 Thread Philipp Stanner
pci_intx() is a hybrid function which can sometimes be managed through devres. To remove this hybrid nature from pci_intx(), it is necessary to port users to either an always-managed or a never-managed version. qtnfmac enables its PCI-Device with pcim_enable_device(). Thus, it needs the always-man