]> git.baikalelectronics.ru Git - uboot.git/commit
net: dwc_eth_qos: Add Qcom ethernet driver glue layer
authorSumit Garg <sumit.garg@linaro.org>
Wed, 1 Feb 2023 13:58:55 +0000 (19:28 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 17:50:00 +0000 (12:50 -0500)
commitf23dbbdf5f471a4b0755e8abe5c28ae055599dff
tree07b1ffb2a360c38d23b46916914f40e467e04c37
parent9824f99de765651f1a31b93aa3e490a159bea851
net: dwc_eth_qos: Add Qcom ethernet driver glue layer

The Qualcom ETHQOS hardware supports an RGMII macro which needs to be
configured according to following link speeds:
- SPEED_1000
- SPEED_100
- SPEED_10

So add a corresponding glue driver to configure RGMII macro.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/dwc_eth_qos.c
drivers/net/dwc_eth_qos.h
drivers/net/dwc_eth_qos_qcom.c [new file with mode: 0644]