Re: [PATCH V4 2/6] PCI: tegra: Map configuration space as nGnRnE

2020-12-03 Thread Vidya Sagar
; linux- te...@vger.kernel.org; linux-kernel@vger.kernel.org; Krishna Thota ; Manikanta Maddireddy ; sagar...@gmail.com Subject: Re: [PATCH V4 2/6] PCI: tegra: Map configuration space as nGnRnE On Mon, Nov 09, 2020 at 10:49:33PM +0530, Vidya Sagar wrote: > As specified in the comment

Re: [PATCH V4 2/6] PCI: tegra: Map configuration space as nGnRnE

2020-11-26 Thread Thierry Reding
On Mon, Nov 09, 2020 at 10:49:33PM +0530, Vidya Sagar wrote: > As specified in the comment for pci_remap_cfgspace() define in > arch/arm64/include/asm/io.h file, PCIe configuration space should be > mapped as nGnRnE. Hence changing to dev_pci_remap_cfgspace() from > devm_ioremap_resource() for mapp

[PATCH V4 2/6] PCI: tegra: Map configuration space as nGnRnE

2020-11-09 Thread Vidya Sagar
As specified in the comment for pci_remap_cfgspace() define in arch/arm64/include/asm/io.h file, PCIe configuration space should be mapped as nGnRnE. Hence changing to dev_pci_remap_cfgspace() from devm_ioremap_resource() for mapping DBI space as that is nothing but the root port's own configuratio