ipq40xx: add ipqess ethernet driver
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 9 Mar 2019 18:33:57 +0000 (19:33 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Tue, 11 Aug 2020 17:09:08 +0000 (19:09 +0200)
commit8be90e301120f309b5be08beac2028c6e6b555fd
tree83e536b0649161fc8fe36283848280041b6f654d
parentda023f3e5e1ef8df077c40f41067eb996eecb2c1
ipq40xx: add ipqess ethernet driver

This driver from John Crispin is poised to replace the current
essedma driver that drives the ethernet MAC on the IPQ40XX platform.
<https://forum.openwrt.org/t/ipq40xx-target-single-nic-devices/7292/16>

Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
target/linux/ipq40xx/config-4.19
target/linux/ipq40xx/files/drivers/net/ethernet/qualcomm/ipqess.c [new file with mode: 0644]
target/linux/ipq40xx/files/drivers/net/ethernet/qualcomm/ipqess.h [new file with mode: 0644]
target/linux/ipq40xx/files/drivers/net/ethernet/qualcomm/ipqess_ethtool.c [new file with mode: 0644]
target/linux/ipq40xx/patches-4.19/720-ipqess.patch [new file with mode: 0644]
target/linux/ipq40xx/patches-4.19/721-dts-ipq4019-add-ethernet-essedma-node.patch [new file with mode: 0644]