Message ID | 20241017-sar2130p-usb-v1-1-21e01264b70e@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | e9d593c69db496b57ff6e394878975a3161e7540 |
Headers | show |
Series | dt-bindings: usb: qcom,dwc3: Add SAR2130P compatible | expand |
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
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> >
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
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/
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
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(+) --- base-commit: 7df1e7189cecb6965ce672e820a5ec6cf499b65b change-id: 20241017-sar2130p-usb-0e9ccdef61d6 Best regards,