[PATCH RESEND v5 1/3] dt-bindings: vendor-prefixes: Add Schneider Electric

Sumit Garg posted 3 patches 1 year, 9 months ago
There is a newer version of this series
[PATCH RESEND v5 1/3] dt-bindings: vendor-prefixes: Add Schneider Electric
Posted by Sumit Garg 1 year, 9 months ago
Add vendor prefix for Schneider Electric (https://www.se.com/).

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
---
 Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 1a0dc04f1db4..4ef38573e411 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1211,6 +1211,8 @@ patternProperties:
     description: Smart Battery System
   "^schindler,.*":
     description: Schindler
+  "^schneider,.*":
+    description: Schneider Electric
   "^seagate,.*":
     description: Seagate Technology PLC
   "^seeed,.*":
-- 
2.34.1
Re: [PATCH RESEND v5 1/3] dt-bindings: vendor-prefixes: Add Schneider Electric
Posted by Krzysztof Kozlowski 1 year, 9 months ago
On 15/05/2024 12:54, Sumit Garg wrote:
> Add vendor prefix for Schneider Electric (https://www.se.com/).
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
> ---

Please do not resend regular patches during merge window. Nothing can
happen now, no one will pick it up, so probably you will need another
resend later. This just creates really unnecessary traffic on the
mailing lists.

Best regards,
Krzysztof
Re: [PATCH RESEND v5 1/3] dt-bindings: vendor-prefixes: Add Schneider Electric
Posted by Sumit Garg 1 year, 9 months ago
Hi Krzysztof,

On Wed, 15 May 2024 at 20:08, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> On 15/05/2024 12:54, Sumit Garg wrote:
> > Add vendor prefix for Schneider Electric (https://www.se.com/).
> >
> > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> > Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
> > ---
>
> Please do not resend regular patches during merge window. Nothing can
> happen now, no one will pick it up, so probably you will need another
> resend later. This just creates really unnecessary traffic on the
> mailing lists.

You are right. I suppose the reason for my hurry is not to miss the
next v6.11 release cycle as the v6.10 release cycle has already passed
for this patchset to be picked up. It has nearly been 6 weeks since
the original v5 patch-set [1] was posted and not being picked up even
after it has gone through extensive review. I am really failing to
understand the missing pieces or any unaddressed feedback to get this
accepted.

However, as you have suggested I will resend again after the merge
window closes.

[1] https://lore.kernel.org/lkml/20240403043416.3800259-1-sumit.garg@linaro.org/

-Sumit