Merge branch 'generic-implementation-of-phy-interface-and-fixed_phy-support-for-the...
authorPaolo Abeni <pabeni@redhat.com>
Thu, 19 Jan 2023 12:50:13 +0000 (13:50 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 19 Jan 2023 12:50:13 +0000 (13:50 +0100)
Pavithra Sathyanarayanan says:

====================
generic implementation of phy interface and fixed_phy support for the LAN743x device

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.
====================

Link: https://lore.kernel.org/r/20230117141614.4411-1-Pavithra.Sathyanarayanan@microchip.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge