Re: [PATCH net-next 0/2] net: axienet: Dynamically enable MDIO interface

2020-11-07 Thread Jakub Kicinski
On Tue, 3 Nov 2020 16:56:08 +0530 Radhey Shyam Pandey wrote: > This patchset dynamically enable MDIO interface. The background for this > change is coming from Cadence GEM controller(macb) in which MDC is active > only during MDIO read or write operations while the PHY registers are > read or writ

[PATCH net-next 0/2] net: axienet: Dynamically enable MDIO interface

2020-11-03 Thread Radhey Shyam Pandey
This patchset dynamically enable MDIO interface. The background for this change is coming from Cadence GEM controller(macb) in which MDC is active only during MDIO read or write operations while the PHY registers are read or written. It is implemented as an IP feature. For axiethernet as dynam