Re: [PATCH 12/13] PCI: dwc: Move dw_pcie_setup_rc() to DWC common code

2020-10-29 Thread Jingoo Han
On 10/28/20, 4:47 PM, Rob Herring wrote: > > All RC complex drivers must call dw_pcie_setup_rc(). The ordering of the > call shouldn't be too important other than being after any RC resets. > > There's a few calls of dw_pcie_setup_rc() left as drivers implementing > suspend/resume need it. > > Cc:

[PATCH 12/13] PCI: dwc: Move dw_pcie_setup_rc() to DWC common code

2020-10-28 Thread Rob Herring
All RC complex drivers must call dw_pcie_setup_rc(). The ordering of the call shouldn't be too important other than being after any RC resets. There's a few calls of dw_pcie_setup_rc() left as drivers implementing suspend/resume need it. Cc: Kishon Vijay Abraham I Cc: Lorenzo Pieralisi Cc: Bjor