From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 4 Sep 2013 16:16:14 +0200 Subject: [U-Boot] [PATCH v2 1/7] USB: xHCI: Add stack support for xHCI In-Reply-To: <5225EB04.9020209@ti.com> References: <1377079968-1077-1-git-send-email-gautam.vivek@samsung.com> <1377079968-1077-2-git-send-email-gautam.vivek@samsung.com> <5225EB04.9020209@ti.com> Message-ID: <201309041616.15059.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > Signed-off-by: Julius Werner > > Signed-off-by: Vivek Gautam > > Cc: Simon Glass > > Cc: Minkyu Kang > > Cc: Dan Murphy > > Cc: Marek Vasut [...] 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