OSDN Git Service

net: ethernet: altera-tse: Convert to mdio-regmap and use PCS Lynx
authorMaxime Chevallier <maxime.chevallier@bootlin.com>
Thu, 1 Jun 2023 14:14:52 +0000 (16:14 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Jun 2023 08:56:36 +0000 (09:56 +0100)
commitdb48abbaa18e571106711b42affe68ca6f36ca5a
tree0a53ad3cdf95e29d8d39b324dfb941b7b0f80e11
parent642af0f92cbe01c4b05eb38a0fe94867a3798b34
net: ethernet: altera-tse: Convert to mdio-regmap and use PCS Lynx

The newly introduced regmap-based MDIO driver allows for an easy mapping
of an mdiodevice onto the memory-mapped TSE PCS, which is actually a
Lynx PCS.

Convert Altera TSE to use this PCS instead of the pcs-altera-tse, which
is nothing more than a memory-mapped Lynx PCS.

Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/altera/Kconfig
drivers/net/ethernet/altera/altera_tse_main.c