Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752590AbdG1PkX (ORCPT ); Fri, 28 Jul 2017 11:40:23 -0400 Received: from mail.savoirfairelinux.com ([208.88.110.44]:45622 "EHLO mail.savoirfairelinux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752210AbdG1PkU (ORCPT ); Fri, 28 Jul 2017 11:40:20 -0400 From: Vivien Didelot To: Egil Hjelmeland , andrew@lunn.ch, f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de Cc: Egil Hjelmeland Subject: Re: [PATCH net-next 3/4] net: dsa: lan9303: Renamed indirect phy access functions In-Reply-To: <20170728151157.28983-4-privat@egil-hjelmeland.no> References: <20170728151157.28983-1-privat@egil-hjelmeland.no> <20170728151157.28983-4-privat@egil-hjelmeland.no> Date: Fri, 28 Jul 2017 11:37:32 -0400 Message-ID: <87iniclghv.fsf@weeman.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 640 Lines: 22 Egil Hjelmeland writes: > 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: Vivien Didelot