[PATCH v14 4/9] PCI: Apply the new generic I/O management on PCI IO hosts

2018-02-19 Thread John Garry
From: Zhichang Yuan After introducing the new generic I/O space management in logic pio, the original PCI MMIO relevant helpers need to be updated based on the new interfaces. This patch adapts the corresponding code to match the changes introduced by logic pio.

[PATCH v14 4/9] PCI: Apply the new generic I/O management on PCI IO hosts

2018-02-19 Thread John Garry
From: Zhichang Yuan After introducing the new generic I/O space management in logic pio, the original PCI MMIO relevant helpers need to be updated based on the new interfaces. This patch adapts the corresponding code to match the changes introduced by logic pio. Signed-off-by: Zhichang Yuan