From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH/RFC 5/5] usb: Add support for streams alloc/dealloc to devio.c Date: Thu, 16 Jun 2011 11:21:41 -0700 Message-ID: <20110616182141.GC1439@kroah.com> References: <1308231068-24038-2-git-send-email-tlinder@codeaurora.org> <1308231068-24038-6-git-send-email-tlinder@codeaurora.org> <20110616162839.GY12230@legolas.emea.dhcp.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from out4.smtp.messagingengine.com ([66.111.4.28]:44588 "EHLO out4.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757994Ab1FPSWn (ORCPT ); Thu, 16 Jun 2011 14:22:43 -0400 Content-Disposition: inline In-Reply-To: <20110616162839.GY12230@legolas.emea.dhcp.ti.com> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Felipe Balbi Cc: Tatyana Brokhman , linux-usb@vger.kernel.org, linux-arm-msm@vger.kernel.org, ablay@codeaurora.org, Amit Blay , open list On Thu, Jun 16, 2011 at 07:28:40PM +0300, Felipe Balbi wrote: > On Thu, Jun 16, 2011 at 04:31:07PM +0300, Tatyana Brokhman wrote: > > Allow user space applications such as LIBUSB, to request > > streams alloc/dealloc from HCD that implements XHCI. > > > > Signed-off-by: Amit Blay > > Signed-off-by: Tatyana Brokhman > > other than what Alan said, this needs major splitting. This patch is too > big. First we need to discuss the ABI details with the guys at > libusb-devel, then we implement. No, we don't break the abi, but rather, create a new one for streams, and then we can work on adding them to libusb, which should be quite easy when done. thanks, greg k-h