mbox series

[net-next,0/6] Add support for LAN937x T1 Phy Driver

Message ID 20220304094401.31375-1-arun.ramadoss@microchip.com (mailing list archive)
Headers show
Series Add support for LAN937x T1 Phy Driver | expand

Message

Arun Ramadoss March 4, 2022, 9:43 a.m. UTC
LAN937x is a Multi-port 100Base-T1 Switch and it internally uses LAN87xx
T1 Phy.  This series of patch update the initialization routine for the
LAN87xx phy and also add LAN937x part support. Added the T1 Phy
master-slave configuration through ethtool.

Arun Ramadoss (6):
  net: phy: used genphy_soft_reset for phy reset in LAN87xx
  net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XX
  net: phy: removed empty lines in LAN87XX
  net: phy: updated the initialization routine for LAN87xx
  net: phy: added the LAN937x phy support
  net: phy: added ethtool master-slave configuration support

 drivers/net/phy/microchip_t1.c | 387 +++++++++++++++++++++++++++------
 1 file changed, 325 insertions(+), 62 deletions(-)


base-commit: f9f52c3474282a5485b28cf188b47d6e2efee185

Comments

patchwork-bot+netdevbpf@kernel.org March 4, 2022, 12:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri, 4 Mar 2022 15:13:55 +0530 you wrote:
> LAN937x is a Multi-port 100Base-T1 Switch and it internally uses LAN87xx
> T1 Phy.  This series of patch update the initialization routine for the
> LAN87xx phy and also add LAN937x part support. Added the T1 Phy
> master-slave configuration through ethtool.
> 
> Arun Ramadoss (6):
>   net: phy: used genphy_soft_reset for phy reset in LAN87xx
>   net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XX
>   net: phy: removed empty lines in LAN87XX
>   net: phy: updated the initialization routine for LAN87xx
>   net: phy: added the LAN937x phy support
>   net: phy: added ethtool master-slave configuration support
> 
> [...]

Here is the summary with links:
  - [net-next,1/6] net: phy: used genphy_soft_reset for phy reset in LAN87xx
    https://git.kernel.org/netdev/net-next/c/8eee3d353626
  - [net-next,2/6] net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XX
    https://git.kernel.org/netdev/net-next/c/79cea9a9c93a
  - [net-next,3/6] net: phy: removed empty lines in LAN87XX
    https://git.kernel.org/netdev/net-next/c/ccc8cc5badde
  - [net-next,4/6] net: phy: updated the initialization routine for LAN87xx
    https://git.kernel.org/netdev/net-next/c/8637034bc63f
  - [net-next,5/6] net: phy: added the LAN937x phy support
    https://git.kernel.org/netdev/net-next/c/680baca546f2
  - [net-next,6/6] net: phy: added ethtool master-slave configuration support
    https://git.kernel.org/netdev/net-next/c/8a1b415d70b7

You are awesome, thank you!