Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751238AbdFEAIZ (ORCPT ); Sun, 4 Jun 2017 20:08:25 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:52792 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751161AbdFEAIT (ORCPT ); Sun, 4 Jun 2017 20:08:19 -0400 Date: Sun, 04 Jun 2017 20:08:13 -0400 (EDT) Message-Id: <20170604.200813.315564116465334318.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 0/5] net: dsa: mv88e6xxx: move registers macros From: David Miller In-Reply-To: <20170602210619.26837-1-vivien.didelot@savoirfairelinux.com> References: <20170602210619.26837-1-vivien.didelot@savoirfairelinux.com> X-Mailer: Mew version 6.7 on Emacs 25.2 / 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]); Sun, 04 Jun 2017 16:26:41 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 570 Lines: 14 From: Vivien Didelot Date: Fri, 2 Jun 2017 17:06:14 -0400 > This patchset brings no functional changes. > > It is the first step of a cleanup renaming the chip header file and > moving the Register definitions _as is_ in their proper header files. > > A following patchset will prefix them with the appropriate model > (MV88E6XXX_ or e.g. MV88E6390_) to respect an implicit namespace and > easily identify model subtleties in registers layout, as correctly done > in the newly added serdes.h header. Series applied, thank you.