Re: [PATCH 03/11] net: dwc_eth_qos: Fold board_interface_eth_init into STM32 glue code

2024-04-05 Thread Christophe ROULLIER
On 3/9/24 03:11, Marek Vasut wrote: Move board_interface_eth_init() into eqos_probe_syscfg_stm32() in STM32 driver glue code. The eqos_probe_syscfg_stm32() parses STM32 specific DT properties of this MAC and configures SYSCFG registers accordingly, there is nothing board specific happening in

Re: [PATCH 03/11] net: dwc_eth_qos: Fold board_interface_eth_init into STM32 glue code

2024-04-05 Thread Christophe ROULLIER
On 3/9/24 03:11, Marek Vasut wrote: Move board_interface_eth_init() into eqos_probe_syscfg_stm32() in STM32 driver glue code. The eqos_probe_syscfg_stm32() parses STM32 specific DT properties of this MAC and configures SYSCFG registers accordingly, there is nothing board specific happening in

Re: [PATCH 03/11] net: dwc_eth_qos: Fold board_interface_eth_init into STM32 glue code

2024-03-12 Thread Patrice CHOTARD
On 3/9/24 03:11, Marek Vasut wrote: > Move board_interface_eth_init() into eqos_probe_syscfg_stm32() in STM32 > driver glue code. The eqos_probe_syscfg_stm32() parses STM32 specific DT > properties of this MAC and configures SYSCFG registers accordingly, there > is nothing board specific

[PATCH 03/11] net: dwc_eth_qos: Fold board_interface_eth_init into STM32 glue code

2024-03-08 Thread Marek Vasut
Move board_interface_eth_init() into eqos_probe_syscfg_stm32() in STM32 driver glue code. The eqos_probe_syscfg_stm32() parses STM32 specific DT properties of this MAC and configures SYSCFG registers accordingly, there is nothing board specific happening in this function, move it into generic