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. > ... > 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!