From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next v2 0/2] net: phy: improve PHY suspend/resume Date: Thu, 31 May 2018 20:30:40 +0200 Message-ID: <20180531183040.GA7378@lunn.ch> References: <8fe93623-9d05-6182-fe5f-da0bd32bae0b@gmail.com> <20180523220418.GB5128@lunn.ch> <5b9eceab-35b4-922c-7410-d8968d8364c7@gmail.com> <20180530203512.GA16286@lunn.ch> <1d79c2ae-6f63-694f-6c63-6369c854de69@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Florian Fainelli , David Miller , "netdev@vger.kernel.org" To: Heiner Kallweit Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:51060 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755826AbeEaSap (ORCPT ); Thu, 31 May 2018 14:30:45 -0400 Content-Disposition: inline In-Reply-To: <1d79c2ae-6f63-694f-6c63-6369c854de69@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: > By the way: The problem is related to an experimental patch series for > splitting r8169/r8168 drivers and switching r8168 to phylib. > Therefore the change to r8168.c won't apply to existing kernel code. Hi Heiner I still think you are trying to fix the wrong problem. Lets take a look at these patches, particularly your code for interfacing to phylib. Thanks Andrew