mbox

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

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

Pull-request

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

Message

Marek Vasut Jan. 16, 2016, 6:08 a.m. UTC
The following changes since commit 782acf7b52db6bec1a796773e3033b4afcd6c9e2:

  Merge git://git.denx.de/u-boot-rockchip (2016-01-15 08:11:15 -0500)

are available in the git repository at:

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

for you to fetch changes up to 447b9cdf2c4d8d7c6cb1ff64426c1dfaf7396f93:

  common: usb: fix checking condition (2016-01-16 07:06:55 +0100)

----------------------------------------------------------------
Peng Fan (1):
      common: usb: fix checking condition

Sanchayan Maity (2):
      usb: host: ehci-vf: Remove hardcoded USB host client configuration
      usb: host: ehci-vf: Implement board_usb_phy_mode weak function

Ye.Li (1):
      usb:ci_udc: Remove ULPI setting for i.MX OTG controller

 common/usb.c                |  2 +-
 drivers/usb/gadget/ci_udc.c | 14 +++-----------
 drivers/usb/host/ehci-vf.c  | 15 ++++++++++-----
 3 files changed, 14 insertions(+), 17 deletions(-)

Comments

Tom Rini Jan. 16, 2016, 7:35 p.m. UTC | #1
On Sat, Jan 16, 2016 at 07:08:30AM +0100, Marek Vasut wrote:

> The following changes since commit 782acf7b52db6bec1a796773e3033b4afcd6c9e2:
> 
>   Merge git://git.denx.de/u-boot-rockchip (2016-01-15 08:11:15 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 447b9cdf2c4d8d7c6cb1ff64426c1dfaf7396f93:
> 
>   common: usb: fix checking condition (2016-01-16 07:06:55 +0100)
> 

Applied to u-boot/master, thanks!