From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next v2 6/7] net: phy: add phy_modify() accessor Date: Tue, 2 Jan 2018 17:01:32 +0100 Message-ID: <20180102160132.GE20986@lunn.ch> References: <20180102105218.GB21998@n2100.armlinux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Florian Fainelli , netdev@vger.kernel.org To: Russell King Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:50637 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750873AbeABQBd (ORCPT ); Tue, 2 Jan 2018 11:01:33 -0500 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Jan 02, 2018 at 10:58:53AM +0000, Russell King wrote: > Add phy_modify() convenience accessor to complement the mdiobus > counterpart. > > Signed-off-by: Russell King Reviewed-by: Andrew Lunn Andrew