2020-11-10 07:20:29

by Kurt Kanzenbach

[permalink] [raw]
Subject: [PATCH net-next] MAINTAINERS: Add entry for Hirschmann Hellcreek Switch Driver

Add myself to cover the Hirschmann Hellcreek TSN Ethernet Switch Driver.

Suggested-by: Andrew Lunn <[email protected]>
Signed-off-by: Kurt Kanzenbach <[email protected]>
---
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2a0fde12b650..7fe936fc7e76 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7897,6 +7897,15 @@ F: include/linux/hippidevice.h
F: include/uapi/linux/if_hippi.h
F: net/802/hippi.c

+HIRSCHMANN HELLCREEK ETHERNET SWITCH DRIVER
+M: Kurt Kanzenbach <[email protected]>
+L: [email protected]
+S: Maintained
+F: Documentation/devicetree/bindings/net/dsa/hirschmann,hellcreek.yaml
+F: drivers/net/dsa/hirschmann/*
+F: include/linux/platform_data/hirschmann-hellcreek.h
+F: net/dsa/tag_hellcreek.c
+
HISILICON DMA DRIVER
M: Zhou Wang <[email protected]>
L: [email protected]
--
2.20.1


2020-11-10 13:03:18

by Vladimir Oltean

[permalink] [raw]
Subject: Re: [PATCH net-next] MAINTAINERS: Add entry for Hirschmann Hellcreek Switch Driver

On Tue, Nov 10, 2020 at 08:18:29AM +0100, Kurt Kanzenbach wrote:
> Add myself to cover the Hirschmann Hellcreek TSN Ethernet Switch Driver.
>
> Suggested-by: Andrew Lunn <[email protected]>
> Signed-off-by: Kurt Kanzenbach <[email protected]>
> ---
> MAINTAINERS | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2a0fde12b650..7fe936fc7e76 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7897,6 +7897,15 @@ F: include/linux/hippidevice.h
> F: include/uapi/linux/if_hippi.h
> F: net/802/hippi.c
>
> +HIRSCHMANN HELLCREEK ETHERNET SWITCH DRIVER
> +M: Kurt Kanzenbach <[email protected]>
> +L: [email protected]
> +S: Maintained

Just want to make sure you're aware of the difference:

Supported: Someone is actually paid to look after this.
Maintained: Someone actually looks after it.

> +F: Documentation/devicetree/bindings/net/dsa/hirschmann,hellcreek.yaml
> +F: drivers/net/dsa/hirschmann/*
> +F: include/linux/platform_data/hirschmann-hellcreek.h
> +F: net/dsa/tag_hellcreek.c
> +
> HISILICON DMA DRIVER
> M: Zhou Wang <[email protected]>
> L: [email protected]
> --
> 2.20.1
>

2020-11-10 13:56:08

by Kurt Kanzenbach

[permalink] [raw]
Subject: Re: [PATCH net-next] MAINTAINERS: Add entry for Hirschmann Hellcreek Switch Driver

On Tue Nov 10 2020, Vladimir Oltean wrote:
> On Tue, Nov 10, 2020 at 08:18:29AM +0100, Kurt Kanzenbach wrote:
>> Add myself to cover the Hirschmann Hellcreek TSN Ethernet Switch Driver.
>>
>> Suggested-by: Andrew Lunn <[email protected]>
>> Signed-off-by: Kurt Kanzenbach <[email protected]>
>> ---
>> MAINTAINERS | 9 +++++++++
>> 1 file changed, 9 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 2a0fde12b650..7fe936fc7e76 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -7897,6 +7897,15 @@ F: include/linux/hippidevice.h
>> F: include/uapi/linux/if_hippi.h
>> F: net/802/hippi.c
>>
>> +HIRSCHMANN HELLCREEK ETHERNET SWITCH DRIVER
>> +M: Kurt Kanzenbach <[email protected]>
>> +L: [email protected]
>> +S: Maintained
>
> Just want to make sure you're aware of the difference:
>
> Supported: Someone is actually paid to look after this.
> Maintained: Someone actually looks after it.

Yea, that's fine.

Thanks,
Kurt


Attachments:
signature.asc (847.00 B)

2020-11-10 22:52:16

by Andrew Lunn

[permalink] [raw]
Subject: Re: [PATCH net-next] MAINTAINERS: Add entry for Hirschmann Hellcreek Switch Driver

On Tue, Nov 10, 2020 at 08:18:29AM +0100, Kurt Kanzenbach wrote:
> Add myself to cover the Hirschmann Hellcreek TSN Ethernet Switch Driver.
>
> Suggested-by: Andrew Lunn <[email protected]>
> Signed-off-by: Kurt Kanzenbach <[email protected]>

Reviewed-by: Andrew Lunn <[email protected]>

Andrew

2020-11-10 22:58:37

by Vladimir Oltean

[permalink] [raw]
Subject: Re: [PATCH net-next] MAINTAINERS: Add entry for Hirschmann Hellcreek Switch Driver

On Tue, Nov 10, 2020 at 08:18:29AM +0100, Kurt Kanzenbach wrote:
> Add myself to cover the Hirschmann Hellcreek TSN Ethernet Switch Driver.
>
> Suggested-by: Andrew Lunn <[email protected]>
> Signed-off-by: Kurt Kanzenbach <[email protected]>
> ---

Reviewed-by: Vladimir Oltean <[email protected]>

2020-11-12 05:47:11

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [PATCH net-next] MAINTAINERS: Add entry for Hirschmann Hellcreek Switch Driver

On Tue, 10 Nov 2020 08:18:29 +0100 Kurt Kanzenbach wrote:
> Add myself to cover the Hirschmann Hellcreek TSN Ethernet Switch Driver.
>
> Suggested-by: Andrew Lunn <[email protected]>
> Signed-off-by: Kurt Kanzenbach <[email protected]>

Applied, thanks!