Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1533323
| From | Neill Whillans <neill.whillans@codethink.co.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] net: Add support for SGMII PCS on Altera TSE MAC |
| Date | 2016-11-30 15:20 +0100 |
| Message-ID | <sJdTQ-7ci-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
These patches were created as part of work to add support for SGMII PCS functionality to the Altera TSE MAC. Patches are based on 4.9-rc6 git tree. The first patch in the series adds support for the VSC8572 dual-port Gigabit Ethernet transceiver, used in integration testing. The second patch adds support for the SGMII PCS functionality to the Altera TSE driver. Neill Whillans (1): net: ethernet: altera_tse: add support for SGMII PCS Stephen Agate (1): net: phy: vitesse: add support for VSC8572 drivers/net/ethernet/altera/altera_tse.h | 11 ++++ drivers/net/ethernet/altera/altera_tse_main.c | 91 +++++++++++++++++++++++++++ drivers/net/phy/vitesse.c | 14 +++++ 3 files changed, 116 insertions(+) -- 2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] net: Add support for SGMII PCS on Altera TSE MAC Neill Whillans <neill.whillans@codethink.co.uk> - 2016-11-30 15:20 +0100 [PATCH 1/2] net: phy: vitesse: add support for VSC8572 Neill Whillans <neill.whillans@codethink.co.uk> - 2016-11-30 15:20 +0100 [PATCH 2/2] net: ethernet: altera_tse: add support for SGMII PCS Neill Whillans <neill.whillans@codethink.co.uk> - 2016-11-30 15:20 +0100 Re: [PATCH 0/2] net: Add support for SGMII PCS on Altera TSE MAC David Miller <davem@davemloft.net> - 2016-12-02 16:40 +0100
csiph-web