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

2017-07-18 Thread Marek Vasut
On 07/18/2017 11:59 AM, Stefan Roese wrote: > Hi Marek, > Hi Bin, > > On 18.07.2017 11:04, Marek Vasut wrote: >> On 07/18/2017 11:03 AM, Bin Meng wrote: >>> Hi Marek, >>> >>> On Mon, Jul 10, 2017 at 10:46 PM, Bin Meng wrote: Hi Marek, On Thu, Jun 22, 2017 at 3:13 PM, Bin Meng wrot

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

2017-07-18 Thread Stefan Roese
Hi Marek, Hi Bin, On 18.07.2017 11:04, Marek Vasut wrote: On 07/18/2017 11:03 AM, Bin Meng wrote: Hi Marek, On Mon, Jul 10, 2017 at 10:46 PM, Bin Meng wrote: Hi Marek, On Thu, Jun 22, 2017 at 3:13 PM, Bin Meng wrote: Currently U-Boot xHCI driver does not work on Intel BayTrail SoC based b

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

2017-07-18 Thread Marek Vasut
On 07/18/2017 11:03 AM, Bin Meng wrote: > Hi Marek, > > On Mon, Jul 10, 2017 at 10:46 PM, Bin Meng wrote: >> Hi Marek, >> >> On Thu, Jun 22, 2017 at 3:13 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 d

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

2017-07-18 Thread Bin Meng
Hi Marek, On Mon, Jul 10, 2017 at 10:46 PM, Bin Meng wrote: > Hi Marek, > > On Thu, Jun 22, 2017 at 3:13 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 ser

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

2017-07-10 Thread Bin Meng
Hi Marek, On Thu, Jun 22, 2017 at 3:13 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 p

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

2017-06-22 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 spec