All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 00/17] usb: gadget: update
@ 2021-01-25 13:43 peng.fan at nxp.com
  2021-01-25 13:43 ` [PATCH V2 01/17] usb: gadget: Add ep_config call back to usb_gadget_ops peng.fan at nxp.com
                   ` (16 more replies)
  0 siblings, 17 replies; 19+ messages in thread
From: peng.fan at nxp.com @ 2021-01-25 13:43 UTC (permalink / raw)
  To: u-boot

From: Peng Fan <peng.fan@nxp.com>

V2:
 Fix imx6dl_mamoj size SPL exceeded issue

V1:
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

Peng Fan (1):
  usb: gadget: add Kconfig for OS descriptors

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

 drivers/usb/gadget/Kconfig      |   9 +
 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 ++++++
 11 files changed, 743 insertions(+), 105 deletions(-)
 create mode 100644 drivers/usb/gadget/u_os_desc.h
 create mode 100644 include/linux/utf.h

-- 
2.28.0

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2021-06-23 10:16 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25 13:43 [PATCH V2 00/17] usb: gadget: update peng.fan at nxp.com
2021-01-25 13:43 ` [PATCH V2 01/17] usb: gadget: Add ep_config call back to usb_gadget_ops peng.fan at nxp.com
2021-01-25 13:43 ` [PATCH V2 02/17] usb: gadget: don't change ep name for dwc3 while ep autoconfig peng.fan at nxp.com
2021-01-25 13:43 ` [PATCH V2 03/17] usb: gadget: OS String support peng.fan at nxp.com
2021-01-25 13:43 ` [PATCH V2 04/17] usb: gadget: move utf8_to_utf16le to header file peng.fan at nxp.com
2021-01-25 13:43 ` [PATCH V2 05/17] usb: gadget: add Kconfig for OS descriptors peng.fan at nxp.com
2021-01-25 13:43 ` [PATCH V2 06/17] usb: gadget: OS Feature Descriptors support peng.fan at nxp.com
2021-01-25 13:43 ` [PATCH V2 07/17] usb: gadget: add WCID support for mfgtool peng.fan at nxp.com
2021-01-25 13:43 ` [PATCH V2 08/17] usb: gadget: fastboot: add ext properties for WCID peng.fan at nxp.com
2021-01-25 13:43 ` [PATCH V2 09/17] usb: gadget: set correct usb_configuration for os_desc_config peng.fan at nxp.com
2021-01-25 13:43 ` [PATCH V2 10/17] usb: gadget: update os_desc_config when add config peng.fan at nxp.com
2021-01-25 13:43 ` [PATCH V2 11/17] usb: gadget: add super speed support peng.fan at nxp.com
2021-01-25 13:43 ` [PATCH V2 12/17] usb: fastboot: " peng.fan at nxp.com
2021-01-25 13:43 ` [PATCH V2 13/17] usb: gadget: dnl: set dnl to be super speed peng.fan at nxp.com
2021-01-25 13:43 ` [PATCH V2 14/17] usb: composite: force gadget to be USB2 for HS only function peng.fan at nxp.com
2021-01-25 13:43 ` [PATCH V2 15/17] usb: udc: ci: update speed handling peng.fan at nxp.com
2021-01-25 13:43 ` [PATCH V2 16/17] usb: gadget: fastboot: use correct max packet size peng.fan at nxp.com
2021-06-23 10:15   ` Maxime Ripard
2021-01-25 13:44 ` [PATCH V2 17/17] usb: gaget: ci: set ep's desc when enable ep peng.fan at nxp.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.