Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1434951

Re: [PATCH V6 1/1] net: ethernet: Add TSE PCS support to dwmac-socfpga

From Rob Herring <robh@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH V6 1/1] net: ethernet: Add TSE PCS support to dwmac-socfpga
Date 2016-07-01 03:40 +0200
Message-ID <rPVAZ-bj-3@gated-at.bofh.it> (permalink)
References <rPJq9-18W-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Jun 29, 2016 at 02:10:13AM -0700, thloh@altera.com wrote:
> From: Tien Hock Loh <thloh@altera.com>
> 
> This adds support for TSE PCS that uses SGMII adapter when the phy-mode of
> the dwmac is set to sgmii.
> 
> Signed-off-by: Tien Hock Loh <thloh@altera.com>
> 
> ---
> v2:
> - Refactored the TSE PCS out from the dwmac-socfpga.c file
> - Added binding documentation for TSE PCS sgmii adapter
> v3:
> - Added missing license header for new source files
> - Updated tse_pcs.h include headers
> - Standardize if statements
> v4:
> - Reset SGMII adapter on speed change
> - Do not enable SGMII adapter if speed is not supported
> - On init, if PCS reset fails, do not enable adapter
> v5:
> - Fixed devicetree binding property name using _ instead of -
> v6:
> - Fixed a problem where driver build broken if driver is set as module
> ---
>  .../devicetree/bindings/net/socfpga-dwmac.txt      |  19 ++

Acked-by: Rob Herring <robh@kernel.org>

>  drivers/net/ethernet/stmicro/stmmac/Makefile       |   3 +-
>  drivers/net/ethernet/stmicro/stmmac/altr_tse_pcs.c | 276 +++++++++++++++++++++
>  drivers/net/ethernet/stmicro/stmmac/altr_tse_pcs.h |  36 +++
>  .../net/ethernet/stmicro/stmmac/dwmac-socfpga.c    | 141 +++++++++--
>  5 files changed, 453 insertions(+), 22 deletions(-)
>  create mode 100644 drivers/net/ethernet/stmicro/stmmac/altr_tse_pcs.c
>  create mode 100644 drivers/net/ethernet/stmicro/stmmac/altr_tse_pcs.h

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH V6 1/1] net: ethernet: Add TSE PCS support to  dwmac-socfpga Rob Herring <robh@kernel.org> - 2016-07-01 03:40 +0200

csiph-web