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)
commitd382025dc555b4e847877bb9b2d492ad1127d144
tree07b1ffb2a360c38d23b46916914f40e467e04c37
parenta962b7cff4bd9f16dabc75917dc76e9ff959ad13
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]