[1/3] dt-bindings: vendor-prefixes: Add vendor prefix for Teclast

Message ID 20260914210115.28151-2-andre.przywara@arm.com (mailing list archive)
State New
Headers
Series dts: allwinner: Add Teclast P80 tablet support |

Commit Message

Andre Przywara Sept. 14, 2026, 9:01 p.m. UTC
Teclast [1] is a Chinese company manufacturing tablets, laptops and mini
PCs, using chipsets from various vendors, covering both the x86 and Arm
world.

Link: https://www.teclast.com [1]
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
---
 Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
 1 file changed, 2 insertions(+)
  

Comments

sashiko-bot@kernel.org Sept. 14, 2026, 9:11 p.m. UTC | #1
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The newly added vendor prefix `^teclast,.*` is inserted out of alphabetical order.
--

commit 5eadfadaf4aefd64a40c08bf27f4fc8d4fc5a0a6
Author: Andre Przywara <andre.przywara@arm.com>

dt-bindings: vendor-prefixes: Add vendor prefix for Teclast

This commit adds a new vendor prefix for Teclast to the device tree
vendor-prefixes.yaml file. Teclast is a manufacturer of tablets, laptops,
and mini PCs.

Link: https://www.teclast.com [1]

> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> index ba20029693734..6da733d465a31 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -1722,6 +1722,8 @@ patternProperties:
>      description: Thundercomm Technology Co., Ltd.
>    "^thwc,.*":
>      description: Shenzhen Tong Heng Wei Chuang Technology Co., Ltd.
> +  "^teclast,.*":
> +    description: Teclast

[Severity: Low]
Is this newly added vendor prefix inserted out of alphabetical order?

In the patternProperties section of vendor-prefixes.yaml, there is a
requirement to keep the list in alphabetical order. Alphabetically, the
entry "^teclast,.*" should be placed after "^techwell,.*" and before
"^teejet,.*", rather than after "^thwc,.*".

>    "^ti,.*":
>      description: Texas Instruments
>    "^tianma,.*":
  
Andre Przywara Sept. 14, 2026, 10:53 p.m. UTC | #2
On Mon, 14 Sep 2026 21:11:38 +0000
sashiko-bot@kernel.org wrote:

> Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
> - [Low] The newly added vendor prefix `^teclast,.*` is inserted out of alphabetical order.

argh, of course, was kind of blind here, I guess.


> --
> 
> commit 5eadfadaf4aefd64a40c08bf27f4fc8d4fc5a0a6
> Author: Andre Przywara <andre.przywara@arm.com>
> 
> dt-bindings: vendor-prefixes: Add vendor prefix for Teclast
> 
> This commit adds a new vendor prefix for Teclast to the device tree
> vendor-prefixes.yaml file. Teclast is a manufacturer of tablets, laptops,
> and mini PCs.
> 
> Link: https://www.teclast.com [1]
> 
> > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > index ba20029693734..6da733d465a31 100644
> > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > @@ -1722,6 +1722,8 @@ patternProperties:
> >      description: Thundercomm Technology Co., Ltd.
> >    "^thwc,.*":
> >      description: Shenzhen Tong Heng Wei Chuang Technology Co., Ltd.
> > +  "^teclast,.*":
> > +    description: Teclast
> 
> [Severity: Low]
> Is this newly added vendor prefix inserted out of alphabetical order?
> 
> In the patternProperties section of vendor-prefixes.yaml, there is a
> requirement to keep the list in alphabetical order. Alphabetically, the
> entry "^teclast,.*" should be placed after "^techwell,.*" and before
> "^teejet,.*", rather than after "^thwc,.*".
> 
> >    "^ti,.*":
> >      description: Texas Instruments
> >    "^tianma,.*":
>
  
Conor Dooley Sept. 15, 2026, 4:59 p.m. UTC | #3
Acked-by: Conor Dooley <conor.dooley@microchip.com>
pw-bot: not-applicable
  

Patch

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index ba20029693734..6da733d465a31 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1722,6 +1722,8 @@  patternProperties:
     description: Thundercomm Technology Co., Ltd.
   "^thwc,.*":
     description: Shenzhen Tong Heng Wei Chuang Technology Co., Ltd.
+  "^teclast,.*":
+    description: Teclast
   "^ti,.*":
     description: Texas Instruments
   "^tianma,.*":