Re: [PATCH v2 07/11] PCI: MSI: Use never-managed version of pci_intx()

2024-11-15 Thread Thomas Gleixner
On Wed, Nov 13 2024 at 13:41, 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. > > MSI sets up its own separ

[PATCH v2 07/11] PCI: MSI: 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. MSI sets up its own separate devres callback implicitly in pcim_setup_msi_release(). Th