From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 23 Oct 2012 13:43:51 +0200 Subject: [U-Boot] [RFC PATCH 2/2] USB: xHCI: Add stack support for xHCI In-Reply-To: <1350989687-32102-3-git-send-email-gautam.vivek@samsung.com> References: <1350989687-32102-1-git-send-email-gautam.vivek@samsung.com> <1350989687-32102-3-git-send-email-gautam.vivek@samsung.com> Message-ID: <201210231343.51269.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 Vivek Gautam, > This adds stack layer for eXtensible Host Controller Interface > which facilitates use of USB 3.0 in host mode. > > This work is based on xHCI host controller driver in linux-kernel > by Sarah Sharp. > The code corresponding to xhci.c, xhci-mem.c, xhci-ring.c and > xhci-hub.c in linux-kernel is grouped together here in > single driver 'xhci.c'. I wouldn't object keeping them separate so they can be easily synced with the Linux code actually. Can you try doing it that way ? (Pull it from Linux and do just minimal adjustments to wire it into U-Boot ... maybe implement some translation layer) ? > Signed-off-by: Vikas C Sajjan > Signed-off-by: Vivek Gautam > --- [...] Best regards, Marek Vasut