mbox

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

Message ID 201203302223.18444.marex@denx.de
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Marek Vasut March 30, 2012, 8:23 p.m. UTC
The following changes since commit 7cb30b13f12077c7eec8ce2419cd96cd65ace8e2:

  Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash (2012-03-23 
21:59:16 +0100)

are available in the git repository at:


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

for you to fetch changes up to f9da0f894328802cb8aaeb8a24660e37ff624d26:

  Enable high speed support for USB device framework and usbtty (2012-03-28 
16:31:08 +0200)

----------------------------------------------------------------
Vipin KUMAR (1):
      Enable high speed support for USB device framework and usbtty

 README                    |    8 +++++++
 drivers/serial/usbtty.c   |   50 ++++++++++++++++++++++++++++++++++++++++++++-
 drivers/serial/usbtty.h   |    4 +++
 drivers/usb/gadget/core.c |    1 -
 drivers/usb/gadget/ep0.c  |   23 +++++++++++++++++---
 include/usbdescriptors.h  |   15 +++++++++++++
 include/usbdevice.h       |   22 ++++++++++++++++++-
 7 files changed, 116 insertions(+), 7 deletions(-)

Comments

Wolfgang Denk March 30, 2012, 9:56 p.m. UTC | #1
Dear Marek Vasut,

In message <201203302223.18444.marex@denx.de> you wrote:
> The following changes since commit 7cb30b13f12077c7eec8ce2419cd96cd65ace8e2:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash (2012-03-23 
> 21:59:16 +0100)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to f9da0f894328802cb8aaeb8a24660e37ff624d26:
> 
>   Enable high speed support for USB device framework and usbtty (2012-03-28 
> 16:31:08 +0200)
> 
> ----------------------------------------------------------------
> Vipin KUMAR (1):
>       Enable high speed support for USB device framework and usbtty
> 
>  README                    |    8 +++++++
>  drivers/serial/usbtty.c   |   50 ++++++++++++++++++++++++++++++++++++++++++++-
>  drivers/serial/usbtty.h   |    4 +++
>  drivers/usb/gadget/core.c |    1 -
>  drivers/usb/gadget/ep0.c  |   23 +++++++++++++++++---
>  include/usbdescriptors.h  |   15 +++++++++++++
>  include/usbdevice.h       |   22 ++++++++++++++++++-
>  7 files changed, 116 insertions(+), 7 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk