From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATH RFC net-next 1/8] net: phy: Move linkmode helpers to somewhere public Date: Sun, 16 Sep 2018 21:18:44 +0200 Message-ID: <20180916191844.GC19261@lunn.ch> References: <1536961136-30453-1-git-send-email-andrew@lunn.ch> <1536961136-30453-2-git-send-email-andrew@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev To: Florian Fainelli Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:35797 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726843AbeIQAmk (ORCPT ); Sun, 16 Sep 2018 20:42:40 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: > Good idea, I wonder if we should create a more specific directory within > include/linux/ that can host a variety of PHYLIB, PHYLINK and what not > header files, but this could be solved later on. I'm leaving it for later. We would also need to figure out a name for this directory. phy is already used by the generic phy subsystem. So i guess we would have to use something like ethernet-phy. Andrew