Re: [PATCH v9 03/13] PCI: Add partial-BAR devres support

2024-06-14 Thread Philipp Stanner
On Thu, 2024-06-13 at 16:28 -0500, Bjorn Helgaas wrote: > On Thu, Jun 13, 2024 at 01:50:16PM +0200, Philipp Stanner wrote: > > With the current PCI devres API implementing a managed version of > > pci_iomap_range() is impossible. > > > > Furthermore, the PCI devres API currently is inconsistent an

Re: [PATCH v9 03/13] PCI: Add partial-BAR devres support

2024-06-13 Thread Bjorn Helgaas
On Thu, Jun 13, 2024 at 01:50:16PM +0200, Philipp Stanner wrote: > With the current PCI devres API implementing a managed version of > pci_iomap_range() is impossible. > > Furthermore, the PCI devres API currently is inconsistent and > complicated. This is in large part due to the fact that there

[PATCH v9 03/13] PCI: Add partial-BAR devres support

2024-06-13 Thread Philipp Stanner
With the current PCI devres API implementing a managed version of pci_iomap_range() is impossible. Furthermore, the PCI devres API currently is inconsistent and complicated. This is in large part due to the fact that there are hybrid functions which are only sometimes managed via devres, and funct