Re: [PATCH 10/13] PCI: dwc: Move link handling into common code

2020-10-29 Thread Jingoo Han
On 10/28/20, 4:47 PM, Rob Herring wrote: > > All the DWC drivers do link setup and checks at roughly the same time. > Let's use the existing .start_link() hook (currently only used in EP > mode) and move the link handling to the core code. > > The behavior for a link down was inconsistent as some

[PATCH 10/13] PCI: dwc: Move link handling into common code

2020-10-28 Thread Rob Herring
All the DWC drivers do link setup and checks at roughly the same time. Let's use the existing .start_link() hook (currently only used in EP mode) and move the link handling to the core code. The behavior for a link down was inconsistent as some drivers would fail probe in that case while others su