Re: [PATCH v3 05/11] misc: Use never-managed version of pci_intx()

2025-01-10 Thread Greg Kroah-Hartman
On Mon, Dec 09, 2024 at 02:06:27PM +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. > > cardreader/r

Re: [PATCH v3 05/11] misc: Use never-managed version of pci_intx()

2024-12-12 Thread Greg Kroah-Hartman
On Thu, Dec 12, 2024 at 01:26:37PM -0600, Bjorn Helgaas wrote: > [cc->to: Arnd, Greg, Alex] > > On Mon, Dec 09, 2024 at 02:06:27PM +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 i

Re: [PATCH v3 05/11] misc: Use never-managed version of pci_intx()

2024-12-12 Thread Bjorn Helgaas
[cc->to: Arnd, Greg, Alex] On Mon, Dec 09, 2024 at 02:06:27PM +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-manage

[PATCH v3 05/11] misc: Use never-managed version of pci_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. cardreader/rtsx_pcr.c and tifm_7xx1.c enable their PCI-Device with pci_enable_device().