On Thu, Jan 11, 2024 at 09:55:35AM +0100, Philipp Stanner wrote: > Second Resend. Would be cool if someone could tell me what I'll have to > do so we can get this merged. This is blocking the followup work I've > got in the pipe This seems PCI-focused, and I'll look at merging this after v6.8-rc1 is tagged and the merge window closes (probably Jan 21). Then I'll rebase it to v6.8-rc1, tidy the subject lines to look like the rest of drivers/pci/, etc. > Philipp Stanner (5): > lib/pci_iomap.c: fix cleanup bugs 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 > lib, pci: unify generic pci_iounmap() > > MAINTAINERS | 1 - > drivers/pci/Kconfig | 5 + > drivers/pci/Makefile | 3 +- > drivers/pci/devres.c | 450 +++++++++++++++++++++++++ > lib/pci_iomap.c => drivers/pci/iomap.c | 49 +-- > drivers/pci/pci.c | 249 -------------- > drivers/pci/pci.h | 24 ++ > include/asm-generic/io.h | 27 +- > include/asm-generic/iomap.h | 21 ++ > lib/Kconfig | 3 - > lib/Makefile | 1 - > lib/devres.c | 208 +----------- > lib/iomap.c | 28 +- > 13 files changed, 566 insertions(+), 503 deletions(-) > create mode 100644 drivers/pci/devres.c > rename lib/pci_iomap.c => drivers/pci/iomap.c (75%)