All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de, Tom Rini <trini@konsulko.com>
Cc: Marek Vasut <marex@denx.de>
Subject: [PULL] u-boot-usb/next
Date: Sat, 16 Sep 2023 12:16:18 +0200	[thread overview]
Message-ID: <20230916101618.5191-1-marex@denx.de> (raw)

The following changes since commit 2fe4b54556ea6271237b35de68dc458bfceab94c:

  Merge branch '2023-09-14-remove-NEEDS_MANUAL_RELOC' into next (2023-09-14 16:23:49 -0400)

are available in the Git repository at:

  git://source.denx.de/u-boot-usb.git next

for you to fetch changes up to 2caf974b5fac69a1b778e64503f2c107a8d7c3a3:

  board: usb: Replace legacy usb_gadget_handle_interrupts() (2023-09-15 23:38:02 +0200)

----------------------------------------------------------------
Marek Vasut (17):
      dm: usb: udc: Factor out plain udevice handler functions
      usb: sandbox: Add DM_USB_GADGET support
      configs: sandbox: Enable DM_USB_GADGET
      cmd: fastboot: Use plain udevice for UDC controller interaction
      cmd: rockusb: Use plain udevice for UDC controller interaction
      cmd: sdp: Reorder variable declaration
      cmd: thordown: Reorder variable declaration
      cmd: ums: Use plain udevice for UDC controller interaction
      dfu: Detach the controller on error
      dfu: Use plain udevice for UDC controller interaction
      spl: sdp: Detach the controller on error
      sdp: Use plain udevice for UDC controller interaction
      thordown: Use plain udevice for UDC controller interaction
      usb: gadget: acm: Use plain udevice for UDC controller interaction
      usb: gadget: ether: Use plain udevice for UDC controller interaction
      dm: usb: udc: Drop legacy udevice handler functions
      board: usb: Replace legacy usb_gadget_handle_interrupts()

 arch/arm/mach-rockchip/board.c      |  4 +-
 board/purism/librem5/spl.c          |  4 +-
 board/samsung/common/exynos5-dt.c   |  4 +-
 board/st/stih410-b2260/board.c      |  4 +-
 board/ti/am43xx/board.c             |  6 +--
 cmd/fastboot.c                      |  7 ++--
 cmd/rockusb.c                       |  7 ++--
 cmd/thordown.c                      | 24 ++++++------
 cmd/usb_gadget_sdp.c                | 15 +++++---
 cmd/usb_mass_storage.c              | 10 +++--
 common/dfu.c                        | 19 ++++++----
 common/spl/spl_sdp.c                | 20 ++++++----
 configs/sandbox64_defconfig         |  1 +
 configs/sandbox_defconfig           |  1 +
 configs/sandbox_flattree_defconfig  |  1 +
 configs/sandbox_noinst_defconfig    |  1 +
 configs/sandbox_spl_defconfig       |  1 +
 configs/sandbox_vpl_defconfig       |  1 +
 drivers/usb/dwc3/core.c             |  6 +--
 drivers/usb/dwc3/dwc3-omap.c        |  8 ++--
 drivers/usb/gadget/at91_udc.c       |  2 +-
 drivers/usb/gadget/atmel_usba_udc.c |  3 +-
 drivers/usb/gadget/ci_udc.c         |  4 +-
 drivers/usb/gadget/dwc2_udc_otg.c   | 12 +-----
 drivers/usb/gadget/ether.c          | 20 +++++-----
 drivers/usb/gadget/f_acm.c          | 13 ++++---
 drivers/usb/gadget/f_mass_storage.c |  8 ++--
 drivers/usb/gadget/f_sdp.c          | 10 ++---
 drivers/usb/gadget/f_thor.c         | 74 +++++++++++++++++++------------------
 drivers/usb/gadget/udc/Makefile     |  2 +-
 drivers/usb/gadget/udc/udc-uclass.c | 57 ++++++++++++++--------------
 drivers/usb/host/usb-sandbox.c      |  6 ++-
 drivers/usb/musb-new/musb_uboot.c   |  2 +-
 include/dwc3-omap-uboot.h           |  2 +-
 include/dwc3-uboot.h                |  2 +-
 include/linux/usb/gadget.h          | 32 ++++++++--------
 include/sdp.h                       |  6 +--
 include/thor.h                      |  4 +-
 include/usb_mass_storage.h          |  2 +-
 39 files changed, 214 insertions(+), 191 deletions(-)

             reply	other threads:[~2023-09-16 10:16 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-16 10:16 Marek Vasut [this message]
2023-09-16 22:38 ` [PULL] u-boot-usb/next Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2026-06-03  0:40 Marek Vasut
2026-06-03 18:21 ` Tom Rini
2025-10-05 12:59 Marek Vasut
2025-10-05 17:48 ` Tom Rini
2025-09-25 23:08 Marek Vasut
2025-09-26 15:56 ` Tom Rini
2025-03-17  3:15 Marek Vasut
2025-03-18  1:14 ` Tom Rini
2024-09-09 20:20 Marek Vasut
2024-09-10  4:08 ` Tom Rini
2023-09-05 13:50 Marek Vasut
2023-09-06 17:50 ` Tom Rini
2023-05-18 15:01 Marek Vasut
2023-05-18 20:09 ` Tom Rini
2023-03-03  0:05 Marek Vasut
2023-03-03 23:40 ` Tom Rini
2023-02-22 15:36 Marek Vasut
2023-02-22 18:37 ` Tom Rini
2023-02-22 22:09   ` Marek Vasut
2023-02-23  1:50     ` Tom Rini
2023-02-23  4:45       ` Marek Vasut
2023-02-23 16:36     ` Tom Rini
2020-10-01  8:29 Marek Vasut
2020-10-01 17:09 ` Tom Rini
2020-10-01 17:42   ` Marek Vasut
2020-10-01 18:09     ` Tom Rini
2020-10-01 18:38       ` Marek Vasut
2020-03-30  9:32 Marek Vasut
2020-04-01 13:43 ` 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=20230916101618.5191-1-marex@denx.de \
    --to=marex@denx.de \
    --cc=trini@konsulko.com \
    --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 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.