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
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 44180 Build 41068: arc lint + arc unit
Event Timeline
sys/dev/qcom_mdio/qcom_mdio_ipq4018.c | ||
---|---|---|
294 | 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 |