From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: Ethernet not working on a different SoC with same eth HW Date: Mon, 31 Oct 2016 16:37:04 +0100 Message-ID: <20161031153704.GD9441@lunn.ch> References: <58176355.7090200@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev , Mans Rullgard , Florian Fainelli , Timur Tabi , Sergei Shtylyov , Zefir Kurtisi , Martin Blumenstingl , Uwe Kleine-Konig , Daniel Mack , Sebastian Frias To: Mason Return-path: Received: from vps0.lunn.ch ([178.209.37.122]:58782 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S944266AbcJaPhJ (ORCPT ); Mon, 31 Oct 2016 11:37:09 -0400 Content-Disposition: inline In-Reply-To: <58176355.7090200@free.fr> Sender: netdev-owner@vger.kernel.org List-ID: > The regnum=5,4,1,1,a,9 logs keep repeating, endlessly. > Is that expected? Yes, that is expected, if you are not using interrupts. The phylib state machine polls the state of the PHY once per second to see if there has been a link up/down. Andrew