mbox series

[v4,net-next,0/2] lan743x: Add new lan743x driver

Message ID 1520277811-26177-1-git-send-email-Bryan.Whitehead@microchip.com
Headers show
Series lan743x: Add new lan743x driver | expand

Message

Bryan Whitehead March 5, 2018, 7:23 p.m. UTC
Add new lan743x driver. 

The lan743x from Microchip Technologies Inc,
is a PCIe to Gigabit Ethernet Controller.

Updates for V4:
Patch 1/2 - Applied community suggestions
	convert to using module_pci_driver

Updates for V3:
Patch 1/2 - Applied community suggestions
	removed initialization tracking flags.
	converted to 64 bit statistics.
	converted tx clean up tasklet to napi.

Updates for V2:
Patch 1/2 - Applied community suggestions

Bryan Whitehead (2):
  lan743x: Add main source files for new lan743x driver
  lan743x: Update MAINTAINERS to include lan743x driver

 MAINTAINERS                                   |    7 +
 drivers/net/ethernet/microchip/Kconfig        |   10 +
 drivers/net/ethernet/microchip/Makefile       |    3 +
 drivers/net/ethernet/microchip/lan743x_main.c | 2781 +++++++++++++++++++++++++
 drivers/net/ethernet/microchip/lan743x_main.h |  597 ++++++
 5 files changed, 3398 insertions(+)
 create mode 100644 drivers/net/ethernet/microchip/lan743x_main.c
 create mode 100644 drivers/net/ethernet/microchip/lan743x_main.h

Comments

David Miller March 7, 2018, 4:45 p.m. UTC | #1
From: Bryan Whitehead <Bryan.Whitehead@microchip.com>
Date: Mon, 5 Mar 2018 14:23:29 -0500

> Add new lan743x driver. 
> 
> The lan743x from Microchip Technologies Inc,
> is a PCIe to Gigabit Ethernet Controller.

Series applied, thank you.
Bryan Whitehead March 7, 2018, 4:46 p.m. UTC | #2
> From: Bryan Whitehead <Bryan.Whitehead@microchip.com>
> Date: Mon, 5 Mar 2018 14:23:29 -0500
> 
> > Add new lan743x driver.
> >
> > The lan743x from Microchip Technologies Inc, is a PCIe to Gigabit
> > Ethernet Controller.
> 
> Series applied, thank you.

Thanks David