Re: [PATCH net-next v3 3/4] net: pcs: Drop the TSE PCS driver

From: Maxime Chevallier
Date: Fri May 26 2023 - 13:07:18 EST


On Fri, 26 May 2023 10:43:11 +0200
Simon Horman <simon.horman@xxxxxxxxxxxx> wrote:

> On Fri, May 26, 2023 at 09:42:51AM +0200, Maxime Chevallier wrote:
> > Now that we can easily create a mdio-device that represents a
> > memory-mapped device that exposes an MDIO-like register layout, we
> > don't need the Altera TSE PCS anymore, since we can use the Lynx
> > PCS instead.
> >
> > Signed-off-by: Maxime Chevallier <maxime.chevallier@xxxxxxxxxxx>
> > ---
> > V2->V3 : No changes
> > V1->V2 : No changes
> >
> > MAINTAINERS | 7 --
> > drivers/net/pcs/Kconfig | 6 --
> > drivers/net/pcs/Makefile | 1 -
> > drivers/net/pcs/pcs-altera-tse.c | 160
> > ------------------------------- include/linux/pcs-altera-tse.h |
> > 17 ---- 5 files changed, 191 deletions(-)
>
> Less is more.
>
> Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>
>

Thanks ! Also kudos to Russell who spotted the similarities between the
TSE and Lynx PCS in the first place, allowing for this driver to be
dropped :)