Re: [PATCH 08/14] net: dwc_eth_qos: Add Qcom ethernet driver glue layer

2023-02-03 Thread Ramon Fried
On Fri, Jan 20, 2023 at 9:18 AM Sumit Garg wrote: > > 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. > >

[PATCH 08/14] net: dwc_eth_qos: Add Qcom ethernet driver glue layer

2023-01-19 Thread Sumit Garg
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 --- drivers/net/Kconfig| 7 +