2023-01-21 18:12:28

by Anand Moon

[permalink] [raw]
Subject: [PATCH v3 5/9] vendor-prefixes: Add VIA Labs, Inc.

Add the vendor prefix for VIA Labs, Inc. (VLI) is a supplier
of USB and USB Power Delivery controllers for multi-functional devices
and platforms.

Website: https://www.via-labs.com/

Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Anand Moon <[email protected]>
---
v3: - None
V2: - drop Drop marketing, so without "leading".
- add Ack of Krzysztof
---
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 70ffb3780621..d19b7f9cef4c 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1398,6 +1398,8 @@ patternProperties:
description: Vertexcom Technologies, Inc.
"^via,.*":
description: VIA Technologies, Inc.
+ "^vialab,.*":
+ description: VIA Labs, Inc.
"^vicor,.*":
description: Vicor Corporation
"^videostrong,.*":
--
2.38.1


2023-01-21 18:57:54

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v3 5/9] vendor-prefixes: Add VIA Labs, Inc.

On 21/01/2023 18:56, Anand Moon wrote:
> Add the vendor prefix for VIA Labs, Inc. (VLI) is a supplier
> of USB and USB Power Delivery controllers for multi-functional devices
> and platforms.
>
> Website: https://www.via-labs.com/
>
> Acked-by: Krzysztof Kozlowski <[email protected]>
> Signed-off-by: Anand Moon <[email protected]>
> ---
> v3: - None
> V2: - drop Drop marketing, so without "leading".

Wasn't this merged? Didn't you get email?

Best regards,
Krzysztof

2023-01-22 07:28:59

by Anand Moon

[permalink] [raw]
Subject: Re: [PATCH v3 5/9] vendor-prefixes: Add VIA Labs, Inc.

Hi Krzysztof,

On Sun, 22 Jan 2023 at 00:21, Krzysztof Kozlowski
<[email protected]> wrote:
>
> On 21/01/2023 18:56, Anand Moon wrote:
> > Add the vendor prefix for VIA Labs, Inc. (VLI) is a supplier
> > of USB and USB Power Delivery controllers for multi-functional devices
> > and platforms.
> >
> > Website: https://www.via-labs.com/
> >
> > Acked-by: Krzysztof Kozlowski <[email protected]>
> > Signed-off-by: Anand Moon <[email protected]>
> > ---
> > v3: - None
> > V2: - drop Drop marketing, so without "leading".
>
> Wasn't this merged? Didn't you get email?
>

Yes, it was merged into USB testing branch.
I have rebased it on Linux master 6.2-rc5,
I hope this series picks up again.

> Best regards,
> Krzysztof
>
Thanks
-Anand

2023-01-22 10:25:06

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v3 5/9] vendor-prefixes: Add VIA Labs, Inc.

On 22/01/2023 08:04, Anand Moon wrote:
> Hi Krzysztof,
>
> On Sun, 22 Jan 2023 at 00:21, Krzysztof Kozlowski
> <[email protected]> wrote:
>>
>> On 21/01/2023 18:56, Anand Moon wrote:
>>> Add the vendor prefix for VIA Labs, Inc. (VLI) is a supplier
>>> of USB and USB Power Delivery controllers for multi-functional devices
>>> and platforms.
>>>
>>> Website: https://www.via-labs.com/
>>>
>>> Acked-by: Krzysztof Kozlowski <[email protected]>
>>> Signed-off-by: Anand Moon <[email protected]>
>>> ---
>>> v3: - None
>>> V2: - drop Drop marketing, so without "leading".
>>
>> Wasn't this merged? Didn't you get email?
>>
>
> Yes, it was merged into USB testing branch.
> I have rebased it on Linux master 6.2-rc5,
> I hope this series picks up again.

No, that's not how it works. If patch was picked up, you must drop it.
Otherwise you might mislead maintainers (e.g. other maintainer) to pick
it up again.


Best regards,
Krzysztof

2023-01-22 16:39:08

by Anand Moon

[permalink] [raw]
Subject: Re: [PATCH v3 5/9] vendor-prefixes: Add VIA Labs, Inc.

Hi Krzysztof,

On Sun, 22 Jan 2023 at 15:06, Krzysztof Kozlowski
<[email protected]> wrote:
>
> On 22/01/2023 08:04, Anand Moon wrote:
> > Hi Krzysztof,
> >
> > On Sun, 22 Jan 2023 at 00:21, Krzysztof Kozlowski
> > <[email protected]> wrote:
> >>
> >> On 21/01/2023 18:56, Anand Moon wrote:
> >>> Add the vendor prefix for VIA Labs, Inc. (VLI) is a supplier
> >>> of USB and USB Power Delivery controllers for multi-functional devices
> >>> and platforms.
> >>>
> >>> Website: https://www.via-labs.com/
> >>>
> >>> Acked-by: Krzysztof Kozlowski <[email protected]>
> >>> Signed-off-by: Anand Moon <[email protected]>
> >>> ---
> >>> v3: - None
> >>> V2: - drop Drop marketing, so without "leading".
> >>
> >> Wasn't this merged? Didn't you get email?
> >>
> >
> > Yes, it was merged into USB testing branch.
> > I have rebased it on Linux master 6.2-rc5,
> > I hope this series picks up again.
>
> No, that's not how it works. If patch was picked up, you must drop it.
> Otherwise you might mislead maintainers (e.g. other maintainer) to pick
> it up again.
>

Ok I will keep this in my mind for the future.

>
> Best regards,
> Krzysztof
>
Thanks
-Anand