[PATCH v3 1/3] dt-bindings: vendor-prefixes: Add SakuraPi prefix

Hsun Lai posted 3 patches 7 months ago
There is a newer version of this series
[PATCH v3 1/3] dt-bindings: vendor-prefixes: Add SakuraPi prefix
Posted by Hsun Lai 7 months ago
Add vendor prefix for SakuraPi.org, which produces
development boards like the SakuraPi-RK3308B.

Signed-off-by: Hsun Lai <i@chainsx.cn>
---

(no changes since v1)

 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 3e7450c3f..744d01a76 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1299,6 +1299,8 @@ patternProperties:
   "^rve,.*":
     description: Recharge Véhicule Électrique (RVE) inc.
   "^saef,.*":
+    description: SakuraPi.org
+  "^sakurapi,.*":
     description: Saef Technology Limited
   "^samsung,.*":
     description: Samsung Semiconductor
-- 
2.34.1

Re: [PATCH v3 1/3] dt-bindings: vendor-prefixes: Add SakuraPi prefix
Posted by Krzysztof Kozlowski 7 months ago
On 19/05/2025 10:56, Hsun Lai wrote:
> Add vendor prefix for SakuraPi.org, which produces
> development boards like the SakuraPi-RK3308B.
> 
> Signed-off-by: Hsun Lai <i@chainsx.cn>
> ---
> 
> (no changes since v1)


You ignored comments twice. Repeating same mistake, even though it was
pointed out, feels like we are wasting our time, so please avoid that.
Go back and respond to comments, then implement them.

Best regards,
Krzysztof
Re: [v3,1/3] dt-bindings: vendor-prefixes: Add SakuraPi prefix
Posted by Hsun Lai 7 months ago
On 19/05/2025 9:31, Krzysztof Kozlowski wrote:
> You ignored comments twice. Repeating same mistake, even though it was
> pointed out, feels like we are wasting our time, so please avoid that.
> Go back and respond to comments, then implement them.

> Best regards,
> Krzysztof

Sorry, this is my mistake. I have fixed it and will release a patch in the next version.

Best regards,
Hsun