mbox series

[net-next,V2,0/4] net: lan743x: PCI11010 / PCI11414 devices Enhancements

Message ID 20220616041226.26996-1-Raju.Lakkaraju@microchip.com (mailing list archive)
Headers show
Series net: lan743x: PCI11010 / PCI11414 devices Enhancements | expand

Message

Raju Lakkaraju - I30499 June 16, 2022, 4:12 a.m. UTC
This patch series continues with the addition of supported features             
for the Ethernet function of the PCI11010 / PCI11414 devices to                 
the LAN743x driver. 

Raju Lakkaraju (4):
  net: lan743x: Add support to LAN743x register dump
  net: lan743x: Add support to Secure-ON WOL
  net: lan743x: Add support to SGMII 1G and 2.5G
  net: phy: add support to get Master-Slave configuration

 .../net/ethernet/microchip/lan743x_ethtool.c  |  63 ++-
 .../net/ethernet/microchip/lan743x_ethtool.h  |  26 ++
 drivers/net/ethernet/microchip/lan743x_main.c | 378 +++++++++++++++++-
 drivers/net/ethernet/microchip/lan743x_main.h | 106 +++++
 drivers/net/phy/mxl-gpy.c                     |   3 +
 5 files changed, 567 insertions(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 17, 2022, 3:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 16 Jun 2022 09:42:22 +0530 you wrote:
> This patch series continues with the addition of supported features
> for the Ethernet function of the PCI11010 / PCI11414 devices to
> the LAN743x driver.
> 
> Raju Lakkaraju (4):
>   net: lan743x: Add support to LAN743x register dump
>   net: lan743x: Add support to Secure-ON WOL
>   net: lan743x: Add support to SGMII 1G and 2.5G
>   net: phy: add support to get Master-Slave configuration
> 
> [...]

Here is the summary with links:
  - [net-next,V2,1/4] net: lan743x: Add support to LAN743x register dump
    https://git.kernel.org/netdev/net-next/c/9aeb87d2b5a1
  - [net-next,V2,2/4] net: lan743x: Add support to Secure-ON WOL
    https://git.kernel.org/netdev/net-next/c/6b3768ac8e2b
  - [net-next,V2,3/4] net: lan743x: Add support to SGMII 1G and 2.5G
    https://git.kernel.org/netdev/net-next/c/46b777ad9a8c
  - [net-next,V2,4/4] net: phy: add support to get Master-Slave configuration
    https://git.kernel.org/netdev/net-next/c/311abcdddc00

You are awesome, thank you!