From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next v2 7/7] net: phy: convert read-modify-write to phy_modify() Date: Tue, 2 Jan 2018 17:05:20 +0100 Message-ID: <20180102160520.GF20986@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]:50642 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750749AbeABQFV (ORCPT ); Tue, 2 Jan 2018 11:05:21 -0500 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Jan 02, 2018 at 10:58:58AM +0000, Russell King wrote: > Convert read-modify-write sequences in at803x, Marvell and core phylib > to use phy_modify() to ensure safety. > > Signed-off-by: Russell King Reviewed-by: Andrew Lunn Andrew