Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make it possible to attach other devices (for example switches) to mvmdio(4). | 2020-11-28 | 1 | -8/+21 | |
| | | | | ok patrick@ | ||||
* | Register mvmdio(4) in the MII "framework". On the Armada 7K and 8K | 2020-06-25 | 1 | -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 Armada | 2017-08-25 | 1 | -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@ |