Re: [PATCH net-next v3 3/4] net: pcs: Drop the TSE PCS driver
From: Maxime Chevallier <maxime.chevallier@bootlin.com>
Date: 2023-05-26 17:07:18
Also in:
linux-arm-kernel, lkml
From: Maxime Chevallier <maxime.chevallier@bootlin.com>
Date: 2023-05-26 17:07:18
Also in:
linux-arm-kernel, lkml
On Fri, 26 May 2023 10:43:11 +0200 Simon Horman [off-list ref] wrote:
On Fri, May 26, 2023 at 09:42:51AM +0200, Maxime Chevallier wrote:quoted
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@bootlin.com> --- 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 <redacted>
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 :)