2022-11-07 09:04:08

by Raju Lakkaraju

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

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



2022-11-07 09:37:19

by Raju Lakkaraju

[permalink] [raw]
Subject: [PATCH net-next V7 1/2] net: lan743x: Remove unused argument in lan743x_common_regs( )

Remove the unused argument (i.e. struct ethtool_regs *regs) in
lan743x_common_regs( ) function arguments.

Signed-off-by: Raju Lakkaraju <[email protected]>
---
Change List:
===========
V6 -> V7:
- Revert the memset change in lan743x_common_regs( ) function

drivers/net/ethernet/microchip/lan743x_ethtool.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/drivers/net/ethernet/microchip/lan743x_ethtool.c b/drivers/net/ethernet/microchip/lan743x_ethtool.c
index 88f9484cc2a7..aa1d79a9a1f2 100644
--- a/drivers/net/ethernet/microchip/lan743x_ethtool.c
+++ b/drivers/net/ethernet/microchip/lan743x_ethtool.c
@@ -1190,9 +1190,7 @@ static int lan743x_ethtool_set_wol(struct net_device *netdev,
}
#endif /* CONFIG_PM */

-static void lan743x_common_regs(struct net_device *dev,
- struct ethtool_regs *regs, void *p)
-
+static void lan743x_common_regs(struct net_device *dev, void *p)
{
struct lan743x_adapter *adapter = netdev_priv(dev);
u32 *rb = p;
@@ -1230,7 +1228,7 @@ static void lan743x_get_regs(struct net_device *dev,
{
regs->version = LAN743X_ETH_REG_VERSION;

- lan743x_common_regs(dev, regs, p);
+ lan743x_common_regs(dev, p);
}

static void lan743x_get_pauseparam(struct net_device *dev,
--
2.25.1


2022-11-07 11:40:18

by Raju Lakkaraju

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

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 <[email protected]>

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

2022-11-10 03:54:28

by patchwork-bot+netdevbpf

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

Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <[email protected]>:

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