Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752669AbdG1RDf (ORCPT ); Fri, 28 Jul 2017 13:03:35 -0400 Received: from mail-qk0-f194.google.com ([209.85.220.194]:34782 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752210AbdG1RDc (ORCPT ); Fri, 28 Jul 2017 13:03:32 -0400 Subject: Re: [PATCH net-next 3/4] net: dsa: lan9303: Renamed indirect phy access functions To: Egil Hjelmeland , andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de References: <20170728151157.28983-1-privat@egil-hjelmeland.no> <20170728151157.28983-4-privat@egil-hjelmeland.no> From: Florian Fainelli Message-ID: Date: Fri, 28 Jul 2017 10:03:29 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170728151157.28983-4-privat@egil-hjelmeland.no> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 639 Lines: 23 On 07/28/2017 08:11 AM, 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: Florian Fainelli -- Florian