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

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 006c7026882011ba49c9a39d27c4aff3ace07847:
usb: ci_udc: complete ep0 direction handling (2014-06-01 19:22:40 +0200)
---------------------------------------------------------------- Lukasz Majewski (1): dfu: Introduction of the "dfu_hash_algo" env variable for checksum method setting
Stephen Warren (6): 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
README | 3 --- common/usb_hub.c | 11 +++++------ drivers/dfu/dfu.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++----- drivers/usb/gadget/ci_udc.c | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------- drivers/usb/gadget/ci_udc.h | 2 ++ include/configs/cm_t35.h | 2 -- include/configs/gw_ventana.h | 1 - 7 files changed, 128 insertions(+), 34 deletions(-)

On Sun, Jun 01, 2014 at 07:47:35PM +0200, Marek Vasut wrote:
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 006c7026882011ba49c9a39d27c4aff3ace07847:
usb: ci_udc: complete ep0 direction handling (2014-06-01 19:22:40 +0200)
Lukasz Majewski (1): dfu: Introduction of the "dfu_hash_algo" env variable for checksum method setting
Stephen Warren (6): 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
README | 3 --- common/usb_hub.c | 11 +++++------ drivers/dfu/dfu.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++----- drivers/usb/gadget/ci_udc.c | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------- drivers/usb/gadget/ci_udc.h | 2 ++ include/configs/cm_t35.h | 2 -- include/configs/gw_ventana.h | 1 - 7 files changed, 128 insertions(+), 34 deletions(-)
Applied to u-boot/master, thanks!

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(-)

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!

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
participants (2)
-
Marek Vasut
-
Tom Rini