MIPS: implement architecture-specific 'pci_remap_iospace()'

To make PCI IO work we need to properly virtually map IO cpu physical address
and set this virtual address as the address of the first PCI IO port which
is set using function 'set_io_port_base()'.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20210925203224.10419-6-sergio.paracuellos@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Sergio Paracuellos
2021-09-25 22:32:23 +02:00
committed by Greg Kroah-Hartman
parent 7c2584faa1
commit 9f76779f24
2 changed files with 16 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#include <linux/list.h>
#include <linux/of.h>
#define pci_remap_iospace pci_remap_iospace
#ifdef CONFIG_PCI_DRIVERS_LEGACY
/*