From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 00/12] net: dsa: mv88e6xxx: cleanup capabilities Date: Wed, 05 Jul 2017 09:06:14 +0100 (WEST) Message-ID: <20170705.090614.1172656215519915777.davem@davemloft.net> References: <20170704234155.24360-1-vivien.didelot@savoirfairelinux.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, f.fainelli@gmail.com, andrew@lunn.ch To: vivien.didelot@savoirfairelinux.com Return-path: In-Reply-To: <20170704234155.24360-1-vivien.didelot@savoirfairelinux.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Vivien Didelot Date: Tue, 4 Jul 2017 19:41:43 -0400 > This patch series removes the remaining capabilities as well as the > flags bitmap in the info structures. Most of them are turned into ops, > or new info members. > > There is no mv88e6xxx_cap enum or bitmap flags anymore, only > mv88e6xxx_info and mv88e6xxx_ops structures. > > While reviewing and documenting the related G2 registers, fix a few > inconsistencies: 88E6185 has no interrupt in G2 and 88E6390 has a POT. > > Except these two adjustments, there is no functional changes. net-next is closed, please resubmit this when the tree opens back up.