Re: [PATCH v6 04/10] PCI: Make devres region requests consistent

2024-04-26 Thread Philipp Stanner
On Wed, 2024-04-24 at 15:12 -0500, Bjorn Helgaas wrote: > On Mon, Apr 08, 2024 at 10:44:16AM +0200, Philipp Stanner wrote: > > Now that pure managed region request functions are available, the > > implementation of the hybrid-functions which are only sometimes > > managed > > can be made more consi

Re: [PATCH v6 04/10] PCI: Make devres region requests consistent

2024-04-24 Thread Bjorn Helgaas
On Mon, Apr 08, 2024 at 10:44:16AM +0200, Philipp Stanner wrote: > Now that pure managed region request functions are available, the > implementation of the hybrid-functions which are only sometimes managed > can be made more consistent and readable by wrapping those > always-managed functions. >

[PATCH v6 04/10] PCI: Make devres region requests consistent

2024-04-08 Thread Philipp Stanner
Now that pure managed region request functions are available, the implementation of the hybrid-functions which are only sometimes managed can be made more consistent and readable by wrapping those always-managed functions. Implement a new pcim_ function for exclusively requested regions. Have the