Re: [PATCH v2] vdpa/octeon_ep: Control PCI dev enabling manually

2025-04-23 Thread Philipp Stanner
On Wed, 2025-04-23 at 12:39 +0200, Philipp Stanner wrote: > PCI region request functions such as pci_request_region() currently > have > the problem of becoming sometimes managed functions, if > pcim_enable_device() instead of pci_enable_device() was called. The > PCI > subsystem wants to remove th

[PATCH v2] vdpa/octeon_ep: Control PCI dev enabling manually

2025-04-23 Thread Philipp Stanner
PCI region request functions such as pci_request_region() currently have the problem of becoming sometimes managed functions, if pcim_enable_device() instead of pci_enable_device() was called. The PCI subsystem wants to remove this deprecated behavior from its interfaces. octeopn_ep enables its de