Re: [RESEND PATCH v2 04/11] net: dwc_eth_qos: Make clk_rx and clk_tx optional

2020-06-08 Thread Marek Vasut
On 6/8/20 7:05 PM, Patrick DELAUNAY wrote: > Dear Marek, Hi, >> From: Marek Vasut >> Sent: lundi 8 juin 2020 11:45 >> >> On 6/8/20 11:29 AM, Patrick DELAUNAY wrote: >> [...] > we don't select the STM32 glue for the correct compatible, I think I > will push > > static const

RE: [RESEND PATCH v2 04/11] net: dwc_eth_qos: Make clk_rx and clk_tx optional

2020-06-08 Thread Patrick DELAUNAY
Dear Marek, > From: Marek Vasut > Sent: lundi 8 juin 2020 11:45 > > On 6/8/20 11:29 AM, Patrick DELAUNAY wrote: > [...] > >>> we don't select the STM32 glue for the correct compatible, I think I > >>> will push > >>> > >>> static const struct udevice_id eqos_ids[] = { > >>> { > >>>

Re: [RESEND PATCH v2 04/11] net: dwc_eth_qos: Make clk_rx and clk_tx optional

2020-06-08 Thread Marek Vasut
On 6/8/20 11:29 AM, Patrick DELAUNAY wrote: [...] >>> we don't select the STM32 glue for the correct compatible, I think I >>> will push >>> >>> static const struct udevice_id eqos_ids[] = { >>> { >>> .compatible = "nvidia,tegra186-eqos", >>> .data =

RE: [RESEND PATCH v2 04/11] net: dwc_eth_qos: Make clk_rx and clk_tx optional

2020-06-08 Thread Patrick DELAUNAY
Hi Marek, > From: Marek Vasut > Sent: mercredi 13 mai 2020 15:54 > > On 5/13/20 3:17 PM, Patrick DELAUNAY wrote: > > Hi David, > > > >> From: David Wu > >> Sent: mardi 12 mai 2020 11:56 > >> > >> For others using, clk_rx and clk_tx may not be necessary, and their > >> clock names are

Re: [RESEND PATCH v2 04/11] net: dwc_eth_qos: Make clk_rx and clk_tx optional

2020-05-13 Thread Marek Vasut
On 5/13/20 3:17 PM, Patrick DELAUNAY wrote: > Hi David, > >> From: David Wu >> Sent: mardi 12 mai 2020 11:56 >> >> For others using, clk_rx and clk_tx may not be necessary, and their clock >> names >> are different. >> >> Signed-off-by: David Wu >> --- >> >> Changes in v2: >> - Don't change

RE: [RESEND PATCH v2 04/11] net: dwc_eth_qos: Make clk_rx and clk_tx optional

2020-05-13 Thread Patrick DELAUNAY
Hi David, > From: David Wu > Sent: mardi 12 mai 2020 11:56 > > For others using, clk_rx and clk_tx may not be necessary, and their clock > names > are different. > > Signed-off-by: David Wu > --- > > Changes in v2: > - Don't change the Rx and Tx clock names. (Patrice, Stephen) > >

Re: [RESEND PATCH v2 04/11] net: dwc_eth_qos: Make clk_rx and clk_tx optional

2020-05-13 Thread Patrice CHOTARD
Hi David On 5/12/20 11:56 AM, David Wu wrote: > For others using, clk_rx and clk_tx may not be necessary, > and their clock names are different. > > Signed-off-by: David Wu > --- > > Changes in v2: > - Don't change the Rx and Tx clock names. (Patrice, Stephen) > > drivers/net/dwc_eth_qos.c | 61

[RESEND PATCH v2 04/11] net: dwc_eth_qos: Make clk_rx and clk_tx optional

2020-05-12 Thread David Wu
For others using, clk_rx and clk_tx may not be necessary, and their clock names are different. Signed-off-by: David Wu --- Changes in v2: - Don't change the Rx and Tx clock names. (Patrice, Stephen) drivers/net/dwc_eth_qos.c | 61 +++ 1 file changed, 29

[PATCH v2 04/11] net: dwc_eth_qos: Make clk_rx and clk_tx optional

2020-05-11 Thread David Wu
For others using, clk_rx and clk_tx may not be necessary, and their clock names are different. Signed-off-by: David Wu --- Changes in v2: - Don't change the Rx and Tx clock names. (Patrice, Stephen) drivers/net/dwc_eth_qos.c | 61 +++ 1 file changed, 29