RE: [PATCH v1 3/6] usb: host: Stops USB controller init if PLL fails to lock

2019-01-21 Thread Yinbo Zhu
-kernel@vger.kernel.org Subject: Re: [PATCH v1 3/6] usb: host: Stops USB controller init if PLL fails to lock >Hello! > On 21.01.2019 6:13, Yinbo Zhu wrote: > From: yinbo.zhu > > USB erratum-A006918 workaround tries to start internal PHY inside > uboot (when PLL fails to lock

Re: [PATCH v1 3/6] usb: host: Stops USB controller init if PLL fails to lock

2019-01-21 Thread Sergei Shtylyov
Hello! On 21.01.2019 6:13, Yinbo Zhu wrote: From: yinbo.zhu USB erratum-A006918 workaround tries to start internal PHY inside uboot (when PLL fails to lock). However, if the workaround also fails, then USB initialization is also stopped inside Linux. Erratum-A006918 workaround failure creates

Re: [PATCH v1 3/6] usb: host: Stops USB controller init if PLL fails to lock

2019-01-20 Thread Greg Kroah-Hartman
On Mon, Jan 21, 2019 at 11:13:01AM +0800, Yinbo Zhu wrote: > From: yinbo.zhu This should read: From: Yinbo Zhu right? > USB erratum-A006918 workaround tries to start internal PHY inside > uboot (when PLL fails to lock). However, if the workaround also > fails, then USB initialization i