All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/7] USB: xHCI: Add stack support for xHCI
Date: Wed, 4 Sep 2013 16:16:14 +0200	[thread overview]
Message-ID: <201309041616.15059.marex@denx.de> (raw)
In-Reply-To: <5225EB04.9020209@ti.com>

Dear Dan Murphy,

> On 08/21/2013 05:12 AM, Vivek Gautam wrote:
> > This adds stack layer for eXtensible Host Controller Interface
> > which facilitates use of USB 3.0 in host mode.
> > 
> > Adapting xHCI host controller driver in linux-kernel
> > by Sarah Sharp to needs in u-boot.
> > 
> > This adds the basic xHCI host controller driver with bare minimum
> > features:
> > - Control/Bulk transfer support has been added with required
> > 
> >   infrastructure for necessary xHC data structures.
> > 
> > - Stream protocol hasn't been supported yet.
> > - No support for quirky devices has been added.
> > 
> > Signed-off-by: Vikas C Sajjan <vikas.sajjan@samsung.com>
> > Signed-off-by: Julius Werner <jwerner@chromium.org>
> > Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
> > Cc: Simon Glass <sjg@chromium.org>
> > Cc: Minkyu Kang <mk7.kang@samsung.com>
> > Cc: Dan Murphy <dmurphy@ti.com>
> > Cc: Marek Vasut <marex@denx.de>

[...]

Besides what Dan said, please see [1] , point 4. I miss the exact point in Linux 
kernel history (read commit hash) from which this code was imported at least.

[1] http://www.denx.de/wiki/view/U-Boot/Patches#Attributing_Code_Copyrights_Sign

Best regards,
Marek Vasut

  reply	other threads:[~2013-09-04 14:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-21 10:12 [U-Boot] [PATCH v2 0/7] USB: XHCI: Add xHCI host controller stack driver Vivek Gautam
2013-08-21 10:12 ` [U-Boot] [PATCH v2 1/7] USB: xHCI: Add stack support for xHCI Vivek Gautam
2013-09-03 13:58   ` Dan Murphy
2013-09-04 14:16     ` Marek Vasut [this message]
2013-09-12  9:35     ` Vivek Gautam
2013-08-21 10:12 ` [U-Boot] [PATCH v2 2/7] USB: XHCI: Add xHCI host controller support for Exynos5 Vivek Gautam
2013-09-03 15:03   ` Dan Murphy
2013-08-21 10:12 ` [U-Boot] [PATCH v2 3/7] arm: exynos: Add methods to control power to USB 3.0 PHY Vivek Gautam
2013-08-21 10:12 ` [U-Boot] [PATCH v2 4/7] exynos5: dts: Add COMPAT string data for USB 3.0 PHY and XHCI Vivek Gautam
2013-08-21 10:12 ` [U-Boot] [PATCH v2 5/7] exynos5: dts: Add device node for XHCI Vivek Gautam
2013-08-21 10:12 ` [U-Boot] [PATCH v2 6/7] config: arm: exynos5250: Define CONFIG_SYS_CACHELINE_SIZE Vivek Gautam
2013-09-04 14:13   ` Marek Vasut
2013-08-21 10:12 ` [U-Boot] [PATCH v2 7/7] temp: config: exynos5250: Enable xHCI support for Exynos5 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=201309041616.15059.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 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.