OSDN Git Service

Merge branch 'lan743x-driver'
authorDavid S. Miller <davem@davemloft.net>
Wed, 7 Mar 2018 16:44:43 +0000 (11:44 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Mar 2018 16:44:43 +0000 (11:44 -0500)
commitb5b2f338f685ea9e548f89b3d45aab211ca16abb
treed191cc1f72939b4a5b6f46404db2d79600e18a63
parent1c02e377e216b02c965be99338332be1b4f704ff
parente8cf7c271bfc5f720e3f6ffdb96586fda8486b4c
Merge branch 'lan743x-driver'

Bryan Whitehead says:

====================
lan743x: Add new lan743x driver

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>