mbox

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

Message ID CANqCtQLxBGjG07A39J3Gx-X4ANKZSHx8SnX+d7kXHfviRe2iVA@mail.gmail.com
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Remy Bohmer Dec. 16, 2011, 9:01 p.m. UTC
The following changes since commit 06e42c6e2ce269667daecd6229d0b7c813838203:

  Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
(2011-12-12 14:51:16 +0100)

are available in the git repository at:

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

Igor Grinberg (4):
      USB: ULPI: switch argument type from u8 to unsigned
      USB: ULPI: clean a mixup of return types
      USB: ULPI: increase error case verbosity
      README: add documentation for CONFIG_USB_ULPI*

Lukasz Majewski (1):
      usb:gadget:s5p Enable the USB Gadget framework at Exynos4210
(C210 Universal)

Tom Rini (1):
      USB: Use (get|put)_unaligned for accessing wMaxPacketSize

 README                                   |    8 +++++
 arch/arm/include/asm/arch-exynos/cpu.h   |    1 +
 board/samsung/universal_c210/universal.c |   48 ++++++++++++++++++++++++++++++
 common/cmd_usb.c                         |    3 +-
 common/usb.c                             |   27 ++++++++++++-----
 drivers/serial/usbtty.c                  |   10 ++++--
 drivers/usb/gadget/epautoconf.c          |    8 +++--
 drivers/usb/gadget/s3c_udc_otg.c         |   10 ++++--
 drivers/usb/ulpi/ulpi-viewport.c         |    4 +-
 drivers/usb/ulpi/ulpi.c                  |   30 +++++++++---------
 include/configs/s5pc210_universal.h      |    4 ++
 include/max8998_pmic.h                   |    1 +
 include/usb/ulpi.h                       |    8 ++--
 include/usbdescriptors.h                 |    2 +-
 14 files changed, 122 insertions(+), 42 deletions(-)

Comments

Wolfgang Denk Dec. 17, 2011, 7:51 p.m. UTC | #1
Dear Remy Bohmer,

In message <CANqCtQLxBGjG07A39J3Gx-X4ANKZSHx8SnX+d7kXHfviRe2iVA@mail.gmail.com> you wrote:
> The following changes since commit 06e42c6e2ce269667daecd6229d0b7c813838203:
> 
>   Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
> (2011-12-12 14:51:16 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Igor Grinberg (4):
>       USB: ULPI: switch argument type from u8 to unsigned
>       USB: ULPI: clean a mixup of return types
>       USB: ULPI: increase error case verbosity
>       README: add documentation for CONFIG_USB_ULPI*
> 
> Lukasz Majewski (1):
>       usb:gadget:s5p Enable the USB Gadget framework at Exynos4210
> (C210 Universal)
> 
> Tom Rini (1):
>       USB: Use (get|put)_unaligned for accessing wMaxPacketSize
> 
>  README                                   |    8 +++++
>  arch/arm/include/asm/arch-exynos/cpu.h   |    1 +
>  board/samsung/universal_c210/universal.c |   48 ++++++++++++++++++++++++++++++
>  common/cmd_usb.c                         |    3 +-
>  common/usb.c                             |   27 ++++++++++++-----
>  drivers/serial/usbtty.c                  |   10 ++++--
>  drivers/usb/gadget/epautoconf.c          |    8 +++--
>  drivers/usb/gadget/s3c_udc_otg.c         |   10 ++++--
>  drivers/usb/ulpi/ulpi-viewport.c         |    4 +-
>  drivers/usb/ulpi/ulpi.c                  |   30 +++++++++---------
>  include/configs/s5pc210_universal.h      |    4 ++
>  include/max8998_pmic.h                   |    1 +
>  include/usb/ulpi.h                       |    8 ++--
>  include/usbdescriptors.h                 |    2 +-
>  14 files changed, 122 insertions(+), 42 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk