From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH v1 net] lan743x: Remove phy_read from link status change function Date: Mon, 7 Jan 2019 21:30:36 +0100 Message-ID: <20190107203036.GC27783@lunn.ch> References: <1546887609-16152-1-git-send-email-Bryan.Whitehead@microchip.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: davem@davemloft.net, netdev@vger.kernel.org, UNGLinuxDriver@microchip.com To: Bryan Whitehead Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:36102 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726392AbfAGUai (ORCPT ); Mon, 7 Jan 2019 15:30:38 -0500 Content-Disposition: inline In-Reply-To: <1546887609-16152-1-git-send-email-Bryan.Whitehead@microchip.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, Jan 07, 2019 at 02:00:09PM -0500, Bryan Whitehead wrote: > It has been noticed that some phys do not have the registers > required by the previous implementation. > > To fix this, instead of using phy_read, the required information > is extracted from the phy_device structure. > > fixes: 23f0703c125b ("lan743x: Add main source files for new lan743x driver") > Signed-off-by: Bryan Whitehead Reviewed-by: Andrew Lunn Andrew