[PATCH v3 2/3] usb: dwc3: add needs_full_reinit flag
Thinh Nguyen
Thinh.Nguyen at synopsys.com
Mon Feb 9 16:39:43 PST 2026
On Fri, Feb 06, 2026, Xu Yang wrote:
> diff --git a/drivers/usb/dwc3/glue.h b/drivers/usb/dwc3/glue.h
> index df86e14cb706..d4ea635c92fb 100644
> --- a/drivers/usb/dwc3/glue.h
> +++ b/drivers/usb/dwc3/glue.h
> @@ -12,9 +12,12 @@
> /**
> * dwc3_properties: DWC3 core properties
> * @gsbuscfg0_reqinfo: Value to be programmed in the GSBUSCFG0.REQINFO field
> + * @core_may_lose_power: indicate the controller may not remain power during
> + * system pm
> */
> struct dwc3_properties {
> u32 gsbuscfg0_reqinfo;
> + bool core_may_lose_power;
Can we keep the type and naming here the same needs_full_reinit. I'm
planning to consolidate all the properties under the same struct
definition in the future refactor.
Thanks,
Thinh
More information about the linux-arm-kernel
mailing list