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

From: Lorenzo Pieralisi
Date: Tue Dec 01 2020 - 05:38:08 EST


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 common DWC initialization code. But, Tegra194
> already had some code that programs some of the "dbi" registers resulting
> in system crash. This patch addresses that issue by refactoring the code
> to have accesses to the "dbi" region only after common DWC initialization.

Applied to pci/dwc, thanks!

[1/1] PCI: tegra: Move "dbi" accesses to post common DWC initialization
https://git.kernel.org/lpieralisi/pci/c/369b868f4a

Thanks,
Lorenzo