From: Lukasz Majewski <lukma@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH 00/16] usb: gadget: update
Date: Sat, 23 Jan 2021 13:11:45 +0100 [thread overview]
Message-ID: <20210123131145.7ce6757f@jawa> (raw)
In-Reply-To: <DB6PR0402MB2760A5A6DBA8BAEC7434FA9F88D30@DB6PR0402MB2760.eurprd04.prod.outlook.com>
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 at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210123/bc39fd64/attachment.sig>
prev parent reply other threads:[~2021-01-23 12:11 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-16 13:25 [PATCH 00/16] usb: gadget: update peng.fan at nxp.com
2020-09-16 13:25 ` [PATCH 01/16] usb: gadget: Add ep_config call back to usb_gadget_ops peng.fan at nxp.com
2020-09-16 13:25 ` [PATCH 02/16] usb: gadget: don't change ep name for dwc3 while ep autoconfig peng.fan at nxp.com
2020-09-16 13:25 ` [PATCH 03/16] usb: gadget: OS String support peng.fan at nxp.com
2020-09-16 13:25 ` [PATCH 04/16] usb: gadget: move utf8_to_utf16le to header file peng.fan at nxp.com
2020-09-16 13:25 ` [PATCH 05/16] usb: gadget: OS Feature Descriptors support peng.fan at nxp.com
2020-09-16 13:25 ` [PATCH 06/16] usb: gadget: add WCID support for mfgtool peng.fan at nxp.com
2020-09-16 13:25 ` [PATCH 07/16] usb: gadget: fastboot: add ext properties for WCID peng.fan at nxp.com
2020-09-16 13:25 ` [PATCH 08/16] usb: gadget: set correct usb_configuration for os_desc_config peng.fan at nxp.com
2020-09-16 13:25 ` [PATCH 09/16] usb: gadget: update os_desc_config when add config peng.fan at nxp.com
2020-09-16 13:25 ` [PATCH 10/16] usb: gadget: add super speed support peng.fan at nxp.com
2020-09-16 13:25 ` [PATCH 11/16] usb: fastboot: " peng.fan at nxp.com
2020-09-16 13:25 ` [PATCH 12/16] usb: gadget: dnl: set dnl to be super speed peng.fan at nxp.com
2020-09-16 13:25 ` [PATCH 13/16] usb: composite: force gadget to be USB2 for HS only function peng.fan at nxp.com
2020-09-16 13:25 ` [PATCH 14/16] usb: udc: ci: update speed handling peng.fan at nxp.com
2020-09-16 13:25 ` [PATCH 15/16] usb: gadget: fastboot: use correct max packet size peng.fan at nxp.com
2020-09-16 13:25 ` [PATCH 16/16] usb: gaget: ci: set ep's desc when enable ep peng.fan at nxp.com
2020-10-10 6:00 ` [PATCH 00/16] usb: gadget: update Peng Fan
2021-01-03 10:32 ` Peng Fan
2021-01-23 12:11 ` Lukasz Majewski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210123131145.7ce6757f@jawa \
--to=lukma@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox