[PATCH v2 2/7] dt-bindings: vendor-prefixes: Add AlgolTek

Val Packett posted 7 patches 2 weeks, 5 days ago
[PATCH v2 2/7] dt-bindings: vendor-prefixes: Add AlgolTek
Posted by Val Packett 2 weeks, 5 days ago
AlgolTek is a Taiwanese chip manufacturer specialized in high-speed
signal and power transmission and conversion.

Signed-off-by: Val Packett <val@packett.cool>
---
 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 63730f75a578..f2bd32fbb717 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -86,6 +86,8 @@ patternProperties:
     description: Aldec, Inc.
   "^alfa-network,.*":
     description: ALFA Network Inc.
+  "^algoltek,.*":
+    description: AlgolTek, Inc.
   "^allegro,.*":
     description: Allegro DVT
   "^allegromicro,.*":
-- 
2.51.2
Re: [PATCH v2 2/7] dt-bindings: vendor-prefixes: Add AlgolTek
Posted by Neil Armstrong 2 weeks, 4 days ago
On 1/21/26 00:30, Val Packett wrote:
> AlgolTek is a Taiwanese chip manufacturer specialized in high-speed
> signal and power transmission and conversion.
> 
> Signed-off-by: Val Packett <val@packett.cool>
> ---
>   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 63730f75a578..f2bd32fbb717 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -86,6 +86,8 @@ patternProperties:
>       description: Aldec, Inc.
>     "^alfa-network,.*":
>       description: ALFA Network Inc.
> +  "^algoltek,.*":
> +    description: AlgolTek, Inc.
>     "^allegro,.*":
>       description: Allegro DVT
>     "^allegromicro,.*":

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

Thanks,
Neil
Re: [PATCH v2 2/7] dt-bindings: vendor-prefixes: Add AlgolTek
Posted by Krzysztof Kozlowski 2 weeks, 4 days ago
On 21/01/2026 00:30, Val Packett wrote:
> AlgolTek is a Taiwanese chip manufacturer specialized in high-speed
> signal and power transmission and conversion.
> 
> Signed-off-by: Val Packett <val@packett.cool>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)

I initially silently ignored this patch because this is churn to deal
with such one liners. This should be squashed. But after talk with
Dmitry let's clarify.

If you target different trees, then:
1. Do not combine them into one patchset
2. If combining, do not mix the order like 1/7 goes to foo, 2/7 goes to
bar, 3/7 goes to foo again, 4/7 goes to bar again.

Make it easy for maintainers, so we won't spend time deciphering this or
acking multiple of such single liners (I asked this on mailing list
multiple times).

Best regards,
Krzysztof