[PATCH v3 1/3] dt-bindings: vendor: add taiguanck

Langyan Ye posted 3 patches 1 month, 2 weeks ago
[PATCH v3 1/3] dt-bindings: vendor: add taiguanck
Posted by Langyan Ye 1 month, 2 weeks ago
Add the "taiguanck" vendor prefix for Shenzhen Top Group Technology Co., Ltd.

The prefix is derived from the vendor's website domain:
www.taiguanck.com/en/, which uses "taiguanck" as the primary
identifier of the company.

Signed-off-by: Langyan Ye <yelangyan@huaqin.corp-partner.google.com>
---
 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 fc7985f3a549..1856e455f7e6 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1598,6 +1598,8 @@ patternProperties:
   "^synopsys,.*":
     description: Synopsys, Inc. (deprecated, use snps)
     deprecated: true
+  "^taiguanck,.*":
+    description: Shenzhen Top Group Technology Co., Ltd.
   "^taos,.*":
     description: Texas Advanced Optoelectronic Solutions Inc.
   "^tbs,.*":
-- 
2.34.1
Re: [PATCH v3 1/3] dt-bindings: vendor: add taiguanck
Posted by Conor Dooley 1 month, 2 weeks ago
On Sat, Feb 14, 2026 at 04:54:07PM +0800, Langyan Ye wrote:
> Add the "taiguanck" vendor prefix for Shenzhen Top Group Technology Co., Ltd.
> 
> The prefix is derived from the vendor's website domain:
> www.taiguanck.com/en/, which uses "taiguanck" as the primary

This website doesn't exist it seems. I get an ERR_EMPTY_RESPONSE.

> identifier of the company.
> 
> Signed-off-by: Langyan Ye <yelangyan@huaqin.corp-partner.google.com>
> ---
>  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 fc7985f3a549..1856e455f7e6 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -1598,6 +1598,8 @@ patternProperties:
>    "^synopsys,.*":
>      description: Synopsys, Inc. (deprecated, use snps)
>      deprecated: true
> +  "^taiguanck,.*":
> +    description: Shenzhen Top Group Technology Co., Ltd.
>    "^taos,.*":
>      description: Texas Advanced Optoelectronic Solutions Inc.
>    "^tbs,.*":
> -- 
> 2.34.1
> 
Re: [PATCH v3 1/3] dt-bindings: vendor: add taiguanck
Posted by Krzysztof Kozlowski 1 month, 1 week ago
On 16/02/2026 18:49, Conor Dooley wrote:
> On Sat, Feb 14, 2026 at 04:54:07PM +0800, Langyan Ye wrote:
>> Add the "taiguanck" vendor prefix for Shenzhen Top Group Technology Co., Ltd.
>>
>> The prefix is derived from the vendor's website domain:
>> www.taiguanck.com/en/, which uses "taiguanck" as the primary
> 
> This website doesn't exist it seems. I get an ERR_EMPTY_RESPONSE.

I commented on this already v2, which was ignored by author, waited one
week to get it fixed and still not fixed. Website seems real, though,
according to Google.


Best regards,
Krzysztof
Re: [PATCH v3 1/3] dt-bindings: vendor: add taiguanck
Posted by Conor Dooley 1 month, 1 week ago
On Wed, Feb 18, 2026 at 08:59:31AM +0100, Krzysztof Kozlowski wrote:
> On 16/02/2026 18:49, Conor Dooley wrote:
> > On Sat, Feb 14, 2026 at 04:54:07PM +0800, Langyan Ye wrote:
> >> Add the "taiguanck" vendor prefix for Shenzhen Top Group Technology Co., Ltd.
> >>
> >> The prefix is derived from the vendor's website domain:
> >> www.taiguanck.com/en/, which uses "taiguanck" as the primary
> > 
> > This website doesn't exist it seems. I get an ERR_EMPTY_RESPONSE.
> 
> I commented on this already v2, which was ignored by author, waited one
> week to get it fixed and still not fixed. Website seems real, though,
> according to Google.

tbf, the author of the patch may have no ability to fix it if that's the
case, I assumed it was a typo or something. It's probably fair enough to
just ack it then even if the website is not working for us.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
pw-bot: not-applicable

Cheers,
Conor.