]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/platform/intel-mid: Replace deprecated PCI functions
authorPhilipp Stanner <pstanner@redhat.com>
Mon, 11 Nov 2024 10:36:03 +0000 (11:36 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Mon, 11 Nov 2024 10:59:21 +0000 (11:59 +0100)
commit90f1b42b179487ee77d182893408cc1c40d50b13
tree9168efc78c7cb9a0b880de218c56564ea99a1bbc
parent2d5404caa8c7bb5c4e0435f94b28834ae5456623
x86/platform/intel-mid: Replace deprecated PCI functions

pcim_iomap_table() and pcim_request_regions() have been deprecated in

  e354bb84a4c1 ("PCI: Deprecate pcim_iomap_table(), pcim_iomap_regions_request_all()") and
  d140f80f6035 ("PCI: Deprecate pcim_iomap_regions() in favor of pcim_iomap_region()"),

respectively.

Replace these functions with pcim_iomap_region().

Additionally, pass the actual driver name to pcim_iomap_region() instead of
the previous pci_name(), since the @name parameter should always reflect which
driver owns a region.

Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20241111103602.16615-2-pstanner@redhat.com
arch/x86/platform/intel-mid/pwr.c