Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752400AbdG1PWE (ORCPT ); Fri, 28 Jul 2017 11:22:04 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:43985 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751737AbdG1PWD (ORCPT ); Fri, 28 Jul 2017 11:22:03 -0400 Date: Fri, 28 Jul 2017 17:22:01 +0200 From: Andrew Lunn To: Egil Hjelmeland Cc: vivien.didelot@savoirfairelinux.com, f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de Subject: Re: [PATCH net-next 3/4] net: dsa: lan9303: Renamed indirect phy access functions Message-ID: <20170728152201.GG2132@lunn.ch> References: <20170728151157.28983-1-privat@egil-hjelmeland.no> <20170728151157.28983-4-privat@egil-hjelmeland.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170728151157.28983-4-privat@egil-hjelmeland.no> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 646 Lines: 23 On Fri, Jul 28, 2017 at 05:11:56PM +0200, Egil Hjelmeland wrote: > Preparing for the following fix of MDIO phy access: > > Renamed functions that access PHY 1 and 2 indirectly through PMI > registers. > > lan9303_port_phy_reg_wait_for_completion() to > lan9303_indirect_phy_wait_for_completion() > > lan9303_port_phy_reg_read() to > lan9303_indirect_phy_read() > > lan9303_port_phy_reg_write() to > lan9303_indirect_phy_write() > > Also changed "val" parameter of lan9303_indirect_phy_write() to u16, > for clarity. > > Signed-off-by: Egil Hjelmeland Reviewed-by: Andrew Lunn Andrew