Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759048AbbLBRcd (ORCPT ); Wed, 2 Dec 2015 12:32:33 -0500 Received: from smtp43.i.mail.ru ([94.100.177.103]:35147 "EHLO smtp43.i.mail.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751386AbbLBRca (ORCPT ); Wed, 2 Dec 2015 12:32:30 -0500 To: netdev Cc: Linux kernel , Thomas Petazzoni , Russell King - ARM Linux From: Stas Sergeev Subject: [PATCH 0/2] mvneta: implement ethtool autonegotiation control X-Enigmail-Draft-Status: N1110 Message-ID: <565F2B28.4080501@list.ru> Date: Wed, 2 Dec 2015 20:32:24 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Mras: Ok Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 546 Lines: 14 These 2 patches add an ability to control the autonegotiation via ethtool. For example: ethtool -s eth0 autoneg off ethtool -s eth0 autoneg on This is needed if you want to connect the mvneta's MII to different switches or PHYs: the ones the do support the in-band status, and the ones that do not. -- 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/