Re: [PATCH v4 0/5] Qualcomm DWC3 USB support

2024-03-21 Thread Mattijs Korpershoek
Hi Caleb, It seems CI got broken with this series. Baseline CI (passed): https://source.denx.de/u-boot/u-boot/-/pipelines/20006 With series applied (failed): https://source.denx.de/u-boot/custodians/u-boot-dfu/-/jobs/802278 It seems the change on UMS introduced some linking errors on arm32:

Re: [PATCH v4 0/5] Qualcomm DWC3 USB support

2024-03-21 Thread Mattijs Korpershoek
Hi, On Wed, 20 Mar 2024 14:30:46 +, Caleb Connolly wrote: > This series enables support for Qualcomm platforms in the DWC3 driver, > adds support for arbitrary sector sizes to the USB mass storage gadget, > and fixes an issue with the CDC ACM driver where it wouldn't initialise > the USB

Re: [PATCH v4 0/5] Qualcomm DWC3 USB support

2024-03-20 Thread Caleb Connolly
On 20/03/2024 20:01, Marek Vasut wrote: > On 3/20/24 3:30 PM, Caleb Connolly wrote: >> This series enables support for Qualcomm platforms in the DWC3 driver, >> adds support for arbitrary sector sizes to the USB mass storage gadget, >> and fixes an issue with the CDC ACM driver where it

Re: [PATCH v4 0/5] Qualcomm DWC3 USB support

2024-03-20 Thread Marek Vasut
On 3/20/24 3:30 PM, Caleb Connolly wrote: This series enables support for Qualcomm platforms in the DWC3 driver, adds support for arbitrary sector sizes to the USB mass storage gadget, and fixes an issue with the CDC ACM driver where it wouldn't initialise the USB device. Additionally, it fixes

[PATCH v4 0/5] Qualcomm DWC3 USB support

2024-03-20 Thread Caleb Connolly
This series enables support for Qualcomm platforms in the DWC3 driver, adds support for arbitrary sector sizes to the USB mass storage gadget, and fixes an issue with the CDC ACM driver where it wouldn't initialise the USB device. Additionally, it fixes a syntax bug in the Qualcomm SMMU driver,