Re: [PATCH v3 1/5] usb: dwc3-generic: implement Qualcomm wrapper

2024-03-19 Thread Caleb Connolly
> +static void dwc3_qcom_glue_configure(struct udevice *dev, int index, > + enum usb_dr_mode mode) > +{ > + struct dwc3_glue_data *glue = dev_get_plat(dev); > + void __iomem *qscratch_base = (void __iomem *)glue->regs; CI is not happy with this, it fails

[PATCH v3 1/5] usb: dwc3-generic: implement Qualcomm wrapper

2024-03-19 Thread Caleb Connolly
The Qualcomm specific dwc3 wrapper isn't hugely complicated, implemented the missing initialisation for host and gadget mode. Reviewed-by: Mattijs Korpershoek Reviewed-by: Marek Vasut Reviewed-by: Neil Armstrong Signed-off-by: Caleb Connolly --- drivers/usb/dwc3/dwc3-generic.c | 81