liteeth: LiteX Ethernet device
authorJoel Stanley <joel@jms.id.au>
Mon, 26 Sep 2022 06:05:58 +0000 (15:35 +0930)
committerTom Rini <trini@konsulko.com>
Mon, 28 Nov 2022 15:25:17 +0000 (10:25 -0500)
commit3167b4d72226ec4c65bc295c25893230608d2135
tree3824fd45527f467661030c4cb53eb3fd127885c5
parent597e7b784dbfec29fd8d6c450bc9a3a607c4feae
liteeth: LiteX Ethernet device

LiteX is a soft system-on-chip that targets FPGAs. LiteETH is a basic
network device that is commonly used in LiteX designs.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/liteeth.c [new file with mode: 0644]
include/linux/litex.h [new file with mode: 0644]