Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751953AbdFTR0B (ORCPT ); Tue, 20 Jun 2017 13:26:01 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:39180 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751108AbdFTRZ7 (ORCPT ); Tue, 20 Jun 2017 13:25:59 -0400 Date: Tue, 20 Jun 2017 13:25:52 -0400 (EDT) Message-Id: <20170620.132552.301264868003562461.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 v2 00/10] net: dsa: Global 2 cosmetics From: David Miller In-Reply-To: <20170619145545.26697-1-vivien.didelot@savoirfairelinux.com> References: <20170619145545.26697-1-vivien.didelot@savoirfairelinux.com> X-Mailer: Mew version 6.7 on Emacs 24.5 / 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, 20 Jun 2017 09:44:10 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 507 Lines: 13 From: Vivien Didelot Date: Mon, 19 Jun 2017 10:55:35 -0400 > Similarly to what has been done for the Port and Global 1 registers, > this patch series prefixes and documents the macros of Global 2. > > It brings no functional changes except for 1/10 which fixes the IRL init > for 88E6390 family. > > Changes in v2: make *_g2_irl_init_all static inline without > NET_DSA_MV88E6XXX_GLOBAL2 and compile test with and without the symbol. Series applied, thanks Vivien.