Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031605AbdI0DGx (ORCPT ); Tue, 26 Sep 2017 23:06:53 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:46642 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966992AbdI0DGw (ORCPT ); Tue, 26 Sep 2017 23:06:52 -0400 Date: Tue, 26 Sep 2017 20:06:51 -0700 (PDT) Message-Id: <20170926.200651.424252266139986002.davem@davemloft.net> To: vivien.didelot@savoirfairelinux.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, f.fainelli@gmail.com, andrew@lunn.ch Subject: Re: [PATCH net-next 0/5] net: dsa: use generic slave phydev From: David Miller In-Reply-To: <20170926211535.21273-1-vivien.didelot@savoirfairelinux.com> References: <20170926211535.21273-1-vivien.didelot@savoirfairelinux.com> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 26 Sep 2017 20:06:51 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 459 Lines: 12 From: Vivien Didelot Date: Tue, 26 Sep 2017 17:15:30 -0400 > DSA currently stores a phy_device pointer in each slave private > structure. This requires to implement our own ethtool ksettings > accessors and such. > > This patchset removes the private phy_device in favor of the one > provided in the net_device structure, and thus allows us to use the > generic phy_ethtool_* functions. Series applied, thanks Vivien.