public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/8] usb: ss: Some fixes and cleanup for USB super-speed support
Date: Sun, 14 Apr 2013 19:14:50 +0200	[thread overview]
Message-ID: <201304141914.50997.marex@denx.de> (raw)
In-Reply-To: <1365764680-10917-1-git-send-email-gautam.vivek@samsung.com>

Dear Vivek Gautam,

> Based on 'u-boot-usb' master branch.
> 
> This patch-series includes majorly some clean-up, few fixes and
> then some basic super-speed usb infrastructure addition, to help
> put support for XHCI in near future.
> 
> Changes from v2:
>  - Added a patch "usb: common: Weed out USB_**_PRINTFs from usb framework"
>    to replace USB_***_PRINTF with debug() so as to get rid of unnecessary
>    DEBUG macros in usb common framework and thereby rebasing other patches
>    on top of this so that no USB_PRINTF appears further.
>  - Added a patch to reset only USB 2.0 ports, since USB 3.0 protocol ports
>    don't require a reset to happen to move to 'enabled' state.
>  - Added a patch to move definition of 'min3()' out of ehci-hcd and putting
>    the same as macro definition in common header.
>  - Using a 'switch-case' in portspeed() in cmd_usb.c
> 
> Changes from v1:
>  - Fixing the issue with 'ifno' as well as added 'if_desc'.
>  - Instead of turning-on only powered-off hub ports, power-cycle all
>    the hub ports (aka: turning off and then turning on again power to
>    all the ports.
>  - Fixing commenting style problem in
>    'usb: Update device class in usb device's descriptor'
>  - Fixing typo in commit message for
>    'usb: hub: Fix enumration timeout'
>  - Removing separate definition for 'struct usb_ep_desc'; thereby adding
>    'struct usb_ss_ep_comp_descriptor' to 'struct usb_interface' only.
>    As a result modifying the patch accordingly also dropping the patch
>    'usb: eth: Fix for updated usb interface descriptor structure'
>  - Dropping the patch 'usb: hub: Increase device enumeration timeout for
> broken drives' for now (will come back with a solution at later point of
> time).

Applied all but the last one, let's now base all subsequent patches on u-boot-
usb/next please.

Best regards,
Marek Vasut

  parent reply	other threads:[~2013-04-14 17:14 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-12 11:04 [U-Boot] [PATCH v3 0/8] usb: ss: Some fixes and cleanup for USB super-speed support Vivek Gautam
2013-04-12 11:04 ` [U-Boot] [PATCH v3 1/8] usb: common: Weed out USB_**_PRINTFs from usb framework Vivek Gautam
2013-04-12 11:04 ` [U-Boot] [PATCH v3 2/8] USB: Some cleanup prior to USB 3.0 interface addition Vivek Gautam
2013-04-12 11:04 ` [U-Boot] [PATCH v3 3/8] usb: hub: Power-cycle on root-hub ports Vivek Gautam
2013-04-19 19:00   ` [U-Boot] [U-Boot, v3, " Julius Werner
2013-04-22  8:21     ` Vivek Gautam
2013-04-22 22:02       ` Julius Werner
2013-04-23  6:45         ` Vivek Gautam
2013-04-12 11:04 ` [U-Boot] [PATCH v3 4/8] usb: Update device class in usb device's descriptor Vivek Gautam
2013-04-19 18:39   ` [U-Boot] [U-Boot, v3, " Julius Werner
2013-04-12 11:04 ` [U-Boot] [PATCH v3 5/8] usb: hub: Fix enumration timeout Vivek Gautam
2013-04-12 11:04 ` [U-Boot] [PATCH v3 6/8] USB: SS: Add support for Super Speed USB interface Vivek Gautam
2013-04-19 18:22   ` [U-Boot] [U-Boot, v3, " Julius Werner
2013-04-19 18:38     ` Marek Vasut
2013-04-19 20:32       ` Julius Werner
2013-04-20 11:57         ` Marek Vasut
2013-04-22  6:46           ` Vivek Gautam
2013-04-23  2:24             ` Marek Vasut
2013-04-23  6:46               ` Vivek Gautam
2013-04-22  6:43     ` Vivek Gautam
2013-04-22 22:14       ` Julius Werner
2013-04-23  4:39         ` Vivek Gautam
2013-04-12 11:04 ` [U-Boot] [PATCH v3 7/8] usb: hub: Reset only usb 2.0 ports Vivek Gautam
2013-04-23 17:23   ` [U-Boot] [U-Boot,v3,7/8] " Julius Werner
2013-04-24  0:21     ` Marek Vasut
2013-04-24  6:08       ` Vivek Gautam
2013-04-30 12:24         ` Vivek Gautam
2013-04-30 17:11           ` Marek Vasut
2013-04-12 11:04 ` [U-Boot] [PATCH v3 8/8] usb: common: Use a global macro for 'min3' Vivek Gautam
2013-04-14 17:11   ` Marek Vasut
2013-04-19  9:38     ` [U-Boot] [PATCH] usb: common: Use a global definition " Vivek Gautam
2013-04-19 11:29       ` Marek Vasut
2013-04-22 13:45         ` Tom Rini
2013-04-24  6:19           ` Vivek Gautam
2013-04-24  6:21             ` Vivek Gautam
2013-04-24 12:03               ` Marek Vasut
2013-04-14 17:14 ` Marek Vasut [this message]
2013-04-18  6:25   ` [U-Boot] [PATCH v3 0/8] usb: ss: Some fixes and cleanup for USB super-speed support Vivek Gautam
2013-04-18 12:38     ` Marek Vasut
2013-04-18 13:08       ` Vivek Gautam
2013-04-14 18:13 ` Marek Vasut
2013-04-18  6:24   ` Vivek Gautam
2013-04-18 10:59     ` Vivek Gautam
2013-04-18 11:08       ` Vivek Gautam
2013-04-18 12:43         ` Marek Vasut
2013-04-18 17:11           ` Julius Werner
2013-04-18 19:15             ` Marek Vasut
2013-04-19  4:51               ` Vivek Gautam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201304141914.50997.marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox