From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:56806 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751903AbeCVPnl (ORCPT ); Thu, 22 Mar 2018 11:43:41 -0400 Date: Thu, 22 Mar 2018 11:43:39 -0400 (EDT) Message-Id: <20180322.114339.1781201528435530546.davem@davemloft.net> To: haokexin@gmail.com Cc: netdev@vger.kernel.org, andrew@lunn.ch, f.fainelli@gmail.com, claudiu.manoil@nxp.com Subject: Re: [PATCH v2 0/3] net: phy: Add general dummy stubs for MMD register access From: David Miller In-Reply-To: <20180320014454.12697-1-haokexin@gmail.com> References: <20180320014454.12697-1-haokexin@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Kevin Hao Date: Tue, 20 Mar 2018 09:44:51 +0800 > v2: > As suggested by Andrew: > - Add general dummy stubs > - Also use that for the micrel phy > > This patch series fix the Ethernet broken on the mpc8315erdb board introduced > by commit b6b5e8a69118 ("gianfar: Disable EEE autoneg by default"). Series applied, thank you.