From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 0/7] Resolve races in phy accessors Date: Wed, 03 Jan 2018 11:04:31 -0500 (EST) Message-ID: <20180103.110431.2081799093348577405.davem@davemloft.net> References: <20180102105218.GB21998@n2100.armlinux.org.uk> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: andrew@lunn.ch, f.fainelli@gmail.com, netdev@vger.kernel.org To: linux@armlinux.org.uk Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:33336 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751394AbeACQEd (ORCPT ); Wed, 3 Jan 2018 11:04:33 -0500 In-Reply-To: <20180102105218.GB21998@n2100.armlinux.org.uk> Sender: netdev-owner@vger.kernel.org List-ID: From: Russell King - ARM Linux Date: Tue, 2 Jan 2018 10:52:18 +0000 > This series resolves races with various accesses to PHY registers. > The first five patches are necessary before we add phylink support > to mvneta, the remaining three are merely cleanups for unobserved > races, and hence are less critical. Series applied.