On Wed, 24 Nov 2021 16:41:11 +0100, Pali Rohár wrote: > This patch series removes ARM specific functions pci_ioremap_io() and > mvebu_pci_host_probe() functions. > > pci_ioremap_io() is replaced by standard PCI core function pci_remap_iospace() > and mvebu_pci_host_probe() by standard PCI core function pci_host_probe(). > > ARM needs custom implementation of pci_remap_iospace() because of > pci_ioremap_set_mem_type() hook used by Marvell Armada 375, 38x and 39x > platforms due to HW errata. > > [...] Applied to pci/mvebu, thanks! [1/5] arm: ioremap: Implement standard PCI function pci_remap_iospace() https://git.kernel.org/lpieralisi/pci/c/bc02973a06 [2/5] PCI: mvebu: Replace pci_ioremap_io() usage by devm_pci_remap_iospace() https://git.kernel.org/lpieralisi/pci/c/c1aa4b55aa [3/5] PCI: mvebu: Remove custom mvebu_pci_host_probe() function https://git.kernel.org/lpieralisi/pci/c/de58d49470 [4/5] arm: ioremap: Replace pci_ioremap_io() usage by pci_remap_iospace() https://git.kernel.org/lpieralisi/pci/c/9c8facde92 [5/5] arm: ioremap: Remove unused ARM-specific function pci_ioremap_io() https://git.kernel.org/lpieralisi/pci/c/ea76d27fb3 Thanks, Lorenzo