netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* C45 support and mdiobus_scan
@ 2018-08-09 13:54 Jose Abreu
  2018-08-09 15:03 ` Andrew Lunn
  0 siblings, 1 reply; 6+ messages in thread
From: Jose Abreu @ 2018-08-09 13:54 UTC (permalink / raw)
  To: netdev@vger.kernel.org

Hi All,

I'm preparing to add support for 10G in stmmac and I noticed that
Generic 10G PHY needs C45 support. Digging through the
registration callbacks for phy that are used in stmmac I reached
to mdiobus_scan() and the following call:

phydev = get_phy_device(bus, addr, false);

The last parameter is "is_c45", and is always being set to false ...

Does this mean that I can't use the Generic 10G PHY in stmmac? I
don't mind link being fixed for 10G for now.

(Notice I'm using a PCI based setup so no DT bindings can help me
for this).

Thanks and Best Regards,
Jose Miguel Abreu

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-08-10 19:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-09 13:54 C45 support and mdiobus_scan Jose Abreu
2018-08-09 15:03 ` Andrew Lunn
2018-08-09 15:07   ` Jose Abreu
2018-08-09 15:25     ` Andrew Lunn
2018-08-10 15:20       ` Tom Lendacky
2018-08-10 16:34         ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).