Add vendor prefixes:
- 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>
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
On Wed, Aug 20, 2025 at 12:31:14PM -0400, Jean-François Lessard wrote: > Add vendor prefixes: > - 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> > Signed-off-by: Jean-François Lessard <jefflessard3@gmail.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> but some reason why all these are being added together would be nice. > --- > 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 >
Le 20 août 2025 16 h 08 min 01 s HAE, Conor Dooley <conor@kernel.org> a écrit : >On Wed, Aug 20, 2025 at 12:31:14PM -0400, Jean-François Lessard wrote: >> Add vendor prefixes: >> - 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> >> Signed-off-by: Jean-François Lessard <jefflessard3@gmail.com> > >Acked-by: Conor Dooley <conor.dooley@microchip.com> Thanks for your acknowledgement, I will include it in the v4 submission. >but some reason why all these are being added together would be nice. Do you mean repeating this cover letter v3 changelog note in this patch: v3: - Update vendor prefixes with documented rationale, in a single patch, per maintainer feedback See https://lore.kernel.org/linux-devicetree/491ec8dd-8ca5-45bb-b5f4-dfd08a10e8de@kernel.org/#t Or do you mean the relationship between these vendors being added here, such as replacing the fist line of the commit message to: Add vendor prefixes of chip manufacturers supported by the TM16xx 7-segment LED matrix display controllers driver: - fdhisi... > >> --- ... Best regards, Jean-Francois Lessard
On Thu, Aug 21, 2025 at 03:35:51PM -0400, Jean-François Lessard wrote: > Le 20 août 2025 16 h 08 min 01 s HAE, Conor Dooley <conor@kernel.org> a écrit : > >On Wed, Aug 20, 2025 at 12:31:14PM -0400, Jean-François Lessard wrote: > >> Add vendor prefixes: > >> - 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> > >> Signed-off-by: Jean-François Lessard <jefflessard3@gmail.com> > > > >Acked-by: Conor Dooley <conor.dooley@microchip.com> > > Thanks for your acknowledgement, I will include it in the v4 submission. > > >but some reason why all these are being added together would be nice. > > Do you mean repeating this cover letter v3 changelog note in this patch: > > v3: > - Update vendor prefixes with documented rationale, in a single patch, > per maintainer feedback > > See https://lore.kernel.org/linux-devicetree/491ec8dd-8ca5-45bb-b5f4-dfd08a10e8de@kernel.org/#t > > Or do you mean the relationship between these vendors being added here, > such as replacing the fist line of the commit message to: Ye, this. The relation between the vendors. > > Add vendor prefixes of chip manufacturers supported by the TM16xx 7-segment > LED matrix display controllers driver: > - fdhisi... > > > > >> --- > ... > > Best regards, > Jean-Francois Lessard >
Le 21 août 2025 16 h 13 min 44 s HAE, Conor Dooley <conor@kernel.org> a écrit : >On Thu, Aug 21, 2025 at 03:35:51PM -0400, Jean-François Lessard wrote: >> Le 20 août 2025 16 h 08 min 01 s HAE, Conor Dooley <conor@kernel.org> a écrit : >> >On Wed, Aug 20, 2025 at 12:31:14PM -0400, Jean-François Lessard wrote: >> >> Add vendor prefixes: >> >> - 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> >> >> Signed-off-by: Jean-François Lessard <jefflessard3@gmail.com> >> > >> >Acked-by: Conor Dooley <conor.dooley@microchip.com> >> >> Thanks for your acknowledgement, I will include it in the v4 submission. >> >> >but some reason why all these are being added together would be nice. >> >> Do you mean repeating this cover letter v3 changelog note in this patch: >> >> v3: >> - Update vendor prefixes with documented rationale, in a single patch, >> per maintainer feedback >> >> See https://lore.kernel.org/linux-devicetree/491ec8dd-8ca5-45bb-b5f4-dfd08a10e8de@kernel.org/#t >> >> Or do you mean the relationship between these vendors being added here, >> such as replacing the fist line of the commit message to: > >Ye, this. The relation between the vendors. > Well received. I will update the commit message accordingly in v4. >> >> Add vendor prefixes of chip manufacturers supported by the TM16xx 7-segment >> LED matrix display controllers driver: >> - fdhisi... >> >> > >> >> --- >> ... >> >> Best regards, >> Jean-Francois Lessard >>
© 2016 - 2025 Red Hat, Inc.