From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 net-next 0/8] Continue towards using linkmode in phylib Date: Mon, 01 Oct 2018 22:55:51 -0700 (PDT) Message-ID: <20181001.225551.2118645850304641740.davem@davemloft.net> References: <1538255056-15114-1-git-send-email-andrew@lunn.ch> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, f.fainelli@gmail.com, maxime.chevallier@bootlin.com To: andrew@lunn.ch Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:37806 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726533AbeJBMhU (ORCPT ); Tue, 2 Oct 2018 08:37:20 -0400 In-Reply-To: <1538255056-15114-1-git-send-email-andrew@lunn.ch> Sender: netdev-owner@vger.kernel.org List-ID: From: Andrew Lunn Date: Sat, 29 Sep 2018 23:04:08 +0200 > These patches contain some further cleanup and helpers, and the first > real patch towards using linkmode bitmaps in phylink. > > The macro magic in the RFC version has been replaced with run time > initialisation. Series applied, thanks Andrew.