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 3A2BFC8F3; Mon, 22 Apr 2024 07:27:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713770836; cv=none; b=QaZP5wWFdd2/15ylXyKh2eLW+bGiSLG5oXhoMCemyS0P6NFFPVriRK9GygPOPuzkr+R+i8cVvxubwXdnZUNT7oGvPrd49WRg452GOo5ZDP+tecJQYVSocPA/LFSuzXdEu9y6FV2aJX9wzouNwHBqcnJV5IW7WGRgDUWJrr3PB4c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713770836; c=relaxed/simple; bh=QxtwLeDVFdsiThGZTFn7jLKLoCPJR/0Rw0GOzf5zQTM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=exBUphodasrn5FyBJ9RZuljme0q0skyTmcrKBX7Eq1SGRolFhNdX8Vw/8Rzzz8PzpEMGVR9/wxR59W4N0Dz3gG100zHsjDGAdUG7Q8emHGE0bubMcTm0uYAWw07VJnJIAt7vd/fxUMOVs3I/Xp0yGbPFIrCoc7lTm/1NaK6pJsc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DEndPLqe; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DEndPLqe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 82986C113CC; Mon, 22 Apr 2024 07:27:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713770835; bh=QxtwLeDVFdsiThGZTFn7jLKLoCPJR/0Rw0GOzf5zQTM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DEndPLqeirAFM3M5SvzcQ01Ya6CYCFgX17gJaXJoa1yHmfx2+i45rCXoo6z/Zek8G v3jto6ssSXktM3BBsTaQ2vSJM9iKhsJou44trjfsTpDuWCUTcnJCHnI0+FU8KWVJNM yeb2K1u5n/t3jLFu7xw8UuyxYZNuNwidUHR+c9s2+q6RvSq5G59uRRlGgsN/NkUpUV L1ZlupYWwmh6W4gEkMg/LfSfS3KdCopBQhet6NgmmmRELYMKhu+RA+jxPMD4O+eKuA 8NJ+Brcu+aeeqjyjVbYa+iz8R8RvZS8NlPAPdlED8tj3ATkgdoydRTjELo5Ko8BHiB UTpa/xs4BhOqg== Received: from johan by xi.lan with local (Exim 4.97.1) (envelope-from ) id 1ryo50-000000002mG-135y; Mon, 22 Apr 2024 09:27:10 +0200 Date: Mon, 22 Apr 2024 09:27:10 +0200 From: Johan Hovold To: Minda Chen Cc: Krishna Kurapati , Krzysztof Kozlowski , Rob Herring , Bjorn Andersson , Wesley Cheng , Konrad Dybcio , Greg Kroah-Hartman , Conor Dooley , Thinh Nguyen , Felipe Balbi , "devicetree@vger.kernel.org" , "linux-arm-msm@vger.kernel.org" , "linux-usb@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "quic_ppratap@quicinc.com" , "quic_jackp@quicinc.com" Subject: Re: [PATCH v21 0/9] Add multiport support for DWC3 controllers Message-ID: References: <20240420044901.884098-1-quic_kriskura@quicinc.com> Precedence: bulk X-Mailing-List: linux-arm-msm@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 Mon, Apr 22, 2024 at 01:21:07AM +0000, Minda Chen wrote: > Can DW multiple port host patches be (patch 1-4) accepted first? > Other multiport vendor will use this. The whole series is good to go and should be merged for 6.10 so there's no need to split things up. Johan