u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [PULL] u-boot-usb/master
Date: Sun, 31 Jan 2021 15:58:01 +0100	[thread overview]
Message-ID: <c77ff005-47de-f91f-eba1-935f1b2d6c8c@denx.de> (raw)

The following changes since commit 472a716b8fdfd88a27cb675e4ea8e12cb4f79fc3:

   configs: Resync with savedefconfig (2021-01-29 13:56:04 -0500)

are available in the Git repository at:

   git://git.denx.de/u-boot-usb.git master

for you to fetch changes up to 723fd5668ff2c8dd19e808778b5670d0fa6bdc4b:

   usb: gaget: ci: set ep's desc when enable ep (2021-01-31 14:08:56 +0100)

----------------------------------------------------------------
Andy Shevchenko (3):
       f_rockusb: Use NULL instead of 0 for pointers
       f_rockusb: Avoid use-after-free in the global pointer variable
       f_fastboot: Avoid use-after-free in the global pointer variable

Eugeniu Rosca (5):
       cmd: bcb: Extract '__bcb_load' from 'do_bcb_load' for internal needs
       cmd: bcb: Extract '__bcb_set' from 'do_bcb_set' for internal needs
       cmd: bcb: Extract '__bcb_store' from 'do_bcb_store' for internal 
needs
       cmd: bcb: Expose 'bcb_write_reboot_reason' to external callers
       cmd: bcb: Add support for processing const string literals in 
bcb_set()

Guillermo Rodriguez (1):
       dfu: Fix handling of UBI partitions in MTD backend

Jaehoon Chung (1):
       dfu: add 'SKIP' entity

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

Marek Szyprowski (5):
       cmd: usb_mass_storage: show device interface name
       dfu: mmc: use the default MMC device if entity specifies it as -1
       dfu: add 'SCRIPT' entity
       dfu: add support for the dfu_alt_info reintialization from the 
flashed script
       thor: add support for the dfu_alt_info reintialization from the 
flashed script

Pali Roh?r (1):
       usb: gadget: Do not export usbd_device_* arrays

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

Seung-Woo Kim (1):
       gadget: f_thor: fix wrong file size cast

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

  cmd/bcb.c                       |  88 ++++++++++++++++++-----
  cmd/dfu.c                       |  13 +++-
  cmd/thordown.c                  |  19 +++--
  cmd/usb_mass_storage.c          |   4 +-
  common/dfu.c                    |   3 +
  doc/README.dfu                  |  30 +++++++-
  drivers/dfu/dfu.c               |   7 +-
  drivers/dfu/dfu_mmc.c           |  39 ++++++++--
  drivers/dfu/dfu_mtd.c           |   4 +-
  drivers/usb/gadget/Kconfig      |   9 +++
  drivers/usb/gadget/ci_udc.c     |   5 +-
  drivers/usb/gadget/composite.c  | 392 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
  drivers/usb/gadget/core.c       |  45 ++----------
  drivers/usb/gadget/ep0.c        |  46 ++++++++++++
  drivers/usb/gadget/epautoconf.c |   6 ++
  drivers/usb/gadget/f_fastboot.c |  85 ++++++++++++++++++++--
  drivers/usb/gadget/f_rockusb.c  |   7 +-
  drivers/usb/gadget/f_thor.c     |  11 +--
  drivers/usb/gadget/g_dnl.c      |   1 +
  drivers/usb/gadget/u_os_desc.h  | 123 ++++++++++++++++++++++++++++++++
  drivers/usb/gadget/usbstring.c  |  74 +------------------
  include/bcb.h                   |  21 ++++++
  include/dfu.h                   |   4 ++
  include/linux/usb/composite.h   |  71 +++++++++++++++++++
  include/linux/usb/gadget.h      |   9 +++
  include/linux/utf.h             |  75 ++++++++++++++++++++
  include/thor.h                  |   2 +
  include/usbdevice.h             |  15 ----
  28 files changed, 1001 insertions(+), 207 deletions(-)
  create mode 100644 drivers/usb/gadget/u_os_desc.h
  create mode 100644 include/bcb.h
  create mode 100644 include/linux/utf.h

             reply	other threads:[~2021-01-31 14:58 UTC|newest]

Thread overview: 137+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-31 14:58 Marek Vasut [this message]
2021-02-01  0:44 ` [PULL] u-boot-usb/master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2024-04-14 18:45 Marek Vasut
2024-04-15  1:31 ` Tom Rini
2024-03-09 16:08 Marek Vasut
2024-03-09 21:58 ` Tom Rini
2024-02-20  8:35 Marek Vasut
2024-02-20 18:15 ` Tom Rini
2023-12-02  6:25 Marek Vasut
2023-12-03 21:31 ` Tom Rini
2023-10-13 19:24 Marek Vasut
2023-10-14 14:49 ` Tom Rini
2023-09-05 13:50 Marek Vasut
2023-09-06 14:52 ` Tom Rini
2023-08-25  8:57 Marek Vasut
2023-08-25 17:24 ` Tom Rini
2023-08-05 13:04 Marek Vasut
2023-08-06 13:29 ` Tom Rini
2023-07-27 10:22 Marek Vasut
2023-07-27 16:43 ` Tom Rini
2023-07-03 11:22 Marek Vasut
2023-07-06 20:02 ` Tom Rini
2023-06-21 14:21 Marek Vasut
2023-06-21 20:37 ` Tom Rini
2023-06-08 22:03 Marek Vasut
2023-06-09 18:30 ` Tom Rini
2023-04-04  0:11 Marek Vasut
2023-04-04  0:49 ` Tom Rini
2023-03-10 23:01 Marek Vasut
2023-03-13 17:40 ` Tom Rini
2023-02-22 16:27 Marek Vasut
2023-02-22 22:51 ` Tom Rini
2023-01-15 14:27 Marek Vasut
2023-01-15 20:40 ` Tom Rini
2022-12-08 14:47 Marek Vasut
2022-12-08 18:07 ` Tom Rini
2022-11-28 11:19 Marek Vasut
2022-11-28 15:34 ` Tom Rini
2022-11-04 15:18 Marek Vasut
2022-11-06 11:32 ` Tom Rini
2022-10-10 19:06 Marek Vasut
2022-10-10 21:17 ` Tom Rini
2022-09-26  1:39 Marek Vasut
2022-09-26 14:00 ` Tom Rini
2022-09-19 18:18 Marek Vasut
2022-09-19 21:50 ` Tom Rini
2022-09-03 14:31 Marek Vasut
2022-09-05  2:35 ` Tom Rini
2022-07-19 18:55 Marek Vasut
2022-07-20 11:10 ` Tom Rini
2022-07-14 15:05 Marek Vasut
2022-07-15 11:02 ` Tom Rini
2022-06-07 22:46 Marek Vasut
2022-06-08 14:16 ` Tom Rini
2022-05-21  0:29 Marek Vasut
2022-05-21 15:19 ` Tom Rini
2022-05-06 11:42 Marek Vasut
2022-05-06 16:18 ` Tom Rini
2022-04-22 13:27 Marek Vasut
2022-04-22 16:51 ` Tom Rini
2022-03-15  1:28 Marek Vasut
2022-03-15 12:13 ` Tom Rini
2022-03-01 12:16 Marek Vasut
2022-03-02  3:22 ` Tom Rini
2022-02-23  5:20 Marek Vasut
2022-02-23 20:49 ` Tom Rini
2022-02-16 19:27 Marek Vasut
2022-02-17 13:31 ` Tom Rini
2022-02-11 12:22 Marek Vasut
2022-02-11 17:05 ` Tom Rini
2022-01-27  0:35 Marek Vasut
2022-01-27 12:17 ` Tom Rini
2021-11-03 10:12 Marek Vasut
2021-11-03 14:44 ` Tom Rini
2021-10-31  8:01 Marek Vasut
2021-10-31 19:15 ` Tom Rini
2021-09-22 22:35 Marek Vasut
2021-09-23 21:20 ` Tom Rini
2021-06-25  1:12 Marek Vasut
2021-06-25 12:54 ` Tom Rini
2021-06-09 11:02 Marek Vasut
2021-06-09 18:12 ` Tom Rini
2021-05-16 18:53 Marek Vasut
2021-05-17 18:04 ` Tom Rini
2021-04-28 22:09 Marek Vasut
2021-04-29 15:30 ` Tom Rini
2021-04-23 11:18 Marek Vasut
2021-04-23 16:23 ` Tom Rini
2021-04-18  4:28 Marek Vasut
2021-04-19  1:06 ` Tom Rini
2021-04-06 18:09 Marek Vasut
2021-04-07 12:05 ` Tom Rini
2021-03-10 11:58 Marek Vasut
2021-03-11 14:26 ` Tom Rini
2021-03-03 10:57 Marek Vasut
2021-03-03 15:10 ` Tom Rini
2021-02-26 17:56 Marek Vasut
2021-02-26 22:55 ` Tom Rini
2021-02-10 22:39 Marek Vasut
2021-02-11 21:51 ` Tom Rini
2021-02-07 20:10 Marek Vasut
2021-02-08 20:42 ` Tom Rini
2020-12-16 21:30 Marek Vasut
2020-12-18 15:59 ` Tom Rini
2020-11-22 15:07 Marek Vasut
2020-11-23 15:28 ` Tom Rini
2020-10-20 10:56 Marek Vasut
2020-10-21 23:12 ` Tom Rini
2020-09-03 12:14 Marek Vasut
2020-09-03 13:03 ` Tom Rini
2020-09-03 13:35   ` Marek Vasut
2020-09-03 13:48     ` Tom Rini
2020-09-03 18:08 ` Tom Rini
2020-08-06 15:36 Marek Vasut
2020-08-07 12:53 ` Tom Rini
2020-06-14 15:28 Marek Vasut
2020-06-15 13:33 ` Tom Rini
2020-05-30 21:06 Marek Vasut
2020-05-31 14:04 ` Tom Rini
2020-05-22 23:22 Marek Vasut
2020-05-23 14:28 ` Tom Rini
2020-05-12 18:39 Marek Vasut
2020-05-12 22:09 ` Tom Rini
2020-05-05 14:24 Marek Vasut
2020-05-05 20:56 ` Tom Rini
2020-04-28 13:01 Marek Vasut
2020-04-28 16:11 ` Tom Rini
2020-04-13 20:02 Marek Vasut
2020-04-14 23:24 ` Tom Rini
2020-03-04 12:22 Marek Vasut
2020-03-04 23:50 ` Tom Rini
2020-02-02 17:20 Marek Vasut
2020-02-02 22:42 ` Tom Rini
2020-01-08 15:32 Marek Vasut
2020-01-09 18:42 ` Tom Rini
2019-12-21 19:37 Marek Vasut
2019-12-22 23:05 ` Tom Rini

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=c77ff005-47de-f91f-eba1-935f1b2d6c8c@denx.de \
    --to=marex@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;
as well as URLs for NNTP newsgroup(s).