mbox

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

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

Pull-request

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

Message

Marek Vasut June 11, 2014, 12:34 a.m. UTC
The previous PR was somehow lost I presume, so please find a bigger one:

The following changes since commit 90b51c33f362926e17d4c07dcef1ce822abaa89f:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-05-30 11:34:39 
-0400)

are available in the git repository at:


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

for you to fetch changes up to 3d83e6752d5595351a47309aab0749984c5909b7:

  dfu: Disable default calculation of CRC32 (2014-06-11 02:31:48 +0200)

----------------------------------------------------------------
Lukasz Majewski (2):
      dfu: Introduction of the "dfu_hash_algo" env variable for checksum method 
setting
      dfu: Disable default calculation of CRC32

Stephen Warren (11):
      usb: hub: fix power good delay timing
      usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAY
      usb: ci_udc: detect queued requests on ep0
      usb: ci_udc: use a single descriptor for ep0
      usb: ci_udc: pre-allocate ep0 req
      usb: ci_udc: complete ep0 direction handling
      usb: ci_udc: call udc_disconnect() from ci_pullup()
      usb: ci_udc: fix freeing of ep0 req
      usb: ci_udc: fix probe error cleanup
      usb: ci_udc: clean up all allocations in unregister
      usb: ci_udc: terminate ep0 INs with a zlp when required

 README                       |   3 --
 common/usb_hub.c             |  11 ++++---
 drivers/dfu/dfu.c            |  46 +++++++++++++++++++++++++----
 drivers/usb/gadget/ci_udc.c  | 173 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------
 drivers/usb/gadget/ci_udc.h  |   2 ++
 include/configs/cm_t35.h     |   2 --
 include/configs/gw_ventana.h |   1 -
 7 files changed, 183 insertions(+), 55 deletions(-)

Comments

Tom Rini June 11, 2014, 1:49 a.m. UTC | #1
On Wed, Jun 11, 2014 at 02:34:21AM +0200, Marek Vasut wrote:

> The previous PR was somehow lost I presume, so please find a bigger one:
> 
> The following changes since commit 90b51c33f362926e17d4c07dcef1ce822abaa89f:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-05-30 11:34:39 
> -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 3d83e6752d5595351a47309aab0749984c5909b7:
> 
>   dfu: Disable default calculation of CRC32 (2014-06-11 02:31:48 +0200)
> 
> ----------------------------------------------------------------
> Lukasz Majewski (2):
>       dfu: Introduction of the "dfu_hash_algo" env variable for checksum method 
> setting
>       dfu: Disable default calculation of CRC32
> 
> Stephen Warren (11):
>       usb: hub: fix power good delay timing
>       usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAY
>       usb: ci_udc: detect queued requests on ep0
>       usb: ci_udc: use a single descriptor for ep0
>       usb: ci_udc: pre-allocate ep0 req
>       usb: ci_udc: complete ep0 direction handling
>       usb: ci_udc: call udc_disconnect() from ci_pullup()
>       usb: ci_udc: fix freeing of ep0 req
>       usb: ci_udc: fix probe error cleanup
>       usb: ci_udc: clean up all allocations in unregister
>       usb: ci_udc: terminate ep0 INs with a zlp when required
> 
>  README                       |   3 --
>  common/usb_hub.c             |  11 ++++---
>  drivers/dfu/dfu.c            |  46 +++++++++++++++++++++++++----
>  drivers/usb/gadget/ci_udc.c  | 173 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------
>  drivers/usb/gadget/ci_udc.h  |   2 ++
>  include/configs/cm_t35.h     |   2 --
>  include/configs/gw_ventana.h |   1 -
>  7 files changed, 183 insertions(+), 55 deletions(-)

Applied to u-boot/master, thanks!
Marek Vasut June 11, 2014, 1:53 a.m. UTC | #2
On Wednesday, June 11, 2014 at 03:49:21 AM, Tom Rini wrote:
> On Wed, Jun 11, 2014 at 02:34:21AM +0200, Marek Vasut wrote:
> > The previous PR was somehow lost I presume, so please find a bigger one:
> > 
> > The following changes since commit 90b51c33f362926e17d4c07dcef1ce822abaa89f:
> >   Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-05-30
> >   11:34:39
> > 
> > -0400)
> > 
> > are available in the git repository at:
> >   git://git.denx.de/u-boot-usb.git master
> > 
> > for you to fetch changes up to 3d83e6752d5595351a47309aab0749984c5909b7:
> >   dfu: Disable default calculation of CRC32 (2014-06-11 02:31:48 +0200)

Thanks!

Best regards,
Marek Vasut