Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751834AbdISM1W (ORCPT ); Tue, 19 Sep 2017 08:27:22 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:47368 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751599AbdISM1T (ORCPT ); Tue, 19 Sep 2017 08:27:19 -0400 Date: Tue, 19 Sep 2017 14:27:16 +0200 From: Andrew Lunn To: Razvan Stefanescu Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, ruxandra.radulescu@nxp.com, arnd@arndb.de, alexandru.marginean@nxp.com, linux-kernel@vger.kernel.org, agraf@suse.de, stuyoder@gmail.com, bogdan.purcareata@nxp.com, linux-arm-kernel@lists.infradead.org, laurentiu.tudor@nxp.com Subject: Re: [PATCH 0/6] staging: Introduce DPAA2 Ethernet Switch driver Message-ID: <20170919122716.GC4569@lunn.ch> References: <1505811698-7338-1-git-send-email-razvan.stefanescu@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1505811698-7338-1-git-send-email-razvan.stefanescu@nxp.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 571 Lines: 14 On Tue, Sep 19, 2017 at 12:01:32PM +0300, Razvan Stefanescu wrote: > This patchset introduces the Ethernet Switch Driver for Freescale/NXP SoCs > with DPAA2 (DataPath Acceleration Architecture v2). The driver manages > switch objects discovered on the fsl-mc bus. A description of the driver > can be found in the associated README file. Hi Razvan You should probably Cc: netdev with these patches, if you want people who have written switch drivers to review you code. You can also drop linux-arm-kernel, since there is nothing ARM specific in these patches. Andrew