mbox series

[00/16] usb: gadget: update

Message ID 20200916132537.8313-1-peng.fan@nxp.com
Headers show
Series usb: gadget: update | expand

Message

Peng Fan Sept. 16, 2020, 1:25 p.m. UTC
From: Peng Fan <peng.fan@nxp.com>

This patchset is to upstream NXP downstream gadget driver patches
for feature update.

Jun Li (2):
  usb: gadget: set correct usb_configuration for os_desc_config
  usb: gadget: update os_desc_config when add config

Li Jun (13):
  usb: gadget: don't change ep name for dwc3 while ep autoconfig
  usb: gadget: OS String support
  usb: gadget: move utf8_to_utf16le to header file
  usb: gadget: OS Feature Descriptors support
  usb: gadget: add WCID support for mfgtool
  usb: gadget: fastboot: add ext properties for WCID
  usb: gadget: add super speed support
  usb: fastboot: add super speed support
  usb: gadget: dnl: set dnl to be super speed
  usb: composite: force gadget to be USB2 for HS only function
  usb: udc: ci: update speed handling
  usb: gadget: fastboot: use correct max packet size
  usb: gaget: ci: set ep's desc when enable ep

Ye Li (1):
  usb: gadget: Add ep_config call back to usb_gadget_ops

 drivers/usb/gadget/ci_udc.c     |   5 +-
 drivers/usb/gadget/composite.c  | 392 +++++++++++++++++++++++++++++---
 drivers/usb/gadget/epautoconf.c |   6 +
 drivers/usb/gadget/f_fastboot.c |  83 ++++++-
 drivers/usb/gadget/g_dnl.c      |   1 +
 drivers/usb/gadget/u_os_desc.h  | 123 ++++++++++
 drivers/usb/gadget/usbstring.c  |  74 +-----
 include/linux/usb/composite.h   |  71 ++++++
 include/linux/usb/gadget.h      |   9 +
 include/linux/utf.h             |  75 ++++++
 10 files changed, 734 insertions(+), 105 deletions(-)
 create mode 100644 drivers/usb/gadget/u_os_desc.h
 create mode 100644 include/linux/utf.h

Comments

Peng Fan Oct. 10, 2020, 6 a.m. UTC | #1
Hi Lukasz,

Are you fine with this patchset from NXP downstream?

Thanks,
Peng.
> Subject: [PATCH 00/16] usb: gadget: update
> 
> From: Peng Fan <peng.fan@nxp.com>
> 
> This patchset is to upstream NXP downstream gadget driver patches for
> feature update.
> 
> Jun Li (2):
>   usb: gadget: set correct usb_configuration for os_desc_config
>   usb: gadget: update os_desc_config when add config
> 
> Li Jun (13):
>   usb: gadget: don't change ep name for dwc3 while ep autoconfig
>   usb: gadget: OS String support
>   usb: gadget: move utf8_to_utf16le to header file
>   usb: gadget: OS Feature Descriptors support
>   usb: gadget: add WCID support for mfgtool
>   usb: gadget: fastboot: add ext properties for WCID
>   usb: gadget: add super speed support
>   usb: fastboot: add super speed support
>   usb: gadget: dnl: set dnl to be super speed
>   usb: composite: force gadget to be USB2 for HS only function
>   usb: udc: ci: update speed handling
>   usb: gadget: fastboot: use correct max packet size
>   usb: gaget: ci: set ep's desc when enable ep
> 
> Ye Li (1):
>   usb: gadget: Add ep_config call back to usb_gadget_ops
> 
>  drivers/usb/gadget/ci_udc.c     |   5 +-
>  drivers/usb/gadget/composite.c  | 392
> +++++++++++++++++++++++++++++---
>  drivers/usb/gadget/epautoconf.c |   6 +
>  drivers/usb/gadget/f_fastboot.c |  83 ++++++-
>  drivers/usb/gadget/g_dnl.c      |   1 +
>  drivers/usb/gadget/u_os_desc.h  | 123 ++++++++++
> drivers/usb/gadget/usbstring.c  |  74 +-----
>  include/linux/usb/composite.h   |  71 ++++++
>  include/linux/usb/gadget.h      |   9 +
>  include/linux/utf.h             |  75 ++++++
>  10 files changed, 734 insertions(+), 105 deletions(-)  create mode 100644
> drivers/usb/gadget/u_os_desc.h  create mode 100644 include/linux/utf.h
> 
> --
> 2.28.0
Peng Fan Jan. 3, 2021, 10:32 a.m. UTC | #2
Hi,

> Subject: RE: [PATCH 00/16] usb: gadget: update

This patchset has been pending there for two months.

Lukasz, Marek,

Would you please pick or any comments?

Thanks,
Peng.

> 
> Hi Lukasz,
> 
> Are you fine with this patchset from NXP downstream?
> 
> Thanks,
> Peng.
> > Subject: [PATCH 00/16] usb: gadget: update
> >
> > From: Peng Fan <peng.fan@nxp.com>
> >
> > This patchset is to upstream NXP downstream gadget driver patches for
> > feature update.
> >
> > Jun Li (2):
> >   usb: gadget: set correct usb_configuration for os_desc_config
> >   usb: gadget: update os_desc_config when add config
> >
> > Li Jun (13):
> >   usb: gadget: don't change ep name for dwc3 while ep autoconfig
> >   usb: gadget: OS String support
> >   usb: gadget: move utf8_to_utf16le to header file
> >   usb: gadget: OS Feature Descriptors support
> >   usb: gadget: add WCID support for mfgtool
> >   usb: gadget: fastboot: add ext properties for WCID
> >   usb: gadget: add super speed support
> >   usb: fastboot: add super speed support
> >   usb: gadget: dnl: set dnl to be super speed
> >   usb: composite: force gadget to be USB2 for HS only function
> >   usb: udc: ci: update speed handling
> >   usb: gadget: fastboot: use correct max packet size
> >   usb: gaget: ci: set ep's desc when enable ep
> >
> > Ye Li (1):
> >   usb: gadget: Add ep_config call back to usb_gadget_ops
> >
> >  drivers/usb/gadget/ci_udc.c     |   5 +-
> >  drivers/usb/gadget/composite.c  | 392
> > +++++++++++++++++++++++++++++---
> >  drivers/usb/gadget/epautoconf.c |   6 +
> >  drivers/usb/gadget/f_fastboot.c |  83 ++++++-
> >  drivers/usb/gadget/g_dnl.c      |   1 +
> >  drivers/usb/gadget/u_os_desc.h  | 123 ++++++++++
> > drivers/usb/gadget/usbstring.c  |  74 +-----
> >  include/linux/usb/composite.h   |  71 ++++++
> >  include/linux/usb/gadget.h      |   9 +
> >  include/linux/utf.h             |  75 ++++++
> >  10 files changed, 734 insertions(+), 105 deletions(-)  create mode
> > 100644 drivers/usb/gadget/u_os_desc.h  create mode 100644
> > include/linux/utf.h
> >
> > --
> > 2.28.0
Lukasz Majewski Jan. 23, 2021, 12:11 p.m. UTC | #3
Hi Peng,

> Hi,
> 
> > Subject: RE: [PATCH 00/16] usb: gadget: update  
> 
> This patchset has been pending there for two months.
> 
> Lukasz, Marek,
> 
> Would you please pick or any comments?

I was just about to pull it, but during the CI testing it turned out
that this patch set causes SPL size exceeding on imx6dl_mamoj board (it
can be reproduced in newest -master).

https://dev.azure.com/lukma633/U-Boot/_build/results?buildId=13&view=logs&j=554f195c-c80e-5e05-7a9c-4642c1f9a37c&t=92e52138-5d66-5c57-10af-6820634a0b88

Please fix and resend, as I don't have any more comments. Thanks for
your work and please find my apologizes for so late reply. 

> 
> Thanks,
> Peng.
> 
> > 
> > Hi Lukasz,
> > 
> > Are you fine with this patchset from NXP downstream?
> > 
> > Thanks,
> > Peng.  
> > > Subject: [PATCH 00/16] usb: gadget: update
> > >
> > > From: Peng Fan <peng.fan@nxp.com>
> > >
> > > This patchset is to upstream NXP downstream gadget driver patches
> > > for feature update.
> > >
> > > Jun Li (2):
> > >   usb: gadget: set correct usb_configuration for os_desc_config
> > >   usb: gadget: update os_desc_config when add config
> > >
> > > Li Jun (13):
> > >   usb: gadget: don't change ep name for dwc3 while ep autoconfig
> > >   usb: gadget: OS String support
> > >   usb: gadget: move utf8_to_utf16le to header file
> > >   usb: gadget: OS Feature Descriptors support
> > >   usb: gadget: add WCID support for mfgtool
> > >   usb: gadget: fastboot: add ext properties for WCID
> > >   usb: gadget: add super speed support
> > >   usb: fastboot: add super speed support
> > >   usb: gadget: dnl: set dnl to be super speed
> > >   usb: composite: force gadget to be USB2 for HS only function
> > >   usb: udc: ci: update speed handling
> > >   usb: gadget: fastboot: use correct max packet size
> > >   usb: gaget: ci: set ep's desc when enable ep
> > >
> > > Ye Li (1):
> > >   usb: gadget: Add ep_config call back to usb_gadget_ops
> > >
> > >  drivers/usb/gadget/ci_udc.c     |   5 +-
> > >  drivers/usb/gadget/composite.c  | 392
> > > +++++++++++++++++++++++++++++---
> > >  drivers/usb/gadget/epautoconf.c |   6 +
> > >  drivers/usb/gadget/f_fastboot.c |  83 ++++++-
> > >  drivers/usb/gadget/g_dnl.c      |   1 +
> > >  drivers/usb/gadget/u_os_desc.h  | 123 ++++++++++
> > > drivers/usb/gadget/usbstring.c  |  74 +-----
> > >  include/linux/usb/composite.h   |  71 ++++++
> > >  include/linux/usb/gadget.h      |   9 +
> > >  include/linux/utf.h             |  75 ++++++
> > >  10 files changed, 734 insertions(+), 105 deletions(-)  create
> > > mode 100644 drivers/usb/gadget/u_os_desc.h  create mode 100644
> > > include/linux/utf.h
> > >
> > > --
> > > 2.28.0  
> 




Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de