[PATCH net-next V7 0/2] net: lan743x: PCI11010 / PCI11414 devices Enhancements

Raju Lakkaraju posted 2 patches 3 years, 1 month ago
.../net/ethernet/microchip/lan743x_ethtool.c  | 113 +++++++++++++++++-
.../net/ethernet/microchip/lan743x_ethtool.h  |  71 ++++++++++-
drivers/net/ethernet/microchip/lan743x_main.c |   2 +-
drivers/net/ethernet/microchip/lan743x_main.h |   1 +
4 files changed, 179 insertions(+), 8 deletions(-)
[PATCH net-next V7 0/2] net: lan743x: PCI11010 / PCI11414 devices Enhancements
Posted by Raju Lakkaraju 3 years, 1 month ago
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: Remove unused argument in lan743x_common_regs( )
  net: lan743x: Add support to SGMII register dump for PCI11010/PCI11414
    chips

 .../net/ethernet/microchip/lan743x_ethtool.c  | 113 +++++++++++++++++-
 .../net/ethernet/microchip/lan743x_ethtool.h  |  71 ++++++++++-
 drivers/net/ethernet/microchip/lan743x_main.c |   2 +-
 drivers/net/ethernet/microchip/lan743x_main.h |   1 +
 4 files changed, 179 insertions(+), 8 deletions(-)

-- 
2.25.1
Re: [PATCH net-next V7 0/2] net: lan743x: PCI11010 / PCI11414 devices Enhancements
Posted by patchwork-bot+netdevbpf@kernel.org 3 years, 1 month ago
Hello:

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

On Mon, 7 Nov 2022 14:26:48 +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: Remove unused argument in lan743x_common_regs( )
>   net: lan743x: Add support to SGMII register dump for PCI11010/PCI11414
>     chips
> 
> [...]

Here is the summary with links:
  - [net-next,V7,1/2] net: lan743x: Remove unused argument in lan743x_common_regs( )
    https://git.kernel.org/netdev/net-next/c/925638a2a037
  - [net-next,V7,2/2] net: lan743x: Add support to SGMII register dump for PCI11010/PCI11414 chips
    https://git.kernel.org/netdev/net-next/c/9045220581fc

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next V7 0/2] net: lan743x: PCI11010 / PCI11414 devices Enhancements
Posted by Raju Lakkaraju 3 years, 1 month ago
The 11/07/2022 14:26, Raju Lakkaraju wrote:
> This patch series continues with the addition of supported features for the
> Ethernet function of the PCI11010 / PCI11414 devices to the LAN743x driver.

For the entire series:
Reviewed-by: Horatiu Vultur <horatiu.vultur@microchip.com>

> 
> Raju Lakkaraju (2):
>   net: lan743x: Remove unused argument in lan743x_common_regs( )
>   net: lan743x: Add support to SGMII register dump for PCI11010/PCI11414
>     chips
> 
>  .../net/ethernet/microchip/lan743x_ethtool.c  | 113 +++++++++++++++++-
>  .../net/ethernet/microchip/lan743x_ethtool.h  |  71 ++++++++++-
>  drivers/net/ethernet/microchip/lan743x_main.c |   2 +-
>  drivers/net/ethernet/microchip/lan743x_main.h |   1 +
>  4 files changed, 179 insertions(+), 8 deletions(-)
> 
> -- 
> 2.25.1
> 

--------
Thanks,
Raju