Re: [PATCH] PCI: tegra: Read "dbi" base address to program in application logic

2020-12-01 Thread Lorenzo Pieralisi
On Thu, 26 Nov 2020 00:55:54 +0530, Vidya Sagar wrote: > PCIe controller in Tegra194 requires the "dbi" region base address to be > programmed in one of the application logic registers to enable CPU access > to the "dbi" region. But, commit a0fd361db8e5 ("PCI: dwc: Move "dbi", > "dbi2", and "addr_s

Re: [PATCH] PCI: tegra: Read "dbi" base address to program in application logic

2020-11-26 Thread Thierry Reding
On Thu, Nov 26, 2020 at 12:55:54AM +0530, Vidya Sagar wrote: > PCIe controller in Tegra194 requires the "dbi" region base address to be > programmed in one of the application logic registers to enable CPU access > to the "dbi" region. But, commit a0fd361db8e5 ("PCI: dwc: Move "dbi", > "dbi2", and "

[PATCH] PCI: tegra: Read "dbi" base address to program in application logic

2020-11-25 Thread Vidya Sagar
PCIe controller in Tegra194 requires the "dbi" region base address to be programmed in one of the application logic registers to enable CPU access to the "dbi" region. But, commit a0fd361db8e5 ("PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common code") moved the code that rea