From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 513B1C43334 for ; Thu, 7 Jul 2022 07:00:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235150AbiGGHAj (ORCPT ); Thu, 7 Jul 2022 03:00:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52586 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235087AbiGGG7m (ORCPT ); Thu, 7 Jul 2022 02:59:42 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1724BC36; Wed, 6 Jul 2022 23:59:20 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A82E060C8B; Thu, 7 Jul 2022 06:59:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 382D5C3411E; Thu, 7 Jul 2022 06:59:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657177159; bh=XlNQqjf0ksWiZi+hsaIA7m16PFq5Rzl5s9SH0aJuo+4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a/SBbJqwuttQy+nqjvkSb27SYVy6E3MAXd/zLxlkID1MuCtnlOUdQH+uX2zvDXLWI ehqoQJqvTCktRrP7SSvbRNlrFP3OaT5Uw6nMYRDSDD+8VEDsmJB/ybsRQNclFLMB8p iZsUbeuBkIlUCZs98COv2Yh8VcPAD0LuG4Ww6HIw= Date: Thu, 7 Jul 2022 08:59:14 +0200 From: Greg Kroah-Hartman To: Thinh Nguyen Cc: Felipe Balbi , linux-usb@vger.kernel.org, linux-scsi@vger.kernel.org, target-devel@vger.kernel.org, Dmitry Bogdanov , Mike Christie , Nicholas Bellinger , "Martin K. Petersen" , Sebastian Andrzej Siewior , Roman Bolshakov , John Youn , Alan Stern , Andrzej Pietrasiewicz , Christoph Hellwig Subject: Re: [PATCH 00/36] usb: gadget: f_tcm: Enhance UASP driver Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On Wed, Jul 06, 2022 at 04:34:20PM -0700, Thinh Nguyen wrote: > The Linux UASP gadget driver is incomplete and remained broken for a long time. > It was not implemented for performance either. This series adds some of the > required features for the UASP driver to work. It also makes some fixes to the > target core. So I can't take the USB changes without a change to the target code? Some of these seem like I can, so I do not understand the dependancy here. Can you split this into at least 2 series? One for just target, one for just USB, and maybe one for the remaining bits that require both? thanks, greg k-h