* [PATCH] dt-bindings: usb: qcom,dwc3: Add SAR2130P compatible
@ 2024-10-17 18:16 Dmitry Baryshkov
2024-10-18 7:21 ` Krzysztof Kozlowski
2024-10-31 17:37 ` Dmitry Baryshkov
0 siblings, 2 replies; 5+ messages in thread
From: Dmitry Baryshkov @ 2024-10-17 18:16 UTC (permalink / raw)
To: Greg Kroah-Hartman, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Wesley Cheng
Cc: linux-arm-msm, linux-usb, devicetree, linux-kernel
Document compatible for the Synopsys DWC3 USB Controller on SAR2130P
platform.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
index f7be056419307069c67b8f2d53bc88417a19b9ce..935e204b607bbd3bc9bfbdcd03519202197c9eb4 100644
--- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
@@ -29,6 +29,7 @@ properties:
- qcom,qcs8300-dwc3
- qcom,qdu1000-dwc3
- qcom,sa8775p-dwc3
+ - qcom,sar2130p-dwc3
- qcom,sc7180-dwc3
- qcom,sc7280-dwc3
- qcom,sc8180x-dwc3
@@ -340,6 +341,7 @@ allOf:
contains:
enum:
- qcom,qcm2290-dwc3
+ - qcom,sar2130p-dwc3
- qcom,sc8180x-dwc3
- qcom,sc8180x-dwc3-mp
- qcom,sm6115-dwc3
---
base-commit: 7df1e7189cecb6965ce672e820a5ec6cf499b65b
change-id: 20241017-sar2130p-usb-0e9ccdef61d6
Best regards,
--
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: usb: qcom,dwc3: Add SAR2130P compatible
2024-10-17 18:16 [PATCH] dt-bindings: usb: qcom,dwc3: Add SAR2130P compatible Dmitry Baryshkov
@ 2024-10-18 7:21 ` Krzysztof Kozlowski
2024-10-31 17:37 ` Dmitry Baryshkov
1 sibling, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2024-10-18 7:21 UTC (permalink / raw)
To: Dmitry Baryshkov
Cc: Greg Kroah-Hartman, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Wesley Cheng, linux-arm-msm, linux-usb, devicetree,
linux-kernel
On Thu, Oct 17, 2024 at 09:16:38PM +0300, Dmitry Baryshkov wrote:
> Document compatible for the Synopsys DWC3 USB Controller on SAR2130P
> platform.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
> Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 ++
> 1 file changed, 2 insertions(+)
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: usb: qcom,dwc3: Add SAR2130P compatible
2024-10-17 18:16 [PATCH] dt-bindings: usb: qcom,dwc3: Add SAR2130P compatible Dmitry Baryshkov
2024-10-18 7:21 ` Krzysztof Kozlowski
@ 2024-10-31 17:37 ` Dmitry Baryshkov
2024-11-03 23:08 ` Greg Kroah-Hartman
1 sibling, 1 reply; 5+ messages in thread
From: Dmitry Baryshkov @ 2024-10-31 17:37 UTC (permalink / raw)
To: Greg Kroah-Hartman, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Wesley Cheng
Cc: linux-arm-msm, linux-usb, devicetree, linux-kernel
On Thu, Oct 17, 2024 at 09:16:38PM +0300, Dmitry Baryshkov wrote:
> Document compatible for the Synopsys DWC3 USB Controller on SAR2130P
> platform.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
> Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
Gracious ping, the patch has been acked by DT maintainers, but is still
not present in linux-next and got no other reviews.
> diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
> index f7be056419307069c67b8f2d53bc88417a19b9ce..935e204b607bbd3bc9bfbdcd03519202197c9eb4 100644
> --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
> +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
> @@ -29,6 +29,7 @@ properties:
> - qcom,qcs8300-dwc3
> - qcom,qdu1000-dwc3
> - qcom,sa8775p-dwc3
> + - qcom,sar2130p-dwc3
> - qcom,sc7180-dwc3
> - qcom,sc7280-dwc3
> - qcom,sc8180x-dwc3
> @@ -340,6 +341,7 @@ allOf:
> contains:
> enum:
> - qcom,qcm2290-dwc3
> + - qcom,sar2130p-dwc3
> - qcom,sc8180x-dwc3
> - qcom,sc8180x-dwc3-mp
> - qcom,sm6115-dwc3
>
> ---
> base-commit: 7df1e7189cecb6965ce672e820a5ec6cf499b65b
> change-id: 20241017-sar2130p-usb-0e9ccdef61d6
>
> Best regards,
> --
> Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: usb: qcom,dwc3: Add SAR2130P compatible
2024-10-31 17:37 ` Dmitry Baryshkov
@ 2024-11-03 23:08 ` Greg Kroah-Hartman
2024-11-04 10:41 ` Dmitry Baryshkov
0 siblings, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2024-11-03 23:08 UTC (permalink / raw)
To: Dmitry Baryshkov
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Wesley Cheng,
linux-arm-msm, linux-usb, devicetree, linux-kernel
On Thu, Oct 31, 2024 at 07:37:43PM +0200, Dmitry Baryshkov wrote:
> On Thu, Oct 17, 2024 at 09:16:38PM +0300, Dmitry Baryshkov wrote:
> > Document compatible for the Synopsys DWC3 USB Controller on SAR2130P
> > platform.
> >
> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> > ---
> > Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 ++
> > 1 file changed, 2 insertions(+)
> >
>
> Gracious ping, the patch has been acked by DT maintainers, but is still
> not present in linux-next and got no other reviews.
I don't see the ack here, where am I missing it?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: usb: qcom,dwc3: Add SAR2130P compatible
2024-11-03 23:08 ` Greg Kroah-Hartman
@ 2024-11-04 10:41 ` Dmitry Baryshkov
0 siblings, 0 replies; 5+ messages in thread
From: Dmitry Baryshkov @ 2024-11-04 10:41 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Wesley Cheng,
linux-arm-msm, linux-usb, devicetree, linux-kernel
On Mon, 4 Nov 2024 at 05:46, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> On Thu, Oct 31, 2024 at 07:37:43PM +0200, Dmitry Baryshkov wrote:
> > On Thu, Oct 17, 2024 at 09:16:38PM +0300, Dmitry Baryshkov wrote:
> > > Document compatible for the Synopsys DWC3 USB Controller on SAR2130P
> > > platform.
> > >
> > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> > > ---
> > > Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 ++
> > > 1 file changed, 2 insertions(+)
> > >
> >
> > Gracious ping, the patch has been acked by DT maintainers, but is still
> > not present in linux-next and got no other reviews.
>
> I don't see the ack here, where am I missing it?
I'm not sure, here is an email from Krzysztof:
https://lore.kernel.org/linux-arm-msm/shzy24hayj6ee72pwc5lxk7yflzawx5f3uaqql4fwb55idbxci@qgi2fr7pvb5m/
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-11-04 10:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17 18:16 [PATCH] dt-bindings: usb: qcom,dwc3: Add SAR2130P compatible Dmitry Baryshkov
2024-10-18 7:21 ` Krzysztof Kozlowski
2024-10-31 17:37 ` Dmitry Baryshkov
2024-11-03 23:08 ` Greg Kroah-Hartman
2024-11-04 10:41 ` Dmitry Baryshkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox