[net-next,V1,0/2] net: lan743x: PCI11010 / PCI11414 devices Enhancements

Message ID 20221024082516.661199-1-Raju.Lakkaraju@microchip.com
Headers
Series net: lan743x: PCI11010 / PCI11414 devices Enhancements |

Message

Raju Lakkaraju Oct. 24, 2022, 8:25 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 (2):
  net: lan743x: Add support for get_pauseparam and set_pauseparam
  net: phy: micrel: Add PHY Auto/MDI/MDI-X set driver for KSZ9131

 .../net/ethernet/microchip/lan743x_ethtool.c  | 46 +++++++++++
 drivers/net/ethernet/microchip/lan743x_main.c |  4 +-
 drivers/net/ethernet/microchip/lan743x_main.h |  2 +
 drivers/net/phy/micrel.c                      | 77 +++++++++++++++++++
 4 files changed, 127 insertions(+), 2 deletions(-)
  

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 25, 2022, 11:20 p.m. UTC | #1
Hello:

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

On Mon, 24 Oct 2022 13:55:14 +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 (2):
>   net: lan743x: Add support for get_pauseparam and set_pauseparam
>   net: phy: micrel: Add PHY Auto/MDI/MDI-X set driver for KSZ9131
> 
> [...]

Here is the summary with links:
  - [net-next,V1,1/2] net: lan743x: Add support for get_pauseparam and set_pauseparam
    https://git.kernel.org/netdev/net-next/c/cdc045402594
  - [net-next,V1,2/2] net: phy: micrel: Add PHY Auto/MDI/MDI-X set driver for KSZ9131
    https://git.kernel.org/netdev/net-next/c/b64e6a8794d9

You are awesome, thank you!