Re: [PATCH v3 2/3] usb: dwc3: add needs_full_reinit flag
From: Xu Yang
Date: Wed Feb 11 2026 - 05:38:00 EST
On Tue, Feb 10, 2026 at 12:39:43AM +0000, Thinh Nguyen wrote:
> 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.
Sure, will do.
Thanks,
Xu Yang