Re: [PATCH] PCI: tegra: Move "dbi" accesses to post common DWC initialization

2020-12-01 Thread Lorenzo Pieralisi
On Thu, 26 Nov 2020 00:52:34 +0530, Vidya Sagar wrote: > commit a0fd361db8e5 ("PCI: dwc: Move "dbi", "dbi2", and "addr_space" > resource setup into common code") moved the code that sets up dbi_base > to DWC common code thereby creating a requirement to not access the "dbi" > region before calling

Re: [PATCH] PCI: tegra: Move "dbi" accesses to post common DWC initialization

2020-11-26 Thread Thierry Reding
On Thu, Nov 26, 2020 at 12:52:34AM +0530, Vidya Sagar wrote: > commit a0fd361db8e5 ("PCI: dwc: Move "dbi", "dbi2", and "addr_space" > resource setup into common code") moved the code that sets up dbi_base > to DWC common code thereby creating a requirement to not access the "dbi" > region before ca

[PATCH] PCI: tegra: Move "dbi" accesses to post common DWC initialization

2020-11-25 Thread Vidya Sagar
commit a0fd361db8e5 ("PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common code") moved the code that sets up dbi_base to DWC common code thereby creating a requirement to not access the "dbi" region before calling common DWC initialization code. But, Tegra194 already had some