This patchset renames the bridging routines of the DSA layer, make the unbridging routine return void, and rework the DSA netdev notifier handler, similar to what the Mellanox Spectrum driver does.
Changes RFC -> v1: - drop unused NETDEV_PRECHANGEUPPER case - add Andrew's Tested-by tag Vivien Didelot (3): net: dsa: rename port_*_bridge routines net: dsa: make port_bridge_leave return void net: dsa: refine netdev event notifier Tested-by: Andrew Lunn <and...@lunn.ch> Documentation/networking/dsa/dsa.txt | 4 +-- drivers/net/dsa/bcm_sf2.c | 8 ++--- drivers/net/dsa/mv88e6171.c | 4 +-- drivers/net/dsa/mv88e6352.c | 4 +-- drivers/net/dsa/mv88e6xxx.c | 28 +++++---------- drivers/net/dsa/mv88e6xxx.h | 2 +- include/net/dsa.h | 4 +-- net/dsa/slave.c | 67 +++++++++++++++++++----------------- 8 files changed, 56 insertions(+), 65 deletions(-) -- 2.7.2