From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753025AbcGUOrA (ORCPT ); Thu, 21 Jul 2016 10:47:00 -0400 Received: from mail.savoirfairelinux.com ([208.88.110.44]:43996 "EHLO mail.savoirfairelinux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752507AbcGUOq7 convert rfc822-to-8bit (ORCPT ); Thu, 21 Jul 2016 10:46:59 -0400 From: Vivien Didelot To: Florian Fainelli , Andrew Lunn Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, "David S. Miller" Subject: Re: [PATCH net-next] net: dsa: add CONFIG_NET_DSA_LEGACY In-Reply-To: <2af1c57a-b1f1-7d6e-ef72-4f4c34830045@gmail.com> References: <20160720222641.30899-1-vivien.didelot@savoirfairelinux.com> <20160721003545.GB22834@lunn.ch> <2af1c57a-b1f1-7d6e-ef72-4f4c34830045@gmail.com> User-Agent: Notmuch/0.22 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-unknown-linux-gnu) Date: Thu, 21 Jul 2016 10:46:56 -0400 Message-ID: <87zipbm4kf.fsf@ketchup.mtl.sfl> MIME-Version: 1.0 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 Florian Fainelli writes: > 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? If you guys prefer going that way, that's fine with me too ;-) Thanks, Vivien