Re: [PATCH v9 00/13] Make PCI's devres API more consistent

2024-06-14 Thread Bjorn Helgaas
On Fri, Jun 14, 2024 at 01:38:41PM +0200, Philipp Stanner wrote: > On Thu, 2024-06-13 at 16:57 -0500, Bjorn Helgaas wrote: > > This is on pci/devres with some commit log rework and the following > > diffs.  I think the bar short/int thing is the only actual code > > change.  Happy to squash in any

Re: [PATCH v9 00/13] Make PCI's devres API more consistent

2024-06-14 Thread Philipp Stanner
On Thu, 2024-06-13 at 16:57 -0500, Bjorn Helgaas wrote: > On Thu, Jun 13, 2024 at 01:50:13PM +0200, Philipp Stanner wrote: > > Changes in v9: > >   - Remove forgotten dead code ('enabled' bit in struct pci_dev) in > >     patch No.8 ("Move pinned status bit...") > >   - Rework patch No.3: > >  

Re: [PATCH v9 00/13] Make PCI's devres API more consistent

2024-06-13 Thread Bjorn Helgaas
On Thu, Jun 13, 2024 at 01:50:13PM +0200, Philipp Stanner wrote: > Changes in v9: > - Remove forgotten dead code ('enabled' bit in struct pci_dev) in > patch No.8 ("Move pinned status bit...") > - Rework patch No.3: > - Change title from "Reimplement plural devres functions" >