Re: [PATCH 14/20] PCI: hisi: update PCI config space remap function

2017-03-02 Thread Lorenzo Pieralisi
ruary 2017 15:14 > > To: linux-...@vger.kernel.org; linux-arm-ker...@lists.infradead.org > > Cc: linux-kernel@vger.kernel.org; linux-a...@vger.kernel.org; Lorenzo > > Pieralisi; Bjorn Helgaas; Gabriele Paoloni; Wangzhou (B) > > Subject: [PATCH 14/20] PCI: hisi: update PCI config spa

Re: [PATCH 14/20] PCI: hisi: update PCI config space remap function

2017-03-02 Thread Lorenzo Pieralisi
ruary 2017 15:14 > > To: linux-...@vger.kernel.org; linux-arm-ker...@lists.infradead.org > > Cc: linux-kernel@vger.kernel.org; linux-a...@vger.kernel.org; Lorenzo > > Pieralisi; Bjorn Helgaas; Gabriele Paoloni; Wangzhou (B) > > Subject: [PATCH 14/20] PCI: hisi: update PCI config spa

RE: [PATCH 14/20] PCI: hisi: update PCI config space remap function

2017-03-02 Thread Gabriele Paoloni
[...] > > I will fold the changes into v2 (and I hope other host controllers > maintainers will follow suit - I do not have enough knowledge of > all host bridges drivers internals to understand what ioremap calls > need patching). Ok great, many thanks! Gab > > Thanks ! > Lorenzo

RE: [PATCH 14/20] PCI: hisi: update PCI config space remap function

2017-03-02 Thread Gabriele Paoloni
[...] > > I will fold the changes into v2 (and I hope other host controllers > maintainers will follow suit - I do not have enough knowledge of > all host bridges drivers internals to understand what ioremap calls > need patching). Ok great, many thanks! Gab > > Thanks ! > Lorenzo

RE: [PATCH 14/20] PCI: hisi: update PCI config space remap function

2017-03-02 Thread Gabriele Paoloni
rnel.org; linux-a...@vger.kernel.org; Lorenzo > Pieralisi; Bjorn Helgaas; Gabriele Paoloni; Wangzhou (B) > Subject: [PATCH 14/20] PCI: hisi: update PCI config space remap > function > > PCI configuration space should be mapped with a memory region type that > generates on the CPU host

RE: [PATCH 14/20] PCI: hisi: update PCI config space remap function

2017-03-02 Thread Gabriele Paoloni
rnel.org; linux-a...@vger.kernel.org; Lorenzo > Pieralisi; Bjorn Helgaas; Gabriele Paoloni; Wangzhou (B) > Subject: [PATCH 14/20] PCI: hisi: update PCI config space remap > function > > PCI configuration space should be mapped with a memory region type that > generates on the CPU host

[PATCH 14/20] PCI: hisi: update PCI config space remap function

2017-02-27 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

[PATCH 14/20] PCI: hisi: update PCI config space remap function

2017-02-27 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