All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PULL] u-boot/master
@ 2014-07-09 20:12 Marek Vasut
  2014-07-11 18:47 ` Tom Rini
  0 siblings, 1 reply; 9+ messages in thread
From: Marek Vasut @ 2014-07-09 20:12 UTC (permalink / raw)
  To: u-boot

Please apply for 2014.07:

The following changes since commit bc9a78acd40cf9bc7017639e8d4aec889b66e7ee:

  doc: Add zynq fragment to git-mailrc file (2014-07-09 10:45:15 -0400)

are available in the git repository at:

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

for you to fetch changes up to 5ba95541b700d2edecb4d97d4b905f51ed8551b3:

  usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x (2014-07-09 
22:11:51 +0200)

----------------------------------------------------------------
Felipe Balbi (2):
      usb: host: xhci: make sure to power up PHY
      usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x

 arch/arm/include/asm/arch-am33xx/hardware_am43xx.h |  5 +++++
 drivers/usb/host/xhci-omap.c                       |  1 +
 drivers/usb/phy/omap_usb_phy.c                     | 17 ++++++++++++++++-
 3 files changed, 22 insertions(+), 1 deletion(-)		

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PULL] u-boot/master
  2014-07-09 20:12 [U-Boot] [PULL] u-boot/master Marek Vasut
@ 2014-07-11 18:47 ` Tom Rini
  0 siblings, 0 replies; 9+ messages in thread
From: Tom Rini @ 2014-07-11 18:47 UTC (permalink / raw)
  To: u-boot

On Wed, Jul 09, 2014 at 10:12:52PM +0200, Marek Vasut wrote:

> Please apply for 2014.07:
> 
> The following changes since commit bc9a78acd40cf9bc7017639e8d4aec889b66e7ee:
> 
>   doc: Add zynq fragment to git-mailrc file (2014-07-09 10:45:15 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git HEAD
> 
> for you to fetch changes up to 5ba95541b700d2edecb4d97d4b905f51ed8551b3:
> 
>   usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x (2014-07-09 
> 22:11:51 +0200)
> 
> ----------------------------------------------------------------
> Felipe Balbi (2):
>       usb: host: xhci: make sure to power up PHY
>       usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x
> 
>  arch/arm/include/asm/arch-am33xx/hardware_am43xx.h |  5 +++++
>  drivers/usb/host/xhci-omap.c                       |  1 +
>  drivers/usb/phy/omap_usb_phy.c                     | 17 ++++++++++++++++-
>  3 files changed, 22 insertions(+), 1 deletion(-)		

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140711/3aa9911d/attachment.pgp>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PULL] u-boot/master
  2014-08-29  9:28 Marek Vasut
@ 2014-08-29 17:48 ` Tom Rini
  0 siblings, 0 replies; 9+ messages in thread
From: Tom Rini @ 2014-08-29 17:48 UTC (permalink / raw)
  To: u-boot

On Fri, Aug 29, 2014 at 11:28:42AM +0200, Marek Vasut wrote:

> The following changes since commit 124c5998755ef6778ca43acab27372fc470b8366:
> 
>   samsung: s5p_goni: fix: Add missing definitions for G_DNL_UMS gadget 
> (2014-08-28 13:47:34 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git HEAD
> 
> for you to fetch changes up to 74c0d756dea14855bec47f380b6ccb557be5db7c:
> 
>   usb: hub: don't check CONNECTION in hub_port_reset() (2014-08-29 11:27:43 
> +0200)
> 
> ----------------------------------------------------------------
> Marek Vasut (1):
>       usb: Handle -ENODEV from usb_lowlevel_init()
> 
> Stephen Warren (1):
>       usb: hub: don't check CONNECTION in hub_port_reset()
> 
>  common/usb.c     | 11 +++++++++--
>  common/usb_hub.c | 19 ++++++++++++++++---
>  2 files changed, 25 insertions(+), 5 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140829/67da51c2/attachment.pgp>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PULL] u-boot/master
@ 2014-08-29  9:28 Marek Vasut
  2014-08-29 17:48 ` Tom Rini
  0 siblings, 1 reply; 9+ messages in thread
From: Marek Vasut @ 2014-08-29  9:28 UTC (permalink / raw)
  To: u-boot

The following changes since commit 124c5998755ef6778ca43acab27372fc470b8366:

  samsung: s5p_goni: fix: Add missing definitions for G_DNL_UMS gadget 
(2014-08-28 13:47:34 -0400)

are available in the git repository at:

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

for you to fetch changes up to 74c0d756dea14855bec47f380b6ccb557be5db7c:

  usb: hub: don't check CONNECTION in hub_port_reset() (2014-08-29 11:27:43 
+0200)

----------------------------------------------------------------
Marek Vasut (1):
      usb: Handle -ENODEV from usb_lowlevel_init()

Stephen Warren (1):
      usb: hub: don't check CONNECTION in hub_port_reset()

 common/usb.c     | 11 +++++++++--
 common/usb_hub.c | 19 ++++++++++++++++---
 2 files changed, 25 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PULL] u-boot/master
  2014-08-20 11:12 Marek Vasut
@ 2014-08-20 11:55 ` Tom Rini
  0 siblings, 0 replies; 9+ messages in thread
From: Tom Rini @ 2014-08-20 11:55 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140820/61436f28/attachment.pgp>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PULL] u-boot/master
@ 2014-08-20 11:12 Marek Vasut
  2014-08-20 11:55 ` Tom Rini
  0 siblings, 1 reply; 9+ messages in thread
From: Marek Vasut @ 2014-08-20 11:12 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PULL] u-boot/master
  2014-08-08 21:08 ` Tom Rini
@ 2014-08-10 20:52   ` Marek Vasut
  0 siblings, 0 replies; 9+ messages in thread
From: Marek Vasut @ 2014-08-10 20:52 UTC (permalink / raw)
  To: u-boot

On Friday, August 08, 2014 at 11:08:56 PM, Tom Rini wrote:
> On Thu, Aug 07, 2014 at 04:37:06PM +0200, Marek Vasut wrote:
[..]
> >  28 files changed, 626 insertions(+), 90 deletions(-)
> >  create mode 100644 drivers/dfu/dfu_sf.c
> >  create mode 100644 test/dfu/README
> >  create mode 100755 test/dfu/dfu_gadget_test.sh
> >  create mode 100755 test/dfu/dfu_gadget_test_init.sh
> 
> Applied to u-boot/master, thanks!

Thanks!

Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PULL] u-boot/master
  2014-08-07 14:37 Marek Vasut
@ 2014-08-08 21:08 ` Tom Rini
  2014-08-10 20:52   ` Marek Vasut
  0 siblings, 1 reply; 9+ messages in thread
From: Tom Rini @ 2014-08-08 21:08 UTC (permalink / raw)
  To: u-boot

On Thu, Aug 07, 2014 at 04:37:06PM +0200, Marek Vasut wrote:

> The following changes since commit fbe79a17fddb7f0b11aa15b9c93e9a4a26165ed8:
> 
>   m68k: define __kernel_size_t as unsinged int again (2014-07-22 09:46:50 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git HEAD
> 
> for you to fetch changes up to 401abbf150e55e974829a7cc64584d9e463fc5ea:
> 
>   usb: ehci: rmobile: Remove xHCI address (2014-07-28 12:47:31 +0200)
> 
> ----------------------------------------------------------------
> Nobuhiro Iwamatsu (2):
>       usb: ehci: rmobile: Add support R8A7794
>       usb: ehci: rmobile: Remove xHCI address
> 
> Stephen Warren (11):
>       fs: implement size/fatsize/ext4size
>       dfu: fix some issues with reads/uploads
>       dfu: add write error handling
>       dfu: defer parsing of device string to IO backend
>       dfu: allow backend to specify a maximum buffer size
>       dfu: add free_entity() to struct dfu_entity
>       dfu: add SF backend
>       test: dfu: script enhancements
>       test: dfu: cleanup before execution
>       test: dfu: add some more test cases
>       dfu: fix readback buffer overflow test
> 
> ?ukasz Majewski (3):
>       test:dfu: Add test scripts for testing DFU regression
>       test:dfu: README file update
>       thor: defer parsing of device string to IO backend
> 
>  common/cmd_dfu.c                 |   3 +--
>  common/cmd_ext4.c                |  14 +++++++++++
>  common/cmd_fat.c                 |  13 ++++++++++
>  common/cmd_fs.c                  |  13 ++++++++++
>  common/cmd_thordown.c            |   6 ++---
>  drivers/dfu/Makefile             |   1 +
>  drivers/dfu/dfu.c                | 105 
> +++++++++++++++++++++++++++++++++++++++++++++++++------------------------------
>  drivers/dfu/dfu_mmc.c            |  80 
> ++++++++++++++++++++++++++++++++++++++++++++++--------------
>  drivers/dfu/dfu_nand.c           |   9 +++++--
>  drivers/dfu/dfu_ram.c            |  13 +++++-----
>  drivers/dfu/dfu_sf.c             | 139 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/usb/gadget/f_dfu.c       |  20 ++++++++++++---
>  drivers/usb/gadget/f_thor.c      |   5 ++--
>  drivers/usb/host/ehci-rmobile.c  |   7 ++++--
>  fs/ext4/ext4fs.c                 |   5 ++++
>  fs/fat/fat.c                     |   5 ++++
>  fs/fs.c                          |  43 +++++++++++++++++++++++++++++++++
>  fs/sandbox/sandboxfs.c           |   5 ++++
>  include/configs/koelsch.h        |   2 +-
>  include/configs/lager.h          |   2 +-
>  include/dfu.h                    |  52 +++++++++++++++++++++++++++++++--------
>  include/ext4fs.h                 |   1 +
>  include/fat.h                    |   1 +
>  include/fs.h                     |   9 +++++++
>  include/sandboxfs.h              |   1 +
>  test/dfu/README                  |  37 ++++++++++++++++++++++++++++
>  test/dfu/dfu_gadget_test.sh      |  94 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  test/dfu/dfu_gadget_test_init.sh |  31 ++++++++++++++++++++++++
>  28 files changed, 626 insertions(+), 90 deletions(-)
>  create mode 100644 drivers/dfu/dfu_sf.c
>  create mode 100644 test/dfu/README
>  create mode 100755 test/dfu/dfu_gadget_test.sh
>  create mode 100755 test/dfu/dfu_gadget_test_init.sh

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140808/0d203249/attachment.pgp>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PULL] u-boot/master
@ 2014-08-07 14:37 Marek Vasut
  2014-08-08 21:08 ` Tom Rini
  0 siblings, 1 reply; 9+ messages in thread
From: Marek Vasut @ 2014-08-07 14:37 UTC (permalink / raw)
  To: u-boot

The following changes since commit fbe79a17fddb7f0b11aa15b9c93e9a4a26165ed8:

  m68k: define __kernel_size_t as unsinged int again (2014-07-22 09:46:50 -0400)

are available in the git repository at:

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

for you to fetch changes up to 401abbf150e55e974829a7cc64584d9e463fc5ea:

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

----------------------------------------------------------------
Nobuhiro Iwamatsu (2):
      usb: ehci: rmobile: Add support R8A7794
      usb: ehci: rmobile: Remove xHCI address

Stephen Warren (11):
      fs: implement size/fatsize/ext4size
      dfu: fix some issues with reads/uploads
      dfu: add write error handling
      dfu: defer parsing of device string to IO backend
      dfu: allow backend to specify a maximum buffer size
      dfu: add free_entity() to struct dfu_entity
      dfu: add SF backend
      test: dfu: script enhancements
      test: dfu: cleanup before execution
      test: dfu: add some more test cases
      dfu: fix readback buffer overflow test

?ukasz Majewski (3):
      test:dfu: Add test scripts for testing DFU regression
      test:dfu: README file update
      thor: defer parsing of device string to IO backend

 common/cmd_dfu.c                 |   3 +--
 common/cmd_ext4.c                |  14 +++++++++++
 common/cmd_fat.c                 |  13 ++++++++++
 common/cmd_fs.c                  |  13 ++++++++++
 common/cmd_thordown.c            |   6 ++---
 drivers/dfu/Makefile             |   1 +
 drivers/dfu/dfu.c                | 105 
+++++++++++++++++++++++++++++++++++++++++++++++++------------------------------
 drivers/dfu/dfu_mmc.c            |  80 
++++++++++++++++++++++++++++++++++++++++++++++--------------
 drivers/dfu/dfu_nand.c           |   9 +++++--
 drivers/dfu/dfu_ram.c            |  13 +++++-----
 drivers/dfu/dfu_sf.c             | 139 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/usb/gadget/f_dfu.c       |  20 ++++++++++++---
 drivers/usb/gadget/f_thor.c      |   5 ++--
 drivers/usb/host/ehci-rmobile.c  |   7 ++++--
 fs/ext4/ext4fs.c                 |   5 ++++
 fs/fat/fat.c                     |   5 ++++
 fs/fs.c                          |  43 +++++++++++++++++++++++++++++++++
 fs/sandbox/sandboxfs.c           |   5 ++++
 include/configs/koelsch.h        |   2 +-
 include/configs/lager.h          |   2 +-
 include/dfu.h                    |  52 +++++++++++++++++++++++++++++++--------
 include/ext4fs.h                 |   1 +
 include/fat.h                    |   1 +
 include/fs.h                     |   9 +++++++
 include/sandboxfs.h              |   1 +
 test/dfu/README                  |  37 ++++++++++++++++++++++++++++
 test/dfu/dfu_gadget_test.sh      |  94 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 test/dfu/dfu_gadget_test_init.sh |  31 ++++++++++++++++++++++++
 28 files changed, 626 insertions(+), 90 deletions(-)
 create mode 100644 drivers/dfu/dfu_sf.c
 create mode 100644 test/dfu/README
 create mode 100755 test/dfu/dfu_gadget_test.sh
 create mode 100755 test/dfu/dfu_gadget_test_init.sh

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-08-29 17:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-09 20:12 [U-Boot] [PULL] u-boot/master Marek Vasut
2014-07-11 18:47 ` Tom Rini
2014-08-07 14:37 Marek Vasut
2014-08-08 21:08 ` Tom Rini
2014-08-10 20:52   ` Marek Vasut
2014-08-20 11:12 Marek Vasut
2014-08-20 11:55 ` Tom Rini
2014-08-29  9:28 Marek Vasut
2014-08-29 17:48 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.