From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/2] net: phy: make phy_stop() synchronous Date: Wed, 19 Sep 2018 21:07:08 -0700 (PDT) Message-ID: <20180919.210708.788476542882852148.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: f.fainelli@gmail.com, andrew@lunn.ch, netdev@vger.kernel.org, geert+renesas@glider.be To: hkallweit1@gmail.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:34132 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726379AbeITJs0 (ORCPT ); Thu, 20 Sep 2018 05:48:26 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Heiner Kallweit Date: Tue, 18 Sep 2018 21:54:23 +0200 > There have been few not that successful attempts in the past to make > phy_stop() a synchronous call instead of just changing the state. > Patch 1 of this series addresses an issue which prevented this change. > At least for me it works fine now. Would appreciate if Geert could > re-test as well that suspend doesn't throw an error. Series applied, thank you.