commit | 10c736f784cb0dad0dce6ce938878a754676bc89 | [log] [tgz] |
---|---|---|
author | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | Wed Apr 19 17:49:01 2017 +0100 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Apr 24 13:53:15 2017 -0500 |
tree | 68c9cfd3dbe9d5e30cb2342d6c78d69fbd37a450 | |
parent | 995b76e48fe3cba4820ca42b4e0726cc5715a952 [diff] |
PCI: qcom: Update PCI config space remap function 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 Pieralisi <lorenzo.pieralisi@arm.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Stanimir Varbanov <svarbanov@mm-sol.com>