public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* How to handle access to multiple PHYs through MDIO
@ 2015-01-17  1:10 Ray Jui
  2015-01-17  1:47 ` Florian Fainelli
  0 siblings, 1 reply; 3+ messages in thread
From: Ray Jui @ 2015-01-17  1:10 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, linux-kernel, Florian Fainelli

Hi,

Our SoC, Cygnus, uses a generic MDC/MDIO controller to talk to various
PHYs, including 2 x Ethernet GPHY, 2 x PCIe Serdes, and 3 x USB PHYs. In
this case, how should I work out a generic PHY driver to handle this?

I notice that most generic PHY drivers are in drivers/phy/*, but
Ethernet seems to have its own interface of talking to a PHY through
MDIO (drivers/net/phy/*).

I need a single driver to handle these so there isn't any race condition
for this single MDIO access in our system.

Thanks,

Ray

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

end of thread, other threads:[~2015-01-17  3:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-17  1:10 How to handle access to multiple PHYs through MDIO Ray Jui
2015-01-17  1:47 ` Florian Fainelli
2015-01-17  3:12   ` Ray Jui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox