From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1D5648477 for ; Wed, 4 Oct 2023 12:23:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3372CC433C9; Wed, 4 Oct 2023 12:23:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696422180; bh=SU0MckY9k1pF5W9aPuV80up0uErfuNTiFTCvqjtVmVw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xwZ/Z2/ge/zphlf/p8xZLwO4pn/DlYTp/vPkcZYqQ0LEaVgw20/b7KBWFzGJrqJ75 2rZvI5UDDOLqpRr6dmoHe225qKKuccXPnSJfYZfvvKYmsTJSXMKaxoa6N5uqlzsKJ2 KFVEz5AaVHYuUl3QSov6XOGaIfu6TMJ1tM12RZs4= Date: Wed, 4 Oct 2023 14:22:58 +0200 From: Greg Kroah-Hartman To: Krishna Kurapati PSSNV Cc: Thinh Nguyen , Jack Pham , Wesley Cheng , "linux-usb@vger.kernel.org" Subject: Re: [PATCH v11 00/13] Add multiport support for DWC3 controllers Message-ID: <2023100421-cape-duct-7e1e@gregkh> References: <20230828133033.11988-1-quic_kriskura@quicinc.com> <0814b6a2-c52d-4be2-ae06-8391767ac144@quicinc.com> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Oct 04, 2023 at 01:10:29PM +0530, Krishna Kurapati PSSNV wrote: > Hi Greg, > > Thanks for picking first 3 patches into usb-testing branch. > > Can you help pick patches 4/5 of this series as well into usb-testing (I > checked and they apply cleanly) so that I can fix comments and rebase > patches starting from 6 to 13 in my v12. > > Patch 4 been approved yesterday by Thinh and so far no kernel build bot has > reported issues on these 2 patches for any configs (on v9 / v10 / v11). It's hard to pick up individual patches, especially with acks from others. Please just send that one alone with the reviewed-by and I can pick it up that way. thanks, greg k-h