Hi Chris, Thank you for the patch.
On Thu, Jan 15, 2026 at 17:01, Chris Morgan <[email protected]> wrote: > From: Chris Morgan <[email protected]> > > Add support for the ip and version_type fields from the Linux > version of the dwc3 driver. Included in this is support for a > few additional macros in the header from Linux as well. > > Signed-off-by: Chris Morgan <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> > --- > drivers/usb/dwc3/core.c | 26 ++++++++++++++---- > drivers/usb/dwc3/core.h | 60 +++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 81 insertions(+), 5 deletions(-) >

