Move mvswitch 88E6060 driver to the ath25
authorSergey Ryazanov <ryazanov.s.a@gmail.com>
Sun, 19 Dec 2021 14:31:51 +0000 (17:31 +0300)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 27 Dec 2021 16:00:21 +0000 (16:00 +0000)
commit0b2c1d8b9a2d68e3059698e3d6c82dfb32a9cbc9
treeb1629009878e273d418f01c9a6c606c898bde94b
parenta3774d72c85bfb9a3d4b3128003413dad93b7c3f
Move mvswitch 88E6060 driver to the ath25

ath25 requires a 88E6060 driver to support boards such as Fonera 2.0g
(FON2202). The swconfig based mvswitch driver has not yet been ported to
the 5.10 kernel as the only user is the ath25 target while all other
targets have been switched to the upstream DSA implementation.

Switching ath25 to the DSA implementation is a complex task, since we
need either per-board platform data or DTS support. ath25 lacks both of
them and builds only a single generic image. So we need to keep the
swconfig driver implementation to easly and quickly port ath25 to the
5.10 kernel.

Since porting the mvswitch driver to 5.10 as a generic driver is not an
option, and since the ath25 is its only user, make mvswitch a target
specific driver to be able to port it to the 5.10 kernel as part of the
kernel version update of the target. This will allow us quickly migrate
to the next kernel version and not delay the next firmware release.

Suggested-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
target/linux/ath25/files/drivers/net/phy/mvswitch.c [new file with mode: 0644]
target/linux/ath25/files/drivers/net/phy/mvswitch.h [new file with mode: 0644]
target/linux/ath25/patches-5.4/700-swconfig_mvswitch.patch [new file with mode: 0644]
target/linux/generic/config-5.10
target/linux/generic/config-5.4
target/linux/generic/files/drivers/net/phy/mvswitch.c [deleted file]
target/linux/generic/files/drivers/net/phy/mvswitch.h [deleted file]
target/linux/generic/hack-5.4/700-swconfig_switch_drivers.patch