This adds support for the IPQ4018/IPQ4019 MDIO bus. This is used to
talk to external PHYs and switches. (There's an internal switch
in the IPQ4018/IPQ4019 as well, but it's accessible via MMIO/AXI.)
Details
Details
- Reviewers
manu imp - Group Reviewers
network - Commits
- rG29332c0dcee1: qcom_mdio: add initial IPQ4018 MDIO support
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/dev/qcom_mdio/qcom_mdio_ipq4018.c | ||
---|---|---|
295 | 1/ Does it needs to be that early ? INTERRUPT is really early in the boot, we have BUS_PASS_SUPPORTDEV that usually work for driver like that. |
sys/dev/qcom_mdio/qcom_mdio_debug.h | ||
---|---|---|
35 | ....... whoops, i should fix that |