[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170108225208.15431-1-f.fainelli@gmail.com>
Date: Sun, 8 Jan 2017 14:52:04 -0800
From: Florian Fainelli <f.fainelli@...il.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, andrew@...n.ch,
vivien.didelot@...oirfairelinux.com,
Florian Fainelli <f.fainelli@...il.com>
Subject: [PATCH net-next 0/4] net: dsa: Make dsa_switch_ops const
Hi all,
This patch series allows us to annotate dsa_switch_ops with a const
qualifier.
Florian Fainelli (4):
net: dsa: b53: Export most operations to other drivers
net: dsa: bcm_sf2: Declare our own dsa_switch_ops
net: dsa: Encapsulate legacy switch drivers into dsa_switch_driver
net: dsa: Make dsa_switch_ops const
drivers/net/dsa/b53/b53_common.c | 81 +++++++++++++++++++++++-----------------
drivers/net/dsa/b53/b53_priv.h | 33 ++++++++++++++++
drivers/net/dsa/bcm_sf2.c | 53 ++++++++++++++++----------
drivers/net/dsa/mv88e6060.c | 10 +++--
drivers/net/dsa/mv88e6xxx/chip.c | 10 +++--
drivers/net/dsa/qca8k.c | 2 +-
include/net/dsa.h | 13 ++++---
net/dsa/dsa.c | 22 ++++++-----
net/dsa/hwmon.c | 2 +-
9 files changed, 149 insertions(+), 77 deletions(-)
--
2.9.3
Powered by blists - more mailing lists