ipq40xx: move DSA and ethernet driver to 5.15 specific directory
authorRobert Marko <robimarko@gmail.com>
Mon, 14 Aug 2023 10:56:49 +0000 (12:56 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 17 Sep 2023 19:00:22 +0000 (21:00 +0200)
commit9bfbdfa77890b0e77a6bf89e84a42a7fcc0e81ff
tree546436a9499930c2804a1894d529db6658a269b0
parentd2ce3a61aa1cbc53988eb640cbab48e20fbfb1aa
ipq40xx: move DSA and ethernet driver to 5.15 specific directory

As a preparation to move to 6.1, we need to move the DSA and ethernet
drivers to a 5.15 specific directory as 6.1 will use the latest patchset
that was sent upstream which is too hard to backport to 5.15.

Signed-off-by: Robert Marko <robimarko@gmail.com>
12 files changed:
target/linux/ipq40xx/files-5.15/drivers/net/dsa/qca/qca8k-ipq4019.c [new file with mode: 0644]
target/linux/ipq40xx/files-5.15/drivers/net/dsa/qca/qca8k-ipq4019.h [new file with mode: 0644]
target/linux/ipq40xx/files-5.15/drivers/net/ethernet/qualcomm/ipqess/Makefile [new file with mode: 0644]
target/linux/ipq40xx/files-5.15/drivers/net/ethernet/qualcomm/ipqess/ipqess.c [new file with mode: 0644]
target/linux/ipq40xx/files-5.15/drivers/net/ethernet/qualcomm/ipqess/ipqess.h [new file with mode: 0644]
target/linux/ipq40xx/files-5.15/drivers/net/ethernet/qualcomm/ipqess/ipqess_ethtool.c [new file with mode: 0644]
target/linux/ipq40xx/files/drivers/net/dsa/qca/qca8k-ipq4019.c [deleted file]
target/linux/ipq40xx/files/drivers/net/dsa/qca/qca8k-ipq4019.h [deleted file]
target/linux/ipq40xx/files/drivers/net/ethernet/qualcomm/ipqess/Makefile [deleted file]
target/linux/ipq40xx/files/drivers/net/ethernet/qualcomm/ipqess/ipqess.c [deleted file]
target/linux/ipq40xx/files/drivers/net/ethernet/qualcomm/ipqess/ipqess.h [deleted file]
target/linux/ipq40xx/files/drivers/net/ethernet/qualcomm/ipqess/ipqess_ethtool.c [deleted file]