net: dsa: Use conduit and user terms
authorFlorian Fainelli <florian.fainelli@broadcom.com>
Mon, 23 Oct 2023 18:17:28 +0000 (11:17 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 24 Oct 2023 20:08:14 +0000 (13:08 -0700)
commit6ca80638b90cec66547011ee1ef79e534589989a
tree61b46116a06edbcad2e8c7a936bc98689d17336a
parent00e984cb986b31e9313745e51daceaa1e1eb7351
net: dsa: Use conduit and user terms

Use more inclusive terms throughout the DSA subsystem by moving away
from "master" which is replaced by "conduit" and "slave" which is
replaced by "user". No functional changes.

Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Link: https://lore.kernel.org/r/20231023181729.1191071-2-florian.fainelli@broadcom.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
76 files changed:
Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml
Documentation/networking/dsa/b53.rst
Documentation/networking/dsa/bcm_sf2.rst
Documentation/networking/dsa/configuration.rst
Documentation/networking/dsa/dsa.rst
Documentation/networking/dsa/lan9303.rst
Documentation/networking/dsa/sja1105.rst
arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi
drivers/net/dsa/b53/b53_common.c
drivers/net/dsa/b53/b53_mdio.c
drivers/net/dsa/bcm_sf2.c
drivers/net/dsa/bcm_sf2.h
drivers/net/dsa/bcm_sf2_cfp.c
drivers/net/dsa/lan9303-core.c
drivers/net/dsa/lantiq_gswip.c
drivers/net/dsa/microchip/ksz9477.c
drivers/net/dsa/microchip/ksz_common.c
drivers/net/dsa/microchip/ksz_ptp.c
drivers/net/dsa/mt7530.c
drivers/net/dsa/mv88e6xxx/chip.c
drivers/net/dsa/ocelot/felix.c
drivers/net/dsa/ocelot/felix.h
drivers/net/dsa/qca/qca8k-8xxx.c
drivers/net/dsa/qca/qca8k-common.c
drivers/net/dsa/qca/qca8k-leds.c
drivers/net/dsa/qca/qca8k.h
drivers/net/dsa/realtek/realtek-smi.c
drivers/net/dsa/realtek/realtek.h
drivers/net/dsa/realtek/rtl8365mb.c
drivers/net/dsa/sja1105/sja1105_main.c
drivers/net/dsa/xrs700x/xrs700x.c
drivers/net/ethernet/broadcom/bcmsysport.c
drivers/net/ethernet/mediatek/mtk_eth_soc.c
drivers/net/ethernet/mediatek/mtk_ppe_offload.c
include/linux/dsa/sja1105.h
include/net/dsa.h
include/net/dsa_stubs.h
net/core/dev_ioctl.c
net/dsa/Makefile
net/dsa/conduit.c [new file with mode: 0644]
net/dsa/conduit.h [new file with mode: 0644]
net/dsa/dsa.c
net/dsa/dsa.h
net/dsa/master.c [deleted file]
net/dsa/master.h [deleted file]
net/dsa/netlink.c
net/dsa/port.c
net/dsa/port.h
net/dsa/slave.c [deleted file]
net/dsa/slave.h [deleted file]
net/dsa/switch.c
net/dsa/switch.h
net/dsa/tag.c
net/dsa/tag.h
net/dsa/tag_8021q.c
net/dsa/tag_8021q.h
net/dsa/tag_ar9331.c
net/dsa/tag_brcm.c
net/dsa/tag_dsa.c
net/dsa/tag_gswip.c
net/dsa/tag_hellcreek.c
net/dsa/tag_ksz.c
net/dsa/tag_lan9303.c
net/dsa/tag_mtk.c
net/dsa/tag_none.c
net/dsa/tag_ocelot.c
net/dsa/tag_ocelot_8021q.c
net/dsa/tag_qca.c
net/dsa/tag_rtl4_a.c
net/dsa/tag_rtl8_4.c
net/dsa/tag_rzn1_a5psw.c
net/dsa/tag_sja1105.c
net/dsa/tag_trailer.c
net/dsa/tag_xrs700x.c
net/dsa/user.c [new file with mode: 0644]
net/dsa/user.h [new file with mode: 0644]