[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160721003545.GB22834@lunn.ch>
Date: Thu, 21 Jul 2016 02:35:45 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Vivien Didelot <vivien.didelot@...oirfairelinux.com>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
kernel@...oirfairelinux.com,
"David S. Miller" <davem@...emloft.net>,
Florian Fainelli <f.fainelli@...il.com>
Subject: Re: [PATCH net-next] net: dsa: add CONFIG_NET_DSA_LEGACY
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.
> Signed-off-by: Vivien Didelot <vivien.didelot@...oirfairelinux.com>
> ---
> drivers/net/dsa/Kconfig | 4 +-
> drivers/net/dsa/mv88e6xxx/chip.c | 8 +
> include/net/dsa.h | 4 +
> net/dsa/Kconfig | 8 +
> net/dsa/Makefile | 1 +
> net/dsa/dsa.c | 985 ------------------------------------
> net/dsa/legacy.c | 1013 ++++++++++++++++++++++++++++++++++++++
I'm surprised git did not notice this is a rename.
Andrew
Powered by blists - more mailing lists