Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757576AbbGUAv5 (ORCPT ); Mon, 20 Jul 2015 20:51:57 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:33543 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755995AbbGUAvz (ORCPT ); Mon, 20 Jul 2015 20:51:55 -0400 From: Florian Fainelli To: netdev@vger.kernel.org Cc: davem@davemloft.net, linux-kernel@vger.kernel.org, mxs@sbrk.org, arno@natisbad.org, stsp@users.sourceforge.net, devicetree@vger.kernel.org, thomas.petazzoni@free-electrons.com, Florian Fainelli Subject: [PATCH net v5 0/4] net: enable inband link state negotiation only when explicitly requested Date: Mon, 20 Jul 2015 17:49:54 -0700 Message-Id: <1437439798-12622-1-git-send-email-f.fainelli@gmail.com> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1791 Lines: 52 Hi all, Changes in v5: - removed an invalid use of the link_update callback in the SF2 driver was appeared after merging "net: phy: fixed_phy: handle link-down case" - reworded the commit message for patch 2 to make it clear what it fixes and why this is required Initial cover letter from Stas: Hello. Currently the link status auto-negotiation is enabled for any SGMII link with fixed-link DT binding. The regression was reported: https://lkml.org/lkml/2015/7/8/865 Apparently not all HW that implements SGMII protocol, generates the inband status for the auto-negotiation to work. More details here: https://lkml.org/lkml/2015/7/10/206 The following patches reverts to the old behavior by default, which is to not enable the auto-negotiation for fixed-link. The new DT property is added that allows to explicitly request the auto-negotiation. Florian Fainelli (1): net: dsa: bcm_sf2: Do not override speed settings Stas Sergeev (3): net: phy: fixed_phy: handle link-down case of_mdio: add new DT property 'managed' to specify the PHY management type mvneta: use inband status only when explicitly enabled Documentation/devicetree/bindings/net/ethernet.txt | 4 ++++ drivers/net/dsa/bcm_sf2.c | 18 +----------------- drivers/net/ethernet/marvell/mvneta.c | 9 +++++---- drivers/net/phy/fixed_phy.c | 8 +++++--- drivers/of/of_mdio.c | 19 +++++++++++++++++-- 5 files changed, 32 insertions(+), 26 deletions(-) -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/