Re: [PATCH v4 14/21] PCI: designware: update PCI config space remap function

2017-04-21 Thread Jingoo Han
On Wednesday, April 19, 2017 12:49 PM, Lorenzo Pieralisi wrote: > > PCI configuration space should be mapped with a memory region type that > generates on the CPU host bus non-posted write transations. Update the > driver to use the devm_pci_remap_cfg* interface to make sure the correct > memory m

[PATCH v4 14/21] PCI: designware: update PCI config space remap function

2017-04-19 Thread Lorenzo Pieralisi
PCI configuration space should be mapped with a memory region type that generates on the CPU host bus non-posted write transations. Update the driver to use the devm_pci_remap_cfg* interface to make sure the correct memory mappings for PCI configuration space are used. Signed-off-by: Lorenzo Piera