mbox

[U-Boot,GIT,DFU] Pull request: u-boot-dfu

Message ID 20140819121738.185dcc2d@amdc2363
State Accepted
Delegated to: Marek Vasut
Headers show

Pull-request

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

Message

Łukasz Majewski Aug. 19, 2014, 10:17 a.m. UTC
Hi Marek,

The following changes since commit
401abbf150e55e974829a7cc64584d9e463fc5ea:

  usb: ehci: rmobile: Remove xHCI address (2014-07-28 12:47:31 +0200)

are available in the git repository at:

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

for you to fetch changes up to f17d48c013db0a232085013b8052c99e2abc1663:

  test: ums: Add script for testing UMS gadget operation (2014-08-19
  11:48:02 +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

Marek Vasut Aug. 20, 2014, 11:12 a.m. UTC | #1
On Tuesday, August 19, 2014 at 12:17:38 PM, Lukasz Majewski wrote:
> Hi Marek,
> 
> The following changes since commit
> 401abbf150e55e974829a7cc64584d9e463fc5ea:
> 
>   usb: ehci: rmobile: Remove xHCI address (2014-07-28 12:47:31 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dfu.git HEAD
> 
> for you to fetch changes up to f17d48c013db0a232085013b8052c99e2abc1663:
> 
>   test: ums: Add script for testing UMS gadget operation (2014-08-19
>   11:48:02 +0200)

Applied, thanks!

Best regards,
Marek Vasut