netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 net-next 0/3] lan743x: Add new lan743x driver
@ 2018-02-13 23:26 Bryan Whitehead
  2018-02-13 23:26 ` [PATCH v1 net-next 1/3] lan743x: Add main source file for " Bryan Whitehead
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bryan Whitehead @ 2018-02-13 23:26 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 (3):
  lan743x: Add main source file for new lan743x driver
  lan743x: Update Kconfig and Makefile to include lan743x driver
  lan743x: Update MAINTAINERS to include lan743x driver maintainers

 MAINTAINERS                                   |    7 +
 drivers/net/ethernet/microchip/Kconfig        |    9 +
 drivers/net/ethernet/microchip/Makefile       |    3 +
 drivers/net/ethernet/microchip/lan743x_main.c | 2964 +++++++++++++++++++++++++
 drivers/net/ethernet/microchip/lan743x_main.h | 1331 +++++++++++
 5 files changed, 4314 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] 6+ messages in thread

end of thread, other threads:[~2018-02-14  1:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-13 23:26 [PATCH v1 net-next 0/3] lan743x: Add new lan743x driver Bryan Whitehead
2018-02-13 23:26 ` [PATCH v1 net-next 1/3] lan743x: Add main source file for " Bryan Whitehead
2018-02-14  1:11   ` Andrew Lunn
2018-02-13 23:26 ` [PATCH v1 net-next 2/3] lan743x: Update Kconfig and Makefile to include " Bryan Whitehead
2018-02-13 23:53   ` Florian Fainelli
2018-02-13 23:26 ` [PATCH v1 net-next 3/3] lan743x: Update MAINTAINERS to include lan743x driver maintainers 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).