[PATCH] dt-bindings: vendor-prefixes: Add Mayqueen name

Wig Cheng posted 1 patch 7 months ago
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: vendor-prefixes: Add Mayqueen name
Posted by Wig Cheng 7 months ago
Mayqueen is a Taiwan-based company primarily focused on the development
of arm64 development boards and e-paper displays. They will be working on
mainlining the DTS for their boards and e-paper DRM drivers,
necessitating the addition of their vendor prefix.

This vendor prefix will be used in upcoming DRM driver patches for their
e-paper displays, such as the pixpaper-213-c and future models.

Website: https://www.mayqueentech.com

pixpaper-213-c e-paper:
https://github.com/MayQueenTechCommunity/PIXPAPER-213-C

Signed-off-by: Wig Cheng <onlywig@gmail.com>
---
 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 5d2a7a8d3ac6..9207c25a3490 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -916,6 +916,8 @@ patternProperties:
     description: Maxim Integrated Products
   "^maxlinear,.*":
     description: MaxLinear Inc.
+  "^mayqueen,.*":
+    description: Mayqueen Technologies Ltd.
   "^mbvl,.*":
     description: Mobiveil Inc.
   "^mcube,.*":
-- 
2.43.0
Re: [PATCH] dt-bindings: vendor-prefixes: Add Mayqueen name
Posted by Krzysztof Kozlowski 7 months ago
On 22/05/2025 18:31, Wig Cheng wrote:
> Mayqueen is a Taiwan-based company primarily focused on the development
> of arm64 development boards and e-paper displays. They will be working on
> mainlining the DTS for their boards and e-paper DRM drivers,
> necessitating the addition of their vendor prefix.

No, "they will" is not "necessitating". I do not see implementing
Conor's comment. Such patch ALWAYS comes with an user in upstream project.


Please version your patches correctly, e.g. use b4 or git format-patch
-vX, and add changelog in cover letter or under '---' of individual
patches describing changes from previous version.

> 
> This vendor prefix will be used in upcoming DRM driver patches for their
> e-paper displays, such as the pixpaper-213-c and future models.
> 
> Website: https://www.mayqueentech.com
> 

> pixpaper-213-c e-paper:
> https://github.com/MayQueenTechCommunity/PIXPAPER-213-C

That's not upstream.


Best regards,
Krzysztof