netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 net-next 0/2] lan743x: Add new lan743x driver
@ 2018-03-05 19:23 Bryan Whitehead
  2018-03-05 19:23 ` [PATCH v4 net-next 1/2] lan743x: Add main source files for " Bryan Whitehead
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Bryan Whitehead @ 2018-03-05 19:23 UTC (permalink / raw)
  To: davem; +Cc: UNGLinuxDriver, netdev

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

-- 
2.7.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-03-07 16:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-05 19:23 [PATCH v4 net-next 0/2] lan743x: Add new lan743x driver Bryan Whitehead
2018-03-05 19:23 ` [PATCH v4 net-next 1/2] lan743x: Add main source files for " Bryan Whitehead
2018-03-05 20:22   ` Andrew Lunn
2018-03-05 20:25     ` Bryan.Whitehead
2018-03-05 19:23 ` [PATCH v4 net-next 2/2] lan743x: Update MAINTAINERS to include " Bryan Whitehead
2018-03-07 16:45 ` [PATCH v4 net-next 0/2] lan743x: Add new " David Miller
2018-03-07 16:46   ` Bryan.Whitehead

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).