mbox

[U-Boot,PULL] u-boot-usb/master

Message ID 201511050350.04270.marex@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Marek Vasut Nov. 5, 2015, 2:50 a.m. UTC
The following changes since commit 96d59e9d6aa74e35c63dc74da10e41f8ba0f6de4:

  mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1 (2015-11-02 08:51:50 
-0800)

are available in the git repository at:

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

for you to fetch changes up to f6fcebf5c181365a3c9ebc672d88121d54359eed:

  usb: udc: Fix warnings on 64-bit builds (2015-11-03 17:29:54 +0100)

----------------------------------------------------------------
Hans de Goede (1):
      ohci: Add missing cache-flush for hcca area

Michal Simek (3):
      usb: dwc3: Fix warnings on 64-bit builds
      usb: lthor: Specify correct parameter for sizeof type
      usb: udc: Fix warnings on 64-bit builds

Tom Rini (1):
      common/usb_storage.c: Clean up usb_storage_probe()

Vignesh R (2):
      dfu: dfu_sf: Pass duplicate devstr to parse_dev
      ARM: dra7xx_evm: Add DFU support for qspi flash

 common/usb_storage.c              | 29 ++---------------------------
 drivers/dfu/dfu_sf.c              |  4 +++-
 drivers/usb/dwc3/core.c           |  7 ++++---
 drivers/usb/dwc3/ep0.c            | 10 +++++-----
 drivers/usb/dwc3/gadget.c         | 10 +++++-----
 drivers/usb/dwc3/io.h             |  4 ++--
 drivers/usb/gadget/f_thor.c       |  2 +-
 drivers/usb/gadget/udc/udc-core.c |  2 +-
 drivers/usb/host/ohci-hcd.c       |  1 +
 include/configs/dra7xx_evm.h      | 16 +++++++++++++++-
 10 files changed, 39 insertions(+), 46 deletions(-)

Comments

Tom Rini Nov. 5, 2015, 3:50 p.m. UTC | #1
On Thu, Nov 05, 2015 at 03:50:04AM +0100, Marek Vasut wrote:

> The following changes since commit 96d59e9d6aa74e35c63dc74da10e41f8ba0f6de4:
> 
>   mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1 (2015-11-02 08:51:50 
> -0800)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git 
> 
> for you to fetch changes up to f6fcebf5c181365a3c9ebc672d88121d54359eed:
> 
>   usb: udc: Fix warnings on 64-bit builds (2015-11-03 17:29:54 +0100)
> 

Applied to u-boot/master, thanks!