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

From: Simon Horman
Date: Fri May 26 2023 - 04:43:29 EST


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>