From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754533AbbKJQOJ (ORCPT ); Tue, 10 Nov 2015 11:14:09 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:49225 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753855AbbKJQOH (ORCPT ); Tue, 10 Nov 2015 11:14:07 -0500 Date: Tue, 10 Nov 2015 17:14:04 +0100 From: Andrew Lunn To: Neil Armstrong Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Florian Fainelli , Guenter Roeck , Vivien Didelot Subject: Re: [PATCH v2 0/6] net: dsa: mv88e6060: cleanup and fix setup Message-ID: <20151110161404.GC23891@lunn.ch> References: <5642126D.9040105@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5642126D.9040105@baylibre.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 10, 2015 at 04:51:09PM +0100, Neil Armstrong wrote: > This patchset introduces some fixes and a registers addressing cleanup for > the mv88e6060 DSA driver. Hi Neil It is normal for netdev to put into the email subject of patches which tree these patches are for. "net" would be the latest -rcX and is for fixes only. "net-next" would be for new work aimed at the next merge window. So long as Dave does not complain, leave them as they are now. But please try to follow this for your next patches. Thanks Andrew