From: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
To: Vinod Koul <vkoul@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Kishon Vijay Abraham I <kishon@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Johan Hovold <johan+linaro@kernel.org>,
Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-phy@lists.infradead.org,
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Subject: Re: (subset) [PATCH v3 0/3] Add support for USB controllers on QCS615
Date: Thu, 23 Jan 2025 12:30:25 +0530 [thread overview]
Message-ID: <f607aa9b-018c-4df6-9921-725693353f65@oss.qualcomm.com> (raw)
In-Reply-To: <318620fc-e174-4ef3-808a-69fe1d4e1df5@oss.qualcomm.com>
On 12/25/2024 2:01 PM, Krishna Kurapati wrote:
>
>
> On 12/25/2024 1:12 AM, Vinod Koul wrote:
>> 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: 8adbf20e05025f588d68fb5b0fbbdab4e9a6f97ecommit
>>>>>> e1b2772ea957c91694aa91b90e4c0a1d7b0fb144
> Author: Krishna Kurapati <quic_kriskura@quicinc.com>
> Date: Mon Oct 14 14:14:30 2024 +0530
>
> dt-bindings: phy: qcom,msm8998-qmp-usb3-phy: Add support for QCS615
>
>
>>>>>
>>>>> 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
>>
>
> Hi Dmitry, Vinod,
>
> I see the bindings for QMP PHY in linux next as follows:
>
> commit e1b2772ea957c91694aa91b90e4c0a1d7b0fb144
> Author: Krishna Kurapati <quic_kriskura@quicinc.com>
> Date: Mon Oct 14 14:14:30 2024 +0530
>
> dt-bindings: phy: qcom,msm8998-qmp-usb3-phy: Add support for QCS615
>
> As mentioned in the cover letter, the bindings of phy have been merged
> from v1.
Hi Vinod,
Can you help in taking in the patch-3. As mentioned in previous mail,
the bindings are merged and present in linux-next.
Regards,
Krishna,
next prev parent reply other threads:[~2025-01-23 7:00 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-24 8:46 [PATCH v3 0/3] Add support for USB controllers on QCS615 Krishna Kurapati
2024-12-24 8:46 ` [PATCH v3 1/3] dt-bindings: usb: qcom,dwc3: Add QCS615 to USB DWC3 bindings Krishna Kurapati
2024-12-24 8:46 ` [PATCH v3 2/3] phy: qcom-qusb2: Add support for QCS615 Krishna Kurapati
2024-12-24 8:46 ` [PATCH v3 3/3] phy: qcom: qmp-usbc: Add qmp configuration " Krishna Kurapati
2024-12-24 15:25 ` (subset) [PATCH v3 0/3] Add support for USB controllers on QCS615 Vinod Koul
2024-12-24 15:38 ` Dmitry Baryshkov
2024-12-24 19:19 ` Vinod Koul
2024-12-24 19:33 ` Dmitry Baryshkov
2024-12-24 19:42 ` Vinod Koul
2024-12-25 8:31 ` Krishna Kurapati
2025-01-23 7:00 ` Krishna Kurapati [this message]
2025-01-23 7:23 ` Dmitry Baryshkov
2025-02-14 12:30 ` Vinod Koul
2025-03-06 13:23 ` Krishna Kurapati
2025-03-10 7:15 ` Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f607aa9b-018c-4df6-9921-725693353f65@oss.qualcomm.com \
--to=krishna.kurapati@oss.qualcomm.com \
--cc=conor+dt@kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=johan+linaro@kernel.org \
--cc=kishon@kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=manivannan.sadhasivam@linaro.org \
--cc=robh@kernel.org \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox