commit | 89874a1a6e64b6be8e442b1d52a447e2b730ebbd | [log] [tgz] |
---|---|---|
author | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | Wed Apr 19 17:49:09 2017 +0100 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Apr 24 13:53:18 2017 -0500 |
tree | c95bb2a01060f5952f66e8c34a398f7fe93e17e8 | |
parent | 01bd489dba01bcc58b23c669b437330039639c75 [diff] |
PCI: keystone-dw: 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: Murali Karicheri <m-karicheri2@ti.com>