mbox series

[PULL] u-boot-usb/next

Message ID 34da0853-0d22-58a1-44d7-24b2712e1929@denx.de
State Awaiting Upstream
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-usb/next | expand

Pull-request

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

Message

Marek Vasut March 30, 2020, 9:32 a.m. UTC
A couple of fixed/cleans, this is for next:

The following changes since commit 350c44dfb99017e9147ee07d37a40626bde62250:

  Merge branch '2020-03-27-master-imports' (2020-03-27 17:54:38 -0400)

are available in the Git repository at:

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

for you to fetch changes up to ac28e59a574dd231a4787752d923f618587e3d10:

  usb: Migrate to support live DT for some driver (2020-03-30 03:48:53
+0200)

----------------------------------------------------------------
Kever Yang (3):
      usb: dwc3-of-simple: Drop redundant inclding header file
      usb: ehci-msm: Use dev interface to get device address
      usb: Migrate to support live DT for some driver

 drivers/usb/cdns3/core.c           | 15 ++++++---------
 drivers/usb/cdns3/gadget.c         |  2 +-
 drivers/usb/common/common.c        | 12 +++++-------
 drivers/usb/dwc3/dwc3-generic.c    | 16 +++++++---------
 drivers/usb/dwc3/dwc3-meson-g12a.c |  2 +-
 drivers/usb/gadget/dwc2_udc_otg.c  |  5 ++---
 drivers/usb/host/dwc3-of-simple.c  |  1 -
 drivers/usb/host/dwc3-sti-glue.c   | 20 +++++++-------------
 drivers/usb/host/ehci-msm.c        |  4 +---
 drivers/usb/host/ehci-mx6.c        |  2 +-
 drivers/usb/host/xhci-dwc3.c       |  3 +--
 drivers/usb/musb-new/ti-musb.c     | 12 +++++-------
 include/linux/usb/otg.h            | 10 ++++++----
 13 files changed, 43 insertions(+), 61 deletions(-)

Comments

Tom Rini April 1, 2020, 1:43 p.m. UTC | #1
On Mon, Mar 30, 2020 at 11:32:39AM +0200, Marek Vasut wrote:

> A couple of fixed/cleans, this is for next:
> 
> The following changes since commit 350c44dfb99017e9147ee07d37a40626bde62250:
> 
>   Merge branch '2020-03-27-master-imports' (2020-03-27 17:54:38 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-usb.git next
> 
> for you to fetch changes up to ac28e59a574dd231a4787752d923f618587e3d10:
> 
>   usb: Migrate to support live DT for some driver (2020-03-30 03:48:53
> +0200)
> 

Applied to u-boot/next, thanks!