]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: add Qualcomm ESS EDMA adapter
authorRobert Marko <robert.marko@sartura.hr>
Mon, 3 Jun 2024 12:06:15 +0000 (14:06 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Thu, 25 Jul 2024 23:53:12 +0000 (01:53 +0200)
commitc4360954ef913bc7eaac676514d465434b8c50a7
tree046492ef57915fa5daa6be46c2776e91db43ed3e
parent13cb918769eb8b6ddafa4bc51736b754ac0e51ae
net: add Qualcomm ESS EDMA adapter

This adds the driver for the ESS EDMA ethernet adapter
found inside of Qualcomm IPQ40xx SoC series.

This driver also integrates the built in modified QCA8337N
switch support as they are tightly integrated.

Co-Developed-by: Gabor Juhos <j4g8y7@gmail.com>
Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/essedma.c [new file with mode: 0644]
drivers/net/essedma.h [new file with mode: 0644]