Re: [U-Boot] [PATCH 00/20] usb: xhci: Fix USB xHCI support on Intel platform

2017-06-22 Thread Bin Meng
Hi, On Wed, Jun 21, 2017 at 8:44 PM, Bin Meng wrote: > Hi Stefan, > > On Wed, Jun 21, 2017 at 8:07 PM, Stefan Roese wrote: >> Hi Bin, >> >> On 21.06.2017 12:24, Bin Meng wrote: >>> On Wed, Jun 21, 2017 at 5:28 PM, Stefan Roese wrote: >> >> >>

Re: [U-Boot] [PATCH 00/20] usb: xhci: Fix USB xHCI support on Intel platform

2017-06-21 Thread Bin Meng
Hi Stefan, On Wed, Jun 21, 2017 at 8:07 PM, Stefan Roese wrote: > Hi Bin, > > On 21.06.2017 12:24, Bin Meng wrote: >> On Wed, Jun 21, 2017 at 5:28 PM, Stefan Roese wrote: > > > >>> As you can see, the 2 USB mass storage devices which are connected >>> to the xHCI

Re: [U-Boot] [PATCH 00/20] usb: xhci: Fix USB xHCI support on Intel platform

2017-06-21 Thread Stefan Roese
Hi Bin, On 16.06.2017 15:31, Bin Meng wrote: Currently U-Boot xHCI driver does not work on Intel BayTrail SoC based boards that have USB 3.0 ports. Trying to do a 'usb start' simply hangs the board. This series fixes a bunch of xHCI driver issues to make it work on Intel's platform. Issues

Re: [U-Boot] [PATCH 00/20] usb: xhci: Fix USB xHCI support on Intel platform

2017-06-21 Thread Stefan Roese
Hi Bin, On 21.06.2017 12:24, Bin Meng wrote: > On Wed, Jun 21, 2017 at 5:28 PM, Stefan Roese wrote: >> As you can see, the 2 USB mass storage devices which are connected >> to the xHCI HSIC port are only detected after a power-up and not >> after a system reset. >> >> Is this

Re: [U-Boot] [PATCH 00/20] usb: xhci: Fix USB xHCI support on Intel platform

2017-06-21 Thread Bin Meng
Hi Stefan, On Wed, Jun 21, 2017 at 5:28 PM, Stefan Roese wrote: > Hi Bin, > > On 16.06.2017 15:31, Bin Meng wrote: >> Currently U-Boot xHCI driver does not work on Intel BayTrail SoC based >> boards that have USB 3.0 ports. Trying to do a 'usb start' simply hangs >> the board. This

Re: [U-Boot] [PATCH 00/20] usb: xhci: Fix USB xHCI support on Intel platform

2017-06-21 Thread Stefan Roese
Hi Bin, On 16.06.2017 15:31, Bin Meng wrote: > Currently U-Boot xHCI driver does not work on Intel BayTrail SoC based > boards that have USB 3.0 ports. Trying to do a 'usb start' simply hangs > the board. This series fixes a bunch of xHCI driver issues to make it > work on Intel's platform. > >

Re: [U-Boot] [PATCH 00/20] usb: xhci: Fix USB xHCI support on Intel platform

2017-06-16 Thread Stefan Roese
On 16.06.2017 16:21, Marek Vasut wrote: On 06/16/2017 03:31 PM, Bin Meng wrote: Currently U-Boot xHCI driver does not work on Intel BayTrail SoC based boards that have USB 3.0 ports. Trying to do a 'usb start' simply hangs the board. This series fixes a bunch of xHCI driver issues to make it

Re: [U-Boot] [PATCH 00/20] usb: xhci: Fix USB xHCI support on Intel platform

2017-06-16 Thread Marek Vasut
On 06/16/2017 03:31 PM, Bin Meng wrote: > Currently U-Boot xHCI driver does not work on Intel BayTrail SoC based > boards that have USB 3.0 ports. Trying to do a 'usb start' simply hangs > the board. This series fixes a bunch of xHCI driver issues to make it > work on Intel's platform. > > Issues

Re: [U-Boot] [PATCH 00/20] usb: xhci: Fix USB xHCI support on Intel platform

2017-06-16 Thread Bin Meng
Hi On Fri, Jun 16, 2017 at 9:31 PM, Bin Meng wrote: > Currently U-Boot xHCI driver does not work on Intel BayTrail SoC based > boards that have USB 3.0 ports. Trying to do a 'usb start' simply hangs > the board. This series fixes a bunch of xHCI driver issues to make it >

[U-Boot] [PATCH 00/20] usb: xhci: Fix USB xHCI support on Intel platform

2017-06-16 Thread Bin Meng
Currently U-Boot xHCI driver does not work on Intel BayTrail SoC based boards that have USB 3.0 ports. Trying to do a 'usb start' simply hangs the board. This series fixes a bunch of xHCI driver issues to make it work on Intel's platform. Issues identified in the U-Boot xHCI driver are really