From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752739AbcGUCP0 (ORCPT ); Wed, 20 Jul 2016 22:15:26 -0400 Received: from mail-oi0-f66.google.com ([209.85.218.66]:34552 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751339AbcGUCPS (ORCPT ); Wed, 20 Jul 2016 22:15:18 -0400 Subject: Re: [PATCH net-next] net: dsa: add CONFIG_NET_DSA_LEGACY To: Andrew Lunn , Vivien Didelot References: <20160720222641.30899-1-vivien.didelot@savoirfairelinux.com> <20160721003545.GB22834@lunn.ch> Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, "David S. Miller" From: Florian Fainelli Message-ID: <2af1c57a-b1f1-7d6e-ef72-4f4c34830045@gmail.com> Date: Wed, 20 Jul 2016 19:15:14 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160721003545.GB22834@lunn.ch> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 20/07/2016 à 17:35, Andrew Lunn a écrit : > On Wed, Jul 20, 2016 at 06:26:41PM -0400, Vivien Didelot wrote: >> This patch simply moves the legacy DSA code from dsa.c to legacy.c, >> except the few shared symbols which remain in dsa.c. > > I think it is a bit early for this. Lets convert all in kernel users > to the new binding first. Fine with me, let's try to get the in-tree DTS files converted to the new binding by v4.9 so we can then introduce this Kconfig symbol and start producing warnings if the old binding is encountered, how does that sound? -- Florian