Re: [PATCH v2 04/11] net/ntb: Use never-managed version of pci_intx()

2024-11-13 Thread Dave Jiang
On 11/13/24 5:41 AM, 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. > > hw/amd and how/intel enable th

[PATCH v2 04/11] net/ntb: Use never-managed version of pci_intx()

2024-11-13 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. hw/amd and how/intel enable their PCI-Device with pci_enable_device(). Thus, they need