ipq40xx: add IPQESS ethernet driver
authorRobert Marko <robert.marko@sartura.hr>
Wed, 15 Dec 2021 20:09:38 +0000 (21:09 +0100)
committerDavid Bauer <mail@david-bauer.net>
Sun, 2 Oct 2022 21:04:38 +0000 (23:04 +0200)
commita15ccc2fe016165ee953848c45e738ab4c011df4
tree0759c380973448531787472bab8eeac7003cf9e0
parent45ad5beb809ea9421c0b150c8f03e5b24952b4ae
ipq40xx: add IPQESS ethernet driver

IPQESS is the EDMA replacement driver for the IPQ40xx SoC built-in
ethernet controller.

Unlike EDMA it is Phylink based and doesnt touch PHY-s directly.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
target/linux/ipq40xx/files/drivers/net/ethernet/qualcomm/ipqess/Makefile [new file with mode: 0644]
target/linux/ipq40xx/files/drivers/net/ethernet/qualcomm/ipqess/ipqess.c [new file with mode: 0644]
target/linux/ipq40xx/files/drivers/net/ethernet/qualcomm/ipqess/ipqess.h [new file with mode: 0644]
target/linux/ipq40xx/files/drivers/net/ethernet/qualcomm/ipqess/ipqess_ethtool.c [new file with mode: 0644]
target/linux/ipq40xx/patches-5.10/702-net-ethernet-qualcomm-add-IPQESS-support.patch [new file with mode: 0644]
target/linux/ipq40xx/patches-5.10/703-arm-dts-ipq4019-add-ethernet-controller-DT-node.patch [new file with mode: 0644]
target/linux/ipq40xx/patches-5.10/708-arm-dts-ipq4019-QCA807x-properties.patch
target/linux/ipq40xx/patches-5.15/702-net-ethernet-qualcomm-add-IPQESS-support.patch [new file with mode: 0644]
target/linux/ipq40xx/patches-5.15/703-arm-dts-ipq4019-add-ethernet-controller-DT-node.patch [new file with mode: 0644]