From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATH RFC net-next 1/8] net: phy: Move linkmode helpers to somewhere public Date: Fri, 14 Sep 2018 15:08:34 -0700 Message-ID: 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=utf-8 Content-Transfer-Encoding: 7bit To: Andrew Lunn , netdev Return-path: Received: from mail-wm1-f65.google.com ([209.85.128.65]:40340 "EHLO mail-wm1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726942AbeIODZH (ORCPT ); Fri, 14 Sep 2018 23:25:07 -0400 Received: by mail-wm1-f65.google.com with SMTP id 207-v6so3412142wme.5 for ; Fri, 14 Sep 2018 15:08:43 -0700 (PDT) In-Reply-To: <1536961136-30453-2-git-send-email-andrew@lunn.ch> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 09/14/2018 02:38 PM, Andrew Lunn wrote: > phylink has some useful helpers to working with linkmode bitmaps. > Move them to there own header so other code can use them. 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. > > Signed-off-by: Andrew Lunn Acked-by: Florian Fainelli -- Florian