mbox series

[net-next,0/5] net: lan743x: PCI1A011/PCI1A014 Enhancment

Message ID 20220127173055.308918-1-Raju.Lakkaraju@microchip.com (mailing list archive)
Headers show
Series net: lan743x: PCI1A011/PCI1A014 Enhancment | expand

Message

Raju Lakkaraju - I30499 Jan. 27, 2022, 5:30 p.m. UTC
This patch series extends PCI1A011/PCI1A014 chip new features as part of LAN743x chip driver.
PCI1A010/PCI1A014 chip provides a high performance and cost effective PCI-E/Ethernet
bridging solution alone with following enhancments.

  1. PCI-E pipe interface supports 1 Lane at 5GT/s
  2. Supports Multiple - 4 TX and 4 RX channels
  3. Add MSI-X interrupts increased from 8 to 16 and
     Interrupt De-assertion timers increased from 8 to 16
  4. Add support of selection between SGMII and GMII Interface
  5. Add Clause-45 MDIO access


Raju Lakkaraju (5):
  net: lan743x: Add PCI1A011/A041 chip driver
  net: lan743x: Add Tx 4 Queue enhancements
  net: lan743x: Add MSI-X interrupts increased from 8 to 16 and
    Interrupt De-assertion timers increased from 8 to 16
  net: lan743x: Add support of selection between SGMII and GMII
    Interface
  net: lan743x: Add Clause-45 MDIO access

 drivers/net/ethernet/microchip/lan743x_main.c | 277 ++++++++++++++++--
 drivers/net/ethernet/microchip/lan743x_main.h |  57 +++-
 drivers/net/ethernet/microchip/lan743x_ptp.c  |   8 +-
 3 files changed, 305 insertions(+), 37 deletions(-)