Re: [PATCH] net: macb: ignore tx_clk if MII is used

2021-01-22 Thread Michael Walle
Am 2021-01-22 12:38, schrieb claudiu.bez...@microchip.com: On 22.01.2021 13:20, Michael Walle wrote: EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe Am 2021-01-22 10:10, schrieb claudiu.bez...@microchip.com: On 21.01.2021 11:41, Michael Walle wrote:

Re: [PATCH] net: macb: ignore tx_clk if MII is used

2021-01-22 Thread Claudiu.Beznea
On 22.01.2021 13:20, Michael Walle wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > Am 2021-01-22 10:10, schrieb claudiu.bez...@microchip.com: >> On 21.01.2021 11:41, Michael Walle wrote: >>> EXTERNAL EMAIL: Do not click links or open

Re: [PATCH] net: macb: ignore tx_clk if MII is used

2021-01-22 Thread Michael Walle
Am 2021-01-22 10:10, schrieb claudiu.bez...@microchip.com: On 21.01.2021 11:41, Michael Walle wrote: EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe Hi Claudiu, Am 2021-01-21 10:19, schrieb claudiu.bez...@microchip.com: On 20.01.2021 21:43, Michael

Re: [PATCH] net: macb: ignore tx_clk if MII is used

2021-01-22 Thread Claudiu.Beznea
On 21.01.2021 11:41, Michael Walle wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > Hi Claudiu, > > Am 2021-01-21 10:19, schrieb claudiu.bez...@microchip.com: >> On 20.01.2021 21:43, Michael Walle wrote: >>> EXTERNAL EMAIL: Do not click

Re: [PATCH] net: macb: ignore tx_clk if MII is used

2021-01-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 20:43:03 +0100 you wrote: > If the MII interface is used, the PHY is the clock master, thus don't > set the clock rate. On Zynq-7000, this will prevent the following > warning: > macb

Re: [PATCH] net: macb: ignore tx_clk if MII is used

2021-01-21 Thread Michael Walle
Hi Claudiu, Am 2021-01-21 10:19, schrieb claudiu.bez...@microchip.com: On 20.01.2021 21:43, Michael Walle wrote: EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe If the MII interface is used, the PHY is the clock master, thus don't set the clock

Re: [PATCH] net: macb: ignore tx_clk if MII is used

2021-01-21 Thread Claudiu.Beznea
Hi Michael, On 20.01.2021 21:43, Michael Walle wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > If the MII interface is used, the PHY is the clock master, thus don't > set the clock rate. On Zynq-7000, this will prevent the following >

Re: [PATCH] net: macb: ignore tx_clk if MII is used

2021-01-20 Thread Andrew Lunn
On Wed, Jan 20, 2021 at 08:43:03PM +0100, Michael Walle wrote: > If the MII interface is used, the PHY is the clock master, thus don't > set the clock rate. On Zynq-7000, this will prevent the following > warning: > macb e000b000.ethernet eth0: unable to generate target frequency: 2500 > Hz

[PATCH] net: macb: ignore tx_clk if MII is used

2021-01-20 Thread Michael Walle
If the MII interface is used, the PHY is the clock master, thus don't set the clock rate. On Zynq-7000, this will prevent the following warning: macb e000b000.ethernet eth0: unable to generate target frequency: 2500 Hz Signed-off-by: Michael Walle ---