lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 25 Apr 2019 01:17:14 +0800
From:   Weifeng Voon <weifeng.voon@...el.com>
To:     "David S. Miller" <davem@...emloft.net>
Cc:     netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
        Ong Boon Leong <boon.leong.ong@...el.com>,
        Kweh Hock Leong <hock.leong.kweh@...el.com>,
        Weifeng Voon <weifeng.voon@...el.com>
Subject: [PATCH 0/7] net: stmmac: enable EHL SGMII

From: "Voon, Weifeng" <weifeng.voon@...el.com@...el.com>

This patch-set is to enable Ethernet controller (DW Ethernet QoS
and DW Ethernet PCS) with SGMII interface in Elkhart Lake. The
DW Ethernet PCS is the Physical Coding Sublayer that is between
Ethernet MAC and PHY and uses MDIO Clause-45 as Communication.

Kweh Hock Leong (1):
  net: stmmac: enable clause 45 mdio support

Ong Boon Leong (3):
  net: stmmac: introducing support for DWC xPCS logics
  net: stmmac: add xpcs function hooks into main driver and ethtool
  net: stmmac: add xPCS functions for device with DWMACv5.1

Weifeng Voon (3):
  net: stmmac: add EHL SGMII 1Gbps platform data and PCI ID
  net: stmmac: dma channel control register need to be init first
  net: stmmac: add xPCS platform data for EHL

 drivers/net/ethernet/stmicro/stmmac/dw_xpcs.h      | 288 +++++++++++++++++++++
 drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c  |  67 +++++
 drivers/net/ethernet/stmicro/stmmac/hwif.c         |  31 ++-
 drivers/net/ethernet/stmicro/stmmac/hwif.h         |  18 ++
 drivers/net/ethernet/stmicro/stmmac/stmmac.h       |   2 +
 .../net/ethernet/stmicro/stmmac/stmmac_ethtool.c   |  14 +
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |  58 ++++-
 drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c  |  36 ++-
 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c   | 108 ++++++++
 include/linux/phy.h                                |   2 +
 include/linux/stmmac.h                             |   3 +
 11 files changed, 616 insertions(+), 11 deletions(-)
 create mode 100644 drivers/net/ethernet/stmicro/stmmac/dw_xpcs.h

--
1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ