netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/2] lan743x: Add new lan743x driver
@ 2018-02-21 19:06 Bryan Whitehead
  2018-02-21 19:06 ` [PATCH v2 net-next 1/2] lan743x: Add main source files for " Bryan Whitehead
  2018-02-21 19:06 ` [PATCH v2 net-next 2/2] lan743x: Update MAINTAINERS to include " Bryan Whitehead
  0 siblings, 2 replies; 17+ messages in thread
From: Bryan Whitehead @ 2018-02-21 19:06 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.

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 | 2757 +++++++++++++++++++++++++
 drivers/net/ethernet/microchip/lan743x_main.h |  686 ++++++
 5 files changed, 3463 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] 17+ messages in thread

end of thread, other threads:[~2018-02-26 17:35 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-21 19:06 [PATCH v2 net-next 0/2] lan743x: Add new lan743x driver Bryan Whitehead
2018-02-21 19:06 ` [PATCH v2 net-next 1/2] lan743x: Add main source files for " Bryan Whitehead
2018-02-22  2:55   ` Andrew Lunn
2018-02-22 21:31     ` Bryan.Whitehead
2018-02-22 21:43       ` Florian Fainelli
2018-02-22 21:45       ` Andrew Lunn
2018-02-22 21:47         ` Andrew Lunn
2018-02-22 22:10           ` Bryan.Whitehead
2018-02-22 18:02   ` kbuild test robot
2018-02-22 18:02   ` [RFC PATCH] lan743x: lan743x_csr_read() can be static kbuild test robot
2018-02-22 22:08   ` [PATCH v2 net-next 1/2] lan743x: Add main source files for new lan743x driver Florian Fainelli
2018-02-23 22:44     ` Bryan.Whitehead
2018-02-24  2:06       ` Andrew Lunn
2018-02-26  5:41         ` Bryan.Whitehead
2018-02-26 17:25           ` Andrew Lunn
2018-02-26 17:35             ` Bryan.Whitehead
2018-02-21 19:06 ` [PATCH v2 net-next 2/2] lan743x: Update MAINTAINERS to include " 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).