Re: [PATCH v2] usb: dwc3: support USB 3.1 controllers

2024-08-13 Thread Marek Vasut
On 8/13/24 2:26 PM, Mattijs Korpershoek wrote: On dim., août 11, 2024 at 19:37, Marek Vasut wrote: On 4/23/24 4:15 PM, Caleb Connolly wrote: The revision is different for these, add the additional check as in xhci-dwc3 core_init code. Reviewed-by: Marek Vasut Thanks ! Marek, should I pi

Re: [PATCH v2] usb: dwc3: support USB 3.1 controllers

2024-08-13 Thread Mattijs Korpershoek
Hi, On mar., août 13, 2024 at 09:43, Fabio Estevam wrote: > Hi Mattijs, > > On Tue, Aug 13, 2024 at 9:26 AM Mattijs Korpershoek > wrote: > >> Marek, should I pick this up through u-boot-dfu or will you pick it up? > > This one is already in master: > > https://gitlab.com/u-boot/u-boot/-/commit/

Re: [PATCH v2] usb: dwc3: support USB 3.1 controllers

2024-08-13 Thread Fabio Estevam
Hi Mattijs, On Tue, Aug 13, 2024 at 9:26 AM Mattijs Korpershoek wrote: > Marek, should I pick this up through u-boot-dfu or will you pick it up? This one is already in master: https://gitlab.com/u-boot/u-boot/-/commit/ef1e322f3e1d9a221a1ee6109f6571429ee9fb4a

Re: [PATCH v2] usb: dwc3: support USB 3.1 controllers

2024-08-13 Thread Mattijs Korpershoek
On dim., août 11, 2024 at 19:37, Marek Vasut wrote: > On 4/23/24 4:15 PM, Caleb Connolly wrote: >> The revision is different for these, add the additional check as in >> xhci-dwc3 core_init code. > > Reviewed-by: Marek Vasut > > Thanks ! Marek, should I pick this up through u-boot-dfu or will y

Re: [PATCH v2] usb: dwc3: support USB 3.1 controllers

2024-08-11 Thread Marek Vasut
On 4/23/24 4:15 PM, Caleb Connolly wrote: The revision is different for these, add the additional check as in xhci-dwc3 core_init code. Reviewed-by: Marek Vasut Thanks !

Re: [PATCH v2] usb: dwc3: support USB 3.1 controllers

2024-08-08 Thread Caleb Connolly
Small ping, I think this patch slipped through the cracks. On 23/04/2024 16:15, Caleb Connolly wrote: The revision is different for these, add the additional check as in xhci-dwc3 core_init code. Equivalent upstream Linux patch: 690fb3718a70 ("usb: dwc3: Support Synopsys USB 3.1 IP") Reviewed-

[PATCH v2] usb: dwc3: support USB 3.1 controllers

2024-04-23 Thread Caleb Connolly
The revision is different for these, add the additional check as in xhci-dwc3 core_init code. Equivalent upstream Linux patch: 690fb3718a70 ("usb: dwc3: Support Synopsys USB 3.1 IP") Reviewed-by: Neil Armstrong Tested-by: Neil Armstrong # on SM8550 Reviewed-by: Mattijs Korpershoek Reviewed-by: