Re: [PATCH v6 0/4] Regather scattered PCI-Code
From: Philipp Stanner
Date: Tue Feb 06 2024 - 04:41:32 EST
On Wed, 2024-01-31 at 15:08 -0600, Bjorn Helgaas wrote:
> On Wed, Jan 31, 2024 at 10:00:19AM +0100, Philipp Stanner wrote:
> > @Bjorn:
> > I decided that it's now actually possible to just embed the docu
> > updates
> > to the respective patches, instead of a separate patch.
> > Also dropped the ioport_unmap() for now.
>
> Thanks. I didn't see any documentation updates (other than those
> related to the changed path names) in this series, so I assume the
> updates you mention would be in a future series.
No, I actually meant the changed path names.
The next series (new devres functions) just adds more docstrings to
iomap.c, devres.c and pci.c in drivers/pci/, which, after this series
here is applied, are all already added to the Docu.
>
> > ...
> > Philipp Stanner (4):
> > lib/pci_iomap.c: fix cleanup bug in pci_iounmap()
> > lib: move pci_iomap.c to drivers/pci/
> > lib: move pci-specific devres code to drivers/pci/
> > PCI: Move devres code from pci.c to devres.c
> >
> > Documentation/driver-api/device-io.rst | 2 +-
> > Documentation/driver-api/pci/pci.rst | 6 +
> > MAINTAINERS | 1 -
> > drivers/pci/Kconfig | 5 +
> > drivers/pci/Makefile | 3 +-
> > drivers/pci/devres.c | 450
> > +++++++++++++++++++++++++
> > lib/pci_iomap.c => drivers/pci/iomap.c | 5 +-
> > drivers/pci/pci.c | 249 --------------
> > drivers/pci/pci.h | 24 ++
> > lib/Kconfig | 3 -
> > lib/Makefile | 1 -
> > lib/devres.c | 208 +-----------
> > 12 files changed, 490 insertions(+), 467 deletions(-)
> > create mode 100644 drivers/pci/devres.c
> > rename lib/pci_iomap.c => drivers/pci/iomap.c (99%)
>
> Applied to pci/devres for v6.9, thanks!
Thx!