mbox series

[PULL] u-boot-usb/master

Message ID e37f8023-3066-1e55-0d5e-2113d825689e@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-usb/master | expand

Pull-request

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

Message

Marek Vasut Jan. 27, 2022, 12:35 a.m. UTC
The following changes since commit 6146cd62aedc4849fec66f10ab0aa57f1dc64b8e:

   Merge branch '2022-01-24-assorted-updates' (2022-01-25 08:01:43 -0500)

are available in the Git repository at:

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

for you to fetch changes up to fc2b399ac03b91339a1cb1bfd4d1a9ca87fe95c6:

   usb: gadget: Add CDC ACM function (2022-01-26 23:23:17 +0100)

----------------------------------------------------------------
Loic Poulain (2):
       lib/circbuf: Make circbuf selectable symbol
       usb: gadget: Add CDC ACM function

Lukasz Majewski (4):
       usb: Modify Kconfig of the USB_EHCI_MXS to use this driver with imx28
       usb: ehci: Refactor the ehci_mxs_toggle_clock function to be 
reused with DM
       usb: ehci: Move common mxs code to separate functions 
(ehci_hcd_{stop|start})
       usb: ehci: dm: Convert i.MX28 ehci code to driver model

  common/stdio.c              |   3 +
  drivers/usb/gadget/Kconfig  |   9 ++
  drivers/usb/gadget/Makefile |   1 +
  drivers/usb/gadget/f_acm.c  | 672 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/usb/host/Kconfig    |   7 +-
  drivers/usb/host/ehci-mxs.c | 328 
++++++++++++++++++++++++++++++++++++++++-----------
  include/stdio_dev.h         |   1 +
  lib/Kconfig                 |   3 +
  lib/Makefile                |   8 +-
  9 files changed, 962 insertions(+), 70 deletions(-)
  create mode 100644 drivers/usb/gadget/f_acm.c

Comments

Tom Rini Jan. 27, 2022, 12:17 p.m. UTC | #1
On Thu, Jan 27, 2022 at 01:35:14AM +0100, Marek Vasut wrote:

> The following changes since commit 6146cd62aedc4849fec66f10ab0aa57f1dc64b8e:
> 
>   Merge branch '2022-01-24-assorted-updates' (2022-01-25 08:01:43 -0500)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to fc2b399ac03b91339a1cb1bfd4d1a9ca87fe95c6:
> 
>   usb: gadget: Add CDC ACM function (2022-01-26 23:23:17 +0100)
> 

Applied to u-boot/master, thanks!