mbox

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

Message ID 5728E82F.2060908@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Marek Vasut May 3, 2016, 6:04 p.m. UTC
Hi,

this stuff is for 2016.05, it's a bunch of fixes.

The following changes since commit e7fbcbc2566ab4bbcb07889a5791972ac49fa407:

  igep00x0: Use the SRAM available for SPL. (2016-05-03 12:17:13 -0400)

are available in the git repository at:

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

for you to fetch changes up to e96e064f51139c4af39f14499564ef76e40bbc29:

  usb: dwc2: Init desc_before_addr (2016-05-03 19:21:18 +0200)

----------------------------------------------------------------
Marek Vasut (4):
      usb: dwc2: Pass private data into dwc_otg_core_init()
      usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init()
      usb: dwc2: Make OC protection configurable
      usb: dwc2: Init desc_before_addr

 drivers/usb/host/dwc2.c | 40 +++++++++++++++++++++++++++++++---------
 1 file changed, 31 insertions(+), 9 deletions(-)

Comments

Tom Rini May 3, 2016, 9:29 p.m. UTC | #1
On Tue, May 03, 2016 at 08:04:31PM +0200, Marek Vasut wrote:

> Hi,
> 
> this stuff is for 2016.05, it's a bunch of fixes.
> 
> The following changes since commit e7fbcbc2566ab4bbcb07889a5791972ac49fa407:
> 
>   igep00x0: Use the SRAM available for SPL. (2016-05-03 12:17:13 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to e96e064f51139c4af39f14499564ef76e40bbc29:
> 
>   usb: dwc2: Init desc_before_addr (2016-05-03 19:21:18 +0200)
> 

Applied to u-boot/master, thanks!