[PATCH v4 1/6] dt-bindings: vendor-prefixes: Add fdhisi, titanmec, princeton, winrise, wxicore

Jean-François Lessard posted 6 patches 1 month, 1 week ago
There is a newer version of this series
[PATCH v4 1/6] dt-bindings: vendor-prefixes: Add fdhisi, titanmec, princeton, winrise, wxicore
Posted by Jean-François Lessard 1 month, 1 week ago
Add vendor prefixes of chip manufacturers supported by the TM16xx 7-segment
LED matrix display controllers driver:
- fdhisi: Fuzhou Fuda Hisi Microelectronics Co., Ltd.
- titanmec: Shenzhen Titan Micro Electronics Co., Ltd.
- princeton: Princeton Technology Corp.
- winrise: Shenzhen Winrise Technology Co., Ltd.
- wxicore: Wuxi i-Core Electronics Co., Ltd.

The titanmec prefix is based on the company's domain name titanmec.com.
The remaining prefixes are based on company names, as these manufacturers
either lack active .com domains or their .com domains are occupied by
unrelated businesses.

The fdhisi and titanmec prefixes were originally identified by
Andreas Färber.

CC: Andreas Färber <afaerber@suse.de>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Jean-François Lessard <jefflessard3@gmail.com>
---
 Documentation/devicetree/bindings/vendor-prefixes.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 77160cd47..9fdba2911 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -540,6 +540,8 @@ patternProperties:
     description: Fastrax Oy
   "^fcs,.*":
     description: Fairchild Semiconductor
+  "^fdhisi,.*":
+    description: Fuzhou Fuda Hisi Microelectronics Co., Ltd.
   "^feixin,.*":
     description: Shenzhen Feixin Photoelectic Co., Ltd
   "^feiyang,.*":
@@ -1233,6 +1235,8 @@ patternProperties:
     description: Prime View International (PVI)
   "^primux,.*":
     description: Primux Trading, S.L.
+  "^princeton,.*":
+    description: Princeton Technology Corp.
   "^probox2,.*":
     description: PROBOX2 (by W2COMP Co., Ltd.)
   "^pri,.*":
@@ -1567,6 +1571,8 @@ patternProperties:
     description: Texas Instruments
   "^tianma,.*":
     description: Tianma Micro-electronics Co., Ltd.
+  "^titanmec,.*":
+    description: Shenzhen Titan Micro Electronics Co., Ltd.
   "^tlm,.*":
     description: Trusted Logic Mobility
   "^tmt,.*":
@@ -1724,6 +1730,8 @@ patternProperties:
     description: Wingtech Technology Co., Ltd.
   "^winlink,.*":
     description: WinLink Co., Ltd
+  "^winrise,.*":
+    description: Shenzhen Winrise Technology Co., Ltd.
   "^winsen,.*":
     description: Winsen Corp.
   "^winstar,.*":
@@ -1740,6 +1748,8 @@ patternProperties:
     description: Wobo
   "^wolfvision,.*":
     description: WolfVision GmbH
+  "^wxicore,.*":
+    description: Wuxi i-Core Electronics Co., Ltd.
   "^x-powers,.*":
     description: X-Powers
   "^xen,.*":
-- 
2.43.0

Re: [PATCH v4 1/6] dt-bindings: vendor-prefixes: Add fdhisi, titanmec, princeton, winrise, wxicore
Posted by Andy Shevchenko 1 month, 1 week ago
On Sun, Aug 24, 2025 at 11:32:27PM -0400, Jean-François Lessard wrote:
> Add vendor prefixes of chip manufacturers supported by the TM16xx 7-segment
> LED matrix display controllers driver:
> - fdhisi: Fuzhou Fuda Hisi Microelectronics Co., Ltd.
> - titanmec: Shenzhen Titan Micro Electronics Co., Ltd.
> - princeton: Princeton Technology Corp.
> - winrise: Shenzhen Winrise Technology Co., Ltd.
> - wxicore: Wuxi i-Core Electronics Co., Ltd.
> 
> The titanmec prefix is based on the company's domain name titanmec.com.
> The remaining prefixes are based on company names, as these manufacturers
> either lack active .com domains or their .com domains are occupied by
> unrelated businesses.
> 
> The fdhisi and titanmec prefixes were originally identified by
> Andreas Färber.

...

> CC: Andreas Färber <afaerber@suse.de>

Not a big issue in _this_ case, but I would suggest to keep the Cc: list after
the '---' line. This will have same effect except being removed from the commit
messages where it would be an unneeded noise. The actual list will be available
via lore archive in emails.

-- 
With Best Regards,
Andy Shevchenko
Re: [PATCH v4 1/6] dt-bindings: vendor-prefixes: Add fdhisi, titanmec, princeton, winrise, wxicore
Posted by Jean-François Lessard 1 month, 1 week ago
Le 25 août 2025 09 h 53 min 38 s HAE, Andy Shevchenko <andriy.shevchenko@intel.com> a écrit :
>On Sun, Aug 24, 2025 at 11:32:27PM -0400, Jean-François Lessard wrote:
>> Add vendor prefixes of chip manufacturers supported by the TM16xx 7-segment
>> LED matrix display controllers driver:
>> - fdhisi: Fuzhou Fuda Hisi Microelectronics Co., Ltd.
>> - titanmec: Shenzhen Titan Micro Electronics Co., Ltd.
>> - princeton: Princeton Technology Corp.
>> - winrise: Shenzhen Winrise Technology Co., Ltd.
>> - wxicore: Wuxi i-Core Electronics Co., Ltd.
>> 
>> The titanmec prefix is based on the company's domain name titanmec.com.
>> The remaining prefixes are based on company names, as these manufacturers
>> either lack active .com domains or their .com domains are occupied by
>> unrelated businesses.
>> 
>> The fdhisi and titanmec prefixes were originally identified by
>> Andreas Färber.
>
>...
>
>> CC: Andreas Färber <afaerber@suse.de>
>
>Not a big issue in _this_ case, but I would suggest to keep the Cc: list after
>the '---' line. This will have same effect except being removed from the commit
>messages where it would be an unneeded noise. The actual list will be available
>via lore archive in emails.
>

Acknowledged. Will move to the notes section on the next submission.