linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] PCI: Remove pcim_iounmap_regions()
@ 2025-03-27 11:07 Philipp Stanner
  2025-03-27 11:07 ` [PATCH 1/2] mtip32xx: Remove unnecessary PCI function calls Philipp Stanner
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Philipp Stanner @ 2025-03-27 11:07 UTC (permalink / raw)
  To: Jonathan Corbet, Jens Axboe, Bjorn Helgaas, Mark Brown,
	David Lechner, Philipp Stanner, Damien Le Moal, Andy Shevchenko,
	Yang Yingliang, Zijun Hu, Hannes Reinecke, Al Viro, Li Zetao,
	Anuj Gupta
  Cc: linux-doc, linux-kernel, linux-block, linux-pci, Philipp Stanner

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()

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-04-09 19:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-27 11:07 [PATCH 0/2] PCI: Remove pcim_iounmap_regions() Philipp Stanner
2025-03-27 11:07 ` [PATCH 1/2] mtip32xx: Remove unnecessary PCI function calls Philipp Stanner
2025-03-27 11:33   ` Mark Brown
2025-03-27 11:57   ` Jens Axboe
2025-03-27 11:07 ` [PATCH 2/2] PCI: Remove pcim_iounmap_regions() Philipp Stanner
2025-04-03 10:13   ` Zijun Hu
2025-03-27 11:42 ` [PATCH 0/2] " Andy Shevchenko
2025-04-02  7:58   ` Philipp Stanner
2025-04-02 13:53     ` Jonathan Cameron
2025-04-09  8:20 ` Philipp Stanner
2025-04-09 19:23 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).