mbox series

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

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

Message

Raju Lakkaraju - I30499 March 17, 2022, 10:43 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 (5):
  net: lan743x: Add support to display Tx Queue statistics
  net: lan743x: Add support for EEPROM
  net: lan743x: Add support for OTP
  net: lan743x: Add support for PTP-IO Event Input External Timestamp
    (extts)
  net: lan743x: Add support for PTP-IO Event Output (Periodic Output)

 .../net/ethernet/microchip/lan743x_ethtool.c  | 378 +++++++++++-
 drivers/net/ethernet/microchip/lan743x_main.c |   2 +
 drivers/net/ethernet/microchip/lan743x_main.h | 159 +++++
 drivers/net/ethernet/microchip/lan743x_ptp.c  | 558 ++++++++++++++++--
 drivers/net/ethernet/microchip/lan743x_ptp.h  |  10 +
 5 files changed, 1061 insertions(+), 46 deletions(-)

Comments

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

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

On Thu, 17 Mar 2022 16:13:05 +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 (5):
>   net: lan743x: Add support to display Tx Queue statistics
>   net: lan743x: Add support for EEPROM
>   net: lan743x: Add support for OTP
>   net: lan743x: Add support for PTP-IO Event Input External Timestamp
>     (extts)
>   net: lan743x: Add support for PTP-IO Event Output (Periodic Output)
> 
> [...]

Here is the summary with links:
  - [net-next,V1,1/5] net: lan743x: Add support to display Tx Queue statistics
    https://git.kernel.org/netdev/net-next/c/bc1962e52333
  - [net-next,V1,2/5] net: lan743x: Add support for EEPROM
    https://git.kernel.org/netdev/net-next/c/cdea83cc103a
  - [net-next,V1,3/5] net: lan743x: Add support for OTP
    https://git.kernel.org/netdev/net-next/c/d808f7ca8d23
  - [net-next,V1,4/5] net: lan743x: Add support for PTP-IO Event Input External Timestamp (extts)
    https://git.kernel.org/netdev/net-next/c/60942c397af6
  - [net-next,V1,5/5] net: lan743x: Add support for PTP-IO Event Output (Periodic Output)
    https://git.kernel.org/netdev/net-next/c/e432dd3bee2c

You are awesome, thank you!