linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Gigabit ethernet driver for Alacritechs SLIC devices (v3)
@ 2016-11-26 12:20 Lino Sanfilippo
  2016-11-26 12:20 ` [PATCH v3 net-next 1/2] net: ethernet: slicoss: add slicoss gigabit ethernet driver Lino Sanfilippo
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Lino Sanfilippo @ 2016-11-26 12:20 UTC (permalink / raw)
  To: davem, charrer, liodot, gregkh, andrew; +Cc: devel, linux-kernel, netdev

Hi,

this is the third version of the slicoss gigabit ethernet driver (which is a
rework of the driver from Alacritech which can currently be found under
drivers/staging/slicoss). The driver is supposed to support Mojave, Oasis and
Kalahari cards, for both copper and fiber.

If this code is accepted the staging version can be removed.

The driver has been tested on a SEN2104ET adapter (4 Port PCIe copper).

v3:
- dont add defines to pci.h but instead put it into the drivers header file
(requested by Greg Kroah-Hartman)

v2:
- remove unusual padding in statistic strings (suggested by Andrew Lunn)
- for mdio register and bit names use defines from mii.h instead of own ones
  (suggested by Andrew Lunn)
- remove unused defines
- ensure PCI flush at two more places
- use mmiowb before lock to prevent mmio writes leaking out of lock
- fix some typos in comments
- add copyright and GPL header

Regards,
Lino 

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

end of thread, other threads:[~2016-12-04  2:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-26 12:20 Gigabit ethernet driver for Alacritechs SLIC devices (v3) Lino Sanfilippo
2016-11-26 12:20 ` [PATCH v3 net-next 1/2] net: ethernet: slicoss: add slicoss gigabit ethernet driver Lino Sanfilippo
2016-11-26 15:48   ` Rami Rosen
2016-11-27  1:02     ` Lino Sanfilippo
2016-11-27 17:59   ` Markus Böhme
2016-11-28 20:46     ` Lino Sanfilippo
2016-11-29 12:15       ` Markus Böhme
2016-11-28  4:56   ` Florian Fainelli
2016-11-28 21:41     ` Lino Sanfilippo
2016-11-29 17:14       ` Florian Fainelli
2016-11-30 19:48         ` Lino Sanfilippo
2016-12-04  2:13   ` kbuild test robot
2016-11-26 12:20 ` [PATCH v3 net-next 2/2] MAINTAINERS: add entry for slicoss " Lino Sanfilippo
2016-11-26 12:36 ` Gigabit ethernet driver for Alacritechs SLIC devices (v3) Lino Sanfilippo

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).