]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: Replace deprecated PCI functions
authorPhilipp Stanner <pstanner@redhat.com>
Thu, 24 Oct 2024 14:04:27 +0000 (16:04 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 24 Oct 2024 23:50:19 +0000 (00:50 +0100)
commita992197bfcbb14e5a027796e06f86226c4444955
tree219b979b72a3c642b420c1f78527b2560debf6cb
parent1d4347816a383be1ae5c92111d4bf4222fabf01b
spi: Replace deprecated PCI functions

pcim_iomap_table() and pcim_request_regions() have been deprecated in
commit e354bb84a4c1 ("PCI: Deprecate pcim_iomap_table(),
pcim_iomap_regions_request_all()").

Replace these functions with pcim_iomap_region().

Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Link: https://patch.msgid.link/20241024140426.157444-2-pstanner@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-dw-pci.c
drivers/spi/spi-loongson-pci.c
drivers/spi/spi-pxa2xx-pci.c