Re: [PATCH 1/3] net: dwc_eth_qos: Add support for platform specific reset

2024-10-29 Thread Fabio Estevam
On Mon, Oct 28, 2024 at 6:42 PM Erik Schumacher wrote: > > This patch adds support for optional platform specific reset logic in > the dwc_eth_qos driver. This new function 'eqos_fix_soc_reset' is called > after the EQOS_DMA_MODE_SWR is set and before the driver waits for this > bit to clear. > >

[PATCH 1/3] net: dwc_eth_qos: Add support for platform specific reset

2024-10-28 Thread Erik Schumacher
This patch adds support for optional platform specific reset logic in the dwc_eth_qos driver. This new function 'eqos_fix_soc_reset' is called after the EQOS_DMA_MODE_SWR is set and before the driver waits for this bit to clear. Signed-off-by: Erik Schumacher --- drivers/net/dwc_eth_qos.c | 3 ++