summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/mvmdio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make it possible to attach other devices (for example switches) to mvmdio(4).kettenis2020-11-281-8/+21
| | | | ok patrick@
* Register mvmdio(4) in the MII "framework". On the Armada 7K and 8Kpatrick2020-06-251-8/+14
| | | | | | | | SoCs there can be multiple instances of mvmdio(4), with SMI or XSMI support. This replaces the mvmdio_sc global with a nicer FDT-based interface to retrieve the methods to access the MII bus. ok kettenis@
* Add mvneta(4), a driver for the Ethernet controller on the Armadapatrick2017-08-251-0/+177
38x series (SoliodRun ClearFog, Turris Omnia) and the 37xx series (ESPRESSObin). Also add mvmdio(4), which is used to talk to the MDIO bus. ok kettenis@