]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: dc2114x: add support for platforms that don't have pci controllers
authorHanyuan Zhao <hanyuan-z@qq.com>
Fri, 9 Aug 2024 08:56:54 +0000 (16:56 +0800)
committerTom Rini <trini@konsulko.com>
Sun, 27 Oct 2024 16:15:29 +0000 (10:15 -0600)
commit76146b90e770b4f309dbae19b1b26aff93d800e0
treeb1cf3790523ba521955c2adfc59b34647a129e19
parent8963d433eb5d4a9f3a9def84e9c61a45c13e72bc
net: dc2114x: add support for platforms that don't have pci controllers

There're a few ethernet IP cores which have the same functions with dc2114x,
and can be connected to CPU by AXI or other buses. This commit adds support
for the platforms that do not have PCI controllers, using MMIO to communicate
with the dc2114x IP core.

Signed-off-by: Hanyuan Zhao <zhaohy22@mails.tsinghua.edu.cn>
drivers/net/Kconfig
drivers/net/dc2114x.c