mbox

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

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

Pull-request

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

Message

Marek Vasut Sept. 12, 2015, 6:26 p.m. UTC
The following changes since commit 89983478bdc99996bbc26bd63fd00358d3082cbe:

  gpio: lpc32xx: fix issues with port3 gpio (2015-09-11 17:15:34 -0400)

are available in the git repository at:

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

for you to fetch changes up to b337b3b2a53f112a217f4bd31307b02f830bb787:

  usb: ci_udc: fix emissions of ZLPs (2015-09-12 20:24:42 +0200)

----------------------------------------------------------------
Peng Fan (1):
      usb: gadget: ci_udc: implement usb_ep_ops dequeue callback

Stephen Warren (1):
      usb: ci_udc: fix emissions of ZLPs

 drivers/usb/gadget/ci_udc.c | 44 ++++++++++++++++++++++++++++++++++----------
 1 file changed, 34 insertions(+), 10 deletions(-)

Comments

Tom Rini Sept. 13, 2015, 1:44 a.m. UTC | #1
On Sat, Sep 12, 2015 at 08:26:27PM +0200, Marek Vasut wrote:

> The following changes since commit 89983478bdc99996bbc26bd63fd00358d3082cbe:
> 
>   gpio: lpc32xx: fix issues with port3 gpio (2015-09-11 17:15:34 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git 
> 
> for you to fetch changes up to b337b3b2a53f112a217f4bd31307b02f830bb787:
> 
>   usb: ci_udc: fix emissions of ZLPs (2015-09-12 20:24:42 +0200)
> 

Applied to u-boot/master, thanks!