[U-Boot] Pull request: u-boot-usb

Wolfgang Denk wd at denx.de
Tue Sep 21 09:35:15 CEST 2010


Dear Remy Bohmer,

In message <AANLkTinb0LQ=pky-kSNy4kGW1QAB5XZu91zGd6AWAS2g at mail.gmail.com> you wrote:
> The following changes since commit ff377b1c0e891569b6da13629090aad7c38175e0:
>   Wolfgang Denk (1):
>         canmb board: Fix compiler warnings
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git next
> 
> Mike Frysinger (1):
>       usb: musb: stub out MUSB_TXCSR_MODE for Blackfin parts
> 
> Remy Bohmer (1):
>       Integrate USB gadget layer and USB CDC driver layer
> 
> Stefano Babic (2):
>       USB-CDC: correct wrong alignment in ether.c
>       USB-CDC: called handle_interrupts inside usb_eth_send
> 
> Vitaly Kuzmichev (9):
>       USB-CDC: Restuct USB gadget Makefile
>       USB-CDC: Add lost 'qmult' definition
>       USB-CDC: Use native debug printout macros
>       USB-CDC: Correct freeing usb requests
>       USB-CDC: Replace 'strcpy' by 'strlcpy'
>       USB-CDC: Correct stat_req initialization
>       USB-CDC: ethernet error path potential oops fix
>       USB-CDC: change simple_strtol to simple_strtoul
>       USB-CDC: Fix coding style issues
> 
>  drivers/usb/gadget/Makefile       |    6 +
>  drivers/usb/gadget/config.c       |  119 +++
>  drivers/usb/gadget/epautoconf.c   |  305 ++++++
>  drivers/usb/gadget/ether.c        | 1976 +++++++++++++++++++++++++++++++++++++
>  drivers/usb/gadget/gadget_chips.h |  220 ++++
>  drivers/usb/gadget/usbstring.c    |  140 +++
>  drivers/usb/musb/musb_core.h      |    2 +
>  include/linux/usb/cdc.h           |  224 +++++
>  include/linux/usb/ch9.h           |  587 +++++++++++
>  include/linux/usb/gadget.h        |  857 ++++++++++++++++
>  include/net.h                     |   17 +-
>  11 files changed, 4451 insertions(+), 2 deletions(-)
>  create mode 100644 drivers/usb/gadget/config.c
>  create mode 100644 drivers/usb/gadget/epautoconf.c
>  create mode 100644 drivers/usb/gadget/ether.c
>  create mode 100644 drivers/usb/gadget/gadget_chips.h
>  create mode 100644 drivers/usb/gadget/usbstring.c
>  create mode 100644 include/linux/usb/cdc.h
>  create mode 100644 include/linux/usb/ch9.h
>  create mode 100644 include/linux/usb/gadget.h

Applied to next branch, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The most difficult thing in the world is to know how to  do  a  thing
and to watch someone else doing it wrong, without commenting.
                                                        -- T.H. White


More information about the U-Boot mailing list