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 9C3213EA76; Tue, 24 Dec 2024 19:42:19 +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=1735069339; cv=none; b=We5qCIfqHMMIEyXbihvdzhWMKtvrvIYO5DRo63z3xduxo3WylKktGx998ueo9Fb9cdnnTl4/BO+jrMKqvgpA+cVx8SD6S4CTb+RG64UmyryvoLW+mJa8P0sqejyc1rR7os43PeF/PUYQdw+GUBlb0LfbjPlsbcfulHshe75hJi0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735069339; c=relaxed/simple; bh=JrZT6Hk1aPlHYydr+/4h5NOAxAcjwjSCgl97/aJtbwg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=b1vs1Kil239CYi6q//NQZTxTh718jG8jcnqJELv86EITobhoGWlvnHL1f2axTbWVQW4M4negCTOKiG3fJdqAfNjmB0Cp2EZeeVIKYZA6EVdsFnJf+DdGG91csZcyDm60q7ZY6bGlZbUmj7FxIFAtWHgfh60ck/b2fK9GuZAPt7g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=R1Niv7LR; 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="R1Niv7LR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6DB85C4CED0; Tue, 24 Dec 2024 19:42:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1735069339; bh=JrZT6Hk1aPlHYydr+/4h5NOAxAcjwjSCgl97/aJtbwg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=R1Niv7LRgpX1zrJavq1++z7ooV05u6dnjP/6+41g/K27CvwJgzUan3LHDP4U7jVWP jwXDa6TZQAIIHaqJOezU9lW1vnUg6VMLQfgSbF0R7OtcmwLdpXmk5UA2GgJs0mI2l/ k1buHJMS7rUtwppUmgBLinf0Tss0ayTpYZumoXkKMaq74NKzQwtBrM0xZJ1EHFahuy H4kgwzLCdcrmVFi99U7R+1esQ/4PjHQSGMgBF9p99kmj+z5+7PJRchGPqevtfC0QHO qS50yzuj30km8q8Zhw/V8xyKlOrQrK82+hSlnrrPrToPl+uS2ueDMAfzsgsFAi7aD2 TUulHmhpqQZWA== Date: Wed, 25 Dec 2024 01:12:15 +0530 From: Vinod Koul To: Dmitry Baryshkov Cc: Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Kishon Vijay Abraham I , Konrad Dybcio , Johan Hovold , Manivannan Sadhasivam , Varadarajan Narayanan , Wesley Cheng , Krishna Kurapati , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, quic_ppratap@quicinc.com, quic_jackp@quicinc.com Subject: Re: (subset) [PATCH v3 0/3] Add support for USB controllers on QCS615 Message-ID: References: <20241224084621.4139021-1-krishna.kurapati@oss.qualcomm.com> <173505391861.950293.11120368190852109172.b4-ty@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@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 24-12-24, 21:33, Dmitry Baryshkov wrote: > On Wed, Dec 25, 2024 at 12:49:07AM +0530, Vinod Koul wrote: > > On 24-12-24, 17:38, Dmitry Baryshkov wrote: > > > On Tue, Dec 24, 2024 at 08:55:18PM +0530, Vinod Koul wrote: > > > > > > > > On Tue, 24 Dec 2024 14:16:18 +0530, Krishna Kurapati wrote: > > > > > This series aims at enabling USB on QCS615 which has 2 USB controllers. > > > > > The primary controller is SuperSpeed capable and secondary one is > > > > > High Speed only capable. The High Speed Phy is a QUSB2 phy and the > > > > > SuperSpeed Phy is a QMP Uni Phy which supports non-concurrent DP. > > > > > > > > > > Link to v1: > > > > > https://lore.kernel.org/all/20241014084432.3310114-1-quic_kriskura@quicinc.com/ > > > > > > > > > > [...] > > > > > > > > Applied, thanks! > > > > > > > > [2/3] phy: qcom-qusb2: Add support for QCS615 > > > > commit: 8adbf20e05025f588d68fb5b0fbbdab4e9a6f97e > > > > > > Is there any issue with the two remaining patches? > > > > Something wrong with b4... I have applied 2 & 3 > > Patch 1 should go thru USB tree > > Hmm, strange. But then, please excuse my ignorance, do we have bindings > for these two patches? I see to have missed one! This one is documented see: d146d384222e dt-bindings: phy: qcom,qusb2: Add bindings for QCS615 but, the third patch is sadly not... I am dropping the third patch -- ~Vinod