mbox

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

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

Pull-request

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

Message

Marek Vasut Aug. 20, 2014, 11:12 a.m. UTC
The following changes since commit e49f14af1349eef94e41b636320bbfcace7403b5:

  patman: Only use git's --no-decorate when available (2014-08-13 08:34:16 
-0600)

are available in the git repository at:

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

for you to fetch changes up to 801123fe50464156103774a6e6d068ee4352a10b:

  test: ums: Add script for testing UMS gadget operation (2014-08-20 13:10:33 
+0200)

----------------------------------------------------------------
Łukasz Majewski (4):
      samsung: dfu: Provide correct Vendor and Product IDs for UMS gadget
      test: dfu: Extend dfu_gadget_test_init.sh to accept sizes of test files
      test: dfu: cosmetic: Add missing license information to DFU test scripts
      test: ums: Add script for testing UMS gadget operation

 board/samsung/common/Makefile             |   2 +-
 board/samsung/common/{thor.c => gadget.c} |   3 ++
 include/configs/exynos4-dt.h              |   2 ++
 test/dfu/dfu_gadget_test.sh               |  10 ++++++
 test/dfu/dfu_gadget_test_init.sh          |  16 ++++++++-
 test/ums/README                           |  30 +++++++++++++++++
 test/ums/ums_gadget_test.sh               | 175 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 236 insertions(+), 2 deletions(-)
 rename board/samsung/common/{thor.c => gadget.c} (77%)
 create mode 100644 test/ums/README
 create mode 100755 test/ums/ums_gadget_test.sh

Comments

Tom Rini Aug. 20, 2014, 11:55 a.m. UTC | #1
On Wed, Aug 20, 2014 at 01:12:21PM +0200, Marek Vasut wrote:

> The following changes since commit e49f14af1349eef94e41b636320bbfcace7403b5:
> 
>   patman: Only use git's --no-decorate when available (2014-08-13 08:34:16 
> -0600)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git HEAD
> 
> for you to fetch changes up to 801123fe50464156103774a6e6d068ee4352a10b:
> 
>   test: ums: Add script for testing UMS gadget operation (2014-08-20 13:10:33 
> +0200)
> 
> ----------------------------------------------------------------
> Łukasz Majewski (4):
>       samsung: dfu: Provide correct Vendor and Product IDs for UMS gadget
>       test: dfu: Extend dfu_gadget_test_init.sh to accept sizes of test files
>       test: dfu: cosmetic: Add missing license information to DFU test scripts
>       test: ums: Add script for testing UMS gadget operation
> 
>  board/samsung/common/Makefile             |   2 +-
>  board/samsung/common/{thor.c => gadget.c} |   3 ++
>  include/configs/exynos4-dt.h              |   2 ++
>  test/dfu/dfu_gadget_test.sh               |  10 ++++++
>  test/dfu/dfu_gadget_test_init.sh          |  16 ++++++++-
>  test/ums/README                           |  30 +++++++++++++++++
>  test/ums/ums_gadget_test.sh               | 175 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  7 files changed, 236 insertions(+), 2 deletions(-)
>  rename board/samsung/common/{thor.c => gadget.c} (77%)
>  create mode 100644 test/ums/README
>  create mode 100755 test/ums/ums_gadget_test.sh

Applied to u-boot/master, thanks!