Re: [PATCH 0/2] PCI: Remove pcim_iounmap_regions()

From: Bjorn Helgaas
Date: Wed Apr 09 2025 - 15:24:18 EST


On Thu, Mar 27, 2025 at 12:07:06PM +0100, Philipp Stanner wrote:
> The last remaining user of pcim_iounmap_regions() is mtip32 (in Linus's
> current master)
>
> So we could finally remove this deprecated API. I suggest that this gets
> merged through the PCI tree. (I also suggest we watch with an eagle's
> eyes for folks who want to re-add calls to that function before the next
> merge window opens).
>
> P.
>
> Philipp Stanner (2):
> mtip32xx: Remove unnecessary PCI function calls
> PCI: Remove pcim_iounmap_regions()

Updated mtip32xx subject to:

mtip32xx: Remove unnecessary pcim_iounmap_regions() calls

and applied to pci/devres for v6.16, thanks!

> .../driver-api/driver-model/devres.rst | 1 -
> drivers/block/mtip32xx/mtip32xx.c | 7 ++----
> drivers/pci/devres.c | 24 -------------------
> include/linux/pci.h | 1 -
> 4 files changed, 2 insertions(+), 31 deletions(-)
>
> --
> 2.48.1
>