Message ID | 20241224084621.4139021-1-krishna.kurapati@oss.qualcomm.com |
---|---|
Headers | show |
Series | Add support for USB controllers on QCS615 | expand |
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 Best regards,
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?
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
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?
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
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. Regards, Krishna,
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,
On Thu, 23 Jan 2025 at 09:00, Krishna Kurapati <krishna.kurapati@oss.qualcomm.com> wrote: > > > > 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. We are currently in the merge window, no new patches can be accepted.
On 23-01-25, 09:23, Dmitry Baryshkov wrote: > On Thu, 23 Jan 2025 at 09:00, Krishna Kurapati > <krishna.kurapati@oss.qualcomm.com> wrote: > > > 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. Can you pls post it after rebasing