From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v3 00/10] r8169: add phylib support Date: Wed, 18 Jul 2018 09:49:04 +0900 (KST) Message-ID: <20180718.094904.94522743708018083.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, nic_swsd@realtek.com, netdev@vger.kernel.org To: hkallweit1@gmail.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:54578 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731114AbeGRBYR (ORCPT ); Tue, 17 Jul 2018 21:24:17 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Heiner Kallweit Date: Tue, 17 Jul 2018 22:42:40 +0200 > Now that all the basic refactoring has been done we can add phylib > support. This patch series was successfully tested on: > RTL8168h > RTL8168evl > RTL8169sb > > Changes in v2: > - return error in mdio ops if phyaddr > 0 > - advertise pause modes > - added reviewed-by for several patches > > Changes in v3: > - return ENODEV for unused phy addresses in mdio ops > - remove unneeded PHY suspend in patch 2 > - use recently added phy_speed_down and phy_speed_up in patch 7 > - other minor changes based on review comments This looks great, series applied, thanks!