From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH v10 0/7] usb gadget: Add SuperSpeed support to the Gadget Framework Date: Tue, 17 May 2011 11:09:05 -0700 Message-ID: <20110517180905.GA28587@kroah.com> References: <1305637403-3832-1-git-send-email-tlinder@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:50296 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755908Ab1EQSNa (ORCPT ); Tue, 17 May 2011 14:13:30 -0400 Content-Disposition: inline In-Reply-To: <1305637403-3832-1-git-send-email-tlinder@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Tatyana Brokhman Cc: linux-usb@vger.kernel.org, linux-arm-msm@vger.kernel.org, balbi@ti.com, ablay@codeaurora.org On Tue, May 17, 2011 at 04:03:14PM +0300, Tatyana Brokhman wrote: > It was tested in the following ways: > 1. Dummy_hcd and g_zero gadget with our internally developed unittest. > (See bellow) > 2. Our DCD (that is not ready for upstreaming yet but we're working on > it) and g_mass_storage gadget. With this setup we passed USBCV 2.0 and 3.0. > 3. We developed a UAS gadget driver that is also working with this > implementation over our DCD and the UAS Linux host driver. Its operational > both in SS and in HS mode. Was released to the community in another patch series. > 4. All of the other existing gadget drivers were minimally testes on > the dummy_hcd setup as well (successful enumeration). > > The unittest framework that was used for testing can be downloaded from > git://codeaurora.org/quic/usb3/ut/.git > Please use the upstream branch. > See https://www.codeaurora.org/gitweb/quic/usb3/?p=ut/.git;a=summary for more > details. Any chance on merging this into the kernel as well, like we did for the usbtest code? Also, I need Felipe to agree that this framework is acceptable for his needs before I can apply this. thanks, greg k-h