From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next v2 4/7] net: phy: add paged phy register accessors Date: Tue, 2 Jan 2018 16:52:42 +0100 Message-ID: <20180102155242.GC20986@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]:50628 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751343AbeABPwn (ORCPT ); Tue, 2 Jan 2018 10:52:43 -0500 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Jan 02, 2018 at 10:58:43AM +0000, Russell King wrote: > Add a set of paged phy register accessors which are inherently safe in > their design against other accesses interfering with the paged access. > > Signed-off-by: Russell King Reviewed-by: Andrew Lunn Andrew