Re: [PATCH] usb: xhci-dwc3: Add support for USB 3.1 controllers

2021-09-19 Thread Bin Meng
On Mon, Sep 20, 2021 at 6:44 AM Marek Vasut wrote: > > On 9/19/21 10:40 AM, Bin Meng wrote: > > Hi Marek, > > > > On Thu, Sep 16, 2021 at 10:08 PM Bin Meng wrote: > >> > >> On Thu, Sep 16, 2021 at 10:00 PM Mark Kettenis > >> wrote: > >>> > >>> This adds support for the DWC_sub31 controllers suc

Re: [PATCH] usb: xhci-dwc3: Add support for USB 3.1 controllers

2021-09-19 Thread Marek Vasut
On 9/19/21 10:40 AM, Bin Meng wrote: Hi Marek, On Thu, Sep 16, 2021 at 10:08 PM Bin Meng wrote: On Thu, Sep 16, 2021 at 10:00 PM Mark Kettenis wrote: This adds support for the DWC_sub31 controllers such as those found on Apple's M1 SoC. This version of the controller seems to work fine wi

Re: [PATCH] usb: xhci-dwc3: Add support for USB 3.1 controllers

2021-09-19 Thread Bin Meng
Hi Marek, On Thu, Sep 16, 2021 at 10:08 PM Bin Meng wrote: > > On Thu, Sep 16, 2021 at 10:00 PM Mark Kettenis wrote: > > > > This adds support for the DWC_sub31 controllers such as those > > found on Apple's M1 SoC. This version of the controller > > seems to work fine with the existing driver.

Re: [PATCH] usb: xhci-dwc3: Add support for USB 3.1 controllers

2021-09-16 Thread Bin Meng
On Thu, Sep 16, 2021 at 10:00 PM Mark Kettenis wrote: > > This adds support for the DWC_sub31 controllers such as those > found on Apple's M1 SoC. This version of the controller > seems to work fine with the existing driver. > > Signed-off-by: Mark Kettenis > --- > drivers/usb/host/xhci-dwc3.c