2023-09-20 14:45:23

by Harini Katakam

[permalink] [raw]
Subject: [PATCH net-next] MAINTAINERS: Add an obsolete entry for LL TEMAC driver

LL TEMAC IP is no longer supported. Hence add an entry marking the
driver as obsolete.

Signed-off-by: Harini Katakam <[email protected]>
---
This is an old driver with no bindings doc and hence the maintainers
entry does not contain a link to documentation.
---
MAINTAINERS | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3dde038545d8..820a7817f02f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -23696,6 +23696,11 @@ F: Documentation/devicetree/bindings/gpio/xlnx,gpio-xilinx.yaml
F: drivers/gpio/gpio-xilinx.c
F: drivers/gpio/gpio-zynq.c

+XILINX LL TEMAC ETHERNET DRIVER
+L: [email protected]
+S: Obsolete
+F: drivers/net/ethernet/xilinx/ll_temac*
+
XILINX PWM DRIVER
M: Sean Anderson <[email protected]>
S: Maintained
--
2.17.1


2023-09-28 14:15:27

by patchwork-bot+netdevbpf

[permalink] [raw]
Subject: Re: [PATCH net-next] MAINTAINERS: Add an obsolete entry for LL TEMAC driver

Hello:

This patch was applied to netdev/net-next.git (main)
by Paolo Abeni <[email protected]>:

On Wed, 20 Sep 2023 17:20:47 +0530 you wrote:
> LL TEMAC IP is no longer supported. Hence add an entry marking the
> driver as obsolete.
>
> Signed-off-by: Harini Katakam <[email protected]>
> ---
> This is an old driver with no bindings doc and hence the maintainers
> entry does not contain a link to documentation.
>
> [...]

Here is the summary with links:
- [net-next] MAINTAINERS: Add an obsolete entry for LL TEMAC driver
https://git.kernel.org/netdev/net-next/c/19f5eef8bf73

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html


2023-09-29 13:47:02

by Michal Simek

[permalink] [raw]
Subject: Re: [PATCH net-next] MAINTAINERS: Add an obsolete entry for LL TEMAC driver



On 9/28/23 16:46, [email protected] wrote:
> Harini Katakam <[email protected]> writes:
>
>> LL TEMAC IP is no longer supported. Hence add an entry marking the
>> driver as obsolete.
>
> Ok. But while that might mean that no new designs should use LL TEMAC
> IP, why do we need to declare the driver for it obsolete?
>
> Existing designs using LL TEMAC IP might need to upgrade Linux kernel
> also.

If you want to take responsibility for keeping that driver alive then feel free
to send a patch on the top and declare it publicly. We are not able to test it
on these old platforms that's why we are publicly saying that it is end of us.

Thanks,
Michal

2023-09-30 00:42:14

by Esben Haabendal

[permalink] [raw]
Subject: Re: [PATCH net-next] MAINTAINERS: Add an obsolete entry for LL TEMAC driver

Harini Katakam <[email protected]> writes:

> LL TEMAC IP is no longer supported. Hence add an entry marking the
> driver as obsolete.

Ok. But while that might mean that no new designs should use LL TEMAC
IP, why do we need to declare the driver for it obsolete?

Existing designs using LL TEMAC IP might need to upgrade Linux kernel
also.

/Esben

>
> Signed-off-by: Harini Katakam <[email protected]>
> ---
> This is an old driver with no bindings doc and hence the maintainers
> entry does not contain a link to documentation.
> ---
> MAINTAINERS | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3dde038545d8..820a7817f02f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -23696,6 +23696,11 @@ F: Documentation/devicetree/bindings/gpio/xlnx,gpio-xilinx.yaml
> F: drivers/gpio/gpio-xilinx.c
> F: drivers/gpio/gpio-zynq.c
>
> +XILINX LL TEMAC ETHERNET DRIVER
> +L: [email protected]
> +S: Obsolete
> +F: drivers/net/ethernet/xilinx/ll_temac*
> +
> XILINX PWM DRIVER
> M: Sean Anderson <[email protected]>
> S: Maintained

2023-10-04 14:46:56

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [PATCH net-next] MAINTAINERS: Add an obsolete entry for LL TEMAC driver

On Fri, 29 Sep 2023 08:06:46 +0200 Michal Simek wrote:
> > Ok. But while that might mean that no new designs should use LL TEMAC
> > IP, why do we need to declare the driver for it obsolete?
> >
> > Existing designs using LL TEMAC IP might need to upgrade Linux kernel
> > also.
>
> If you want to take responsibility for keeping that driver alive then feel free
> to send a patch on the top and declare it publicly. We are not able to test it
> on these old platforms that's why we are publicly saying that it is end of us.

Why Obsolete tho? There's no other driver for this IP, so Orphan sounds
more accurate. Please change it to Orphan.

2023-10-05 13:57:19

by Harini Katakam

[permalink] [raw]
Subject: RE: [PATCH net-next] MAINTAINERS: Add an obsolete entry for LL TEMAC driver

Hi Jakub,

> -----Original Message-----
> From: Jakub Kicinski <[email protected]>
> Sent: Wednesday, October 4, 2023 8:17 PM
> To: Simek, Michal <[email protected]>
> Cc: [email protected]; Katakam, Harini <[email protected]>;
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected]; linux-
> [email protected]; [email protected]; Pandey, Radhey
> Shyam <[email protected]>
> Subject: Re: [PATCH net-next] MAINTAINERS: Add an obsolete entry for LL
> TEMAC driver
>
> On Fri, 29 Sep 2023 08:06:46 +0200 Michal Simek wrote:
> > > Ok. But while that might mean that no new designs should use LL TEMAC
> > > IP, why do we need to declare the driver for it obsolete?
> > >
> > > Existing designs using LL TEMAC IP might need to upgrade Linux kernel
> > > also.
> >
> > If you want to take responsibility for keeping that driver alive then feel free
> > to send a patch on the top and declare it publicly. We are not able to test it
> > on these old platforms that's why we are publicly saying that it is end of us.
>
> Why Obsolete tho? There's no other driver for this IP, so Orphan sounds
> more accurate. Please change it to Orphan.

I just noticed that this patch was already applied on net-next. So, I sent a patch
on top updating it from Obsolete to Orphan.

Regards,
Harini