qcom: fix panic in qcom_mdio_ipq4018 implementationFix a boot-time panic in qcom_mdio_ipq4018 due to a missing bus functionand hook the file up to the build so that it will not rot away.Test boo
qcom: fix panic in qcom_mdio_ipq4018 implementationFix a boot-time panic in qcom_mdio_ipq4018 due to a missing bus functionand hook the file up to the build so that it will not rot away.Test booted on an ipq807x in 2022.X-Differential Revision: extracted from D37882
show more ...
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with: pfgMFC After: 3 daysSponsored by: Netflix
qcom_*: Remove unused devclass arguments to DRIVER_MODULE.
qcom_mdio: add initial IPQ4018 MDIO supportThis adds support for the IPQ4018/IPQ4019 MDIO bus. This is used totalk to external PHYs and switches. (There's an internal switchin the IPQ4018/IPQ40
qcom_mdio: add initial IPQ4018 MDIO supportThis adds support for the IPQ4018/IPQ4019 MDIO bus. This is used totalk to external PHYs and switches. (There's an internal switchin the IPQ4018/IPQ4019 as well, but it's accessible via MMIO/AXI.)Differential Revision: https://reviews.freebsd.org/D34110Reviewed by: manu