[PATCH v4] dt-bindings: vendor-prefixes: Add prefix for ieisystem

George Liu posted 1 patch 1 year, 5 months ago
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH v4] dt-bindings: vendor-prefixes: Add prefix for ieisystem
Posted by George Liu 1 year, 5 months ago
Add a vendor prefix entry for ieisystem

Link: https://en.ieisystem.com/

Signed-off-by: George Liu <liuxiwei1013@gmail.com>
---
v2 -> v3
 - match Signed-off-by email
v3 -> v4
 - add link
---
 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 573578db9509..a559ac5789ae 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -609,6 +609,8 @@ patternProperties:
     description: IC Plus Corp.
   "^idt,.*":
     description: Integrated Device Technologies, Inc.
+  "^ieisystem,.*":
+    description: IEIT SYSTEMS Co.,Ltd.
   "^ifi,.*":
     description: Ingenieurburo Fur Ic-Technologie (I/F/I)
   "^ilitek,.*":
-- 
2.34.1
Re: [PATCH v4] dt-bindings: vendor-prefixes: Add prefix for ieisystem
Posted by Krzysztof Kozlowski 1 year, 5 months ago
On 10/07/2024 04:22, George Liu wrote:
> Add a vendor prefix entry for ieisystem
> 
> Link: https://en.ieisystem.com/
> 
> Signed-off-by: George Liu <liuxiwei1013@gmail.com>
> ---
> v2 -> v3
>  - match Signed-off-by email
> v3 -> v4
>  - add link

For the third time: please thread your patches correctly. You have one
patchset, not three. git format-patch -3 -v4 && git send-email.

Or just use b4.

Best regards,
Krzysztof