Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753954AbdFOSIc (ORCPT ); Thu, 15 Jun 2017 14:08:32 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:58628 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753534AbdFOSIb (ORCPT ); Thu, 15 Jun 2017 14:08:31 -0400 Date: Thu, 15 Jun 2017 14:08:18 -0400 (EDT) Message-Id: <20170615.140818.414700278549922831.davem@davemloft.net> To: andrew@lunn.ch Cc: vivien.didelot@savoirfairelinux.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, f.fainelli@gmail.com Subject: Re: [PATCH net-next 0/8] net: dsa: prefix Global macros From: David Miller In-Reply-To: <20170615170311.GF3786@lunn.ch> References: <20170615161406.20546-1-vivien.didelot@savoirfairelinux.com> <20170615170311.GF3786@lunn.ch> 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]); Thu, 15 Jun 2017 10:26:38 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 620 Lines: 16 From: Andrew Lunn Date: Thu, 15 Jun 2017 19:03:11 +0200 > On Thu, Jun 15, 2017 at 12:13:58PM -0400, Vivien Didelot wrote: >> This patch series is the 2/3 step of the register definitions cleanup. >> It brings no functional changes. >> >> It prefixes and documents all Global (1) registers with MV88E6XXX_G1_ >> (or a specific model like MV88E6352_G1_STS_PPU_STATE), and prefers a >> 16-bit hexadecimal representation of the Marvell registers layout. >> >> The next and last patchset will prefix the Global 2 registers. > > Reviewed-by: Andrew Lunn Series applied, thanks everyone.