[PATCH net-next 0/3] generic implementation of phy interface and fixed_phy support for the LAN743x device

From: Pavithra Sathyanarayanan
Date: Thu Jan 19 2023 - 05:02:48 EST


This patch series includes the following changes:

- Remove the unwanted interface settings in the LAN743x driver as
it is preset in EEPROM configurations.

- Handle generic implementation for the phy interfaces for different
devices LAN7430/31 and pci11x1x.

- Add new feature for fixed_phy support at 1Gbps full duplex for the
LAN7431 device if a phy not found over MDIO. Includes support for
communication between a MAC in a LAN7431 device and custom phys
without an MDIO interface.


Pavithra Sathyanarayanan (3):
net: lan743x: remove unwanted interface select settings
net: lan743x: add generic implementation for phy interface selection
net: lan743x: add fixed phy support for LAN7431 device

drivers/net/ethernet/microchip/lan743x_main.c | 59 +++++++++++++------
drivers/net/ethernet/microchip/lan743x_main.h | 1 +
2 files changed, 42 insertions(+), 18 deletions(-)

--
2.25.1