Re: [PATCH] net: dwc_eth_qos: Enable clock in probe

2021-12-01 Thread Ramon Fried
On Thu, Dec 2, 2021 at 7:36 AM Marek Vasut wrote: > > On 12/2/21 06:04, Ramon Fried wrote: > > On Tue, Nov 16, 2021 at 7:53 AM Ramon Fried wrote: > >> > >> On Sat, Nov 13, 2021 at 4:23 AM Marek Vasut wrote: > >>> > >>> Enable DWC IP clock in driver probe, so the MII access is possible even >

Re: [PATCH] net: dwc_eth_qos: Enable clock in probe

2021-12-01 Thread Marek Vasut
On 12/2/21 06:04, Ramon Fried wrote: On Tue, Nov 16, 2021 at 7:53 AM Ramon Fried wrote: On Sat, Nov 13, 2021 at 4:23 AM Marek Vasut wrote: Enable DWC IP clock in driver probe, so the MII access is possible even outside of active network transfers. This is particularly useful when using

Re: [PATCH] net: dwc_eth_qos: Enable clock in probe

2021-12-01 Thread Ramon Fried
On Tue, Nov 16, 2021 at 7:53 AM Ramon Fried wrote: > > On Sat, Nov 13, 2021 at 4:23 AM Marek Vasut wrote: > > > > Enable DWC IP clock in driver probe, so the MII access is possible even > > outside of active network transfers. This is particularly useful when > > using 'mii' or 'mdio' commands

Re: [PATCH] net: dwc_eth_qos: Enable clock in probe

2021-11-15 Thread Ramon Fried
On Sat, Nov 13, 2021 at 4:23 AM Marek Vasut wrote: > > Enable DWC IP clock in driver probe, so the MII access is possible even > outside of active network transfers. This is particularly useful when > using 'mii' or 'mdio' commands to explore PHY state, neither of which > works with DWMAC

Re: [PATCH] net: dwc_eth_qos: Enable clock in probe

2021-11-15 Thread Patrice CHOTARD
Hi Marek On 11/13/21 3:23 AM, Marek Vasut wrote: > Enable DWC IP clock in driver probe, so the MII access is possible even > outside of active network transfers. This is particularly useful when > using 'mii' or 'mdio' commands to explore PHY state, neither of which > works with DWMAC currently