]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: dsa: lantiq_gswip: do also enable or disable cpu port
authorMartin Schiller <ms@dev.tdt.de>
Tue, 11 Jun 2024 13:54:28 +0000 (15:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2025 11:40:39 +0000 (13:40 +0200)
commit4863e2ecfa872376d163453889c95d013cca11d6
tree672feeea63e7c0cf269a3c9c5102e3dcf117baa2
parent205ff8e48eef07c13e1735eb5fdc9ab42ff41291
net: dsa: lantiq_gswip: do also enable or disable cpu port

[ Upstream commit 86b9ea6412af41914ef6549f85a849c3b987f4f3 ]

Before commit 74be4babe72f ("net: dsa: do not enable or disable non user
ports"), gswip_port_enable/disable() were also executed for the cpu port
in gswip_setup() which disabled the cpu port during initialization.

Let's restore this by removing the dsa_is_user_port checks. Also, let's
clean up the gswip_port_enable() function so that we only have to check
for the cpu port once. The operation reordering done here is safe.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Link: https://lore.kernel.org/r/20240611135434.3180973-7-ms@dev.tdt.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Stable-dep-of: c0054b25e2f1 ("net: dsa: lantiq_gswip: move gswip_add_single_port_br() call to port_setup()")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/dsa/lantiq_gswip.c