Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752679AbbDCTIl (ORCPT ); Fri, 3 Apr 2015 15:08:41 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:50040 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751335AbbDCTIj (ORCPT ); Fri, 3 Apr 2015 15:08:39 -0400 Date: Fri, 03 Apr 2015 15:08:37 -0400 (EDT) Message-Id: <20150403.150837.1808334906292015688.davem@davemloft.net> To: stsp@list.ru Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, stsp@users.sourceforge.net Subject: Re: [PATCH v3 0/2] mvneta: SGMII-based in-band link state signaling From: David Miller In-Reply-To: <551C2AB9.8020508@list.ru> References: <551C2AB9.8020508@list.ru> X-Mailer: Mew version 6.6 on Emacs 24.4 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 03 Apr 2015 12:08:39 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1079 Lines: 28 From: Stas Sergeev Date: Wed, 01 Apr 2015 20:28:25 +0300 > Currently the fixed-link DT binding is pre-configured and > cannot be changed in run-time. This means the cable unplug > events are not being detected, and the link parameters can't > be negotiated. > > The following patches are needed when mvneta is used > in fixed-link mode (without MDIO). > They add an API to fixed_phy that allows to update > status, and use that API in the mvneta driver when parsing > the SGMII in-band status. > > There is also another implementation that doesn't add any API > and does everything in mvneta driver locally: > https://lkml.org/lkml/2015/3/31/327 > I'll let people decide which approach is better. > No strong opinion on my side. > > Signed-off-by: Stas Sergeev Series applied, thanks. -- 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/