All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] DP83822 Fiber enablement
@ 2020-05-14 17:30 Dan Murphy
  2020-05-14 17:30 ` [PATCH net-next 1/2] dt-bindings: net: dp83822: Add TI dp83822 phy Dan Murphy
  2020-05-14 17:30 ` [PATCH net-next 2/2] net: phy: DP83822: Add ability to advertise Fiber connection Dan Murphy
  0 siblings, 2 replies; 11+ messages in thread
From: Dan Murphy @ 2020-05-14 17:30 UTC (permalink / raw)
  To: andrew, f.fainelli, hkallweit1, davem
  Cc: robh, netdev, linux-kernel, devicetree, Dan Murphy

Hello

The DP83822 Ethernet PHY has the ability to connect via a Fiber port.  The
DP83825 or DP83826 do not have this ability.  In order to keep the same
driver the DP83822 and the 825/826 phy_driver call backs need to be changed
so that the DP83822 has it's own call back for config_init and adds a probe
call back.

A devicetree binding was added to set the signal polarity for the fiber
connection.  This property is only applicable in fiber mode and is optional
in fiber mode.

Dan

Dan Murphy (2):
  dt-bindings: net: dp83822: Add TI dp83822 phy
  net: phy: DP83822: Add ability to advertise Fiber connection

 .../devicetree/bindings/net/ti,dp83822.yaml   |  49 ++++++
 drivers/net/phy/dp83822.c                     | 140 +++++++++++++++++-
 2 files changed, 181 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/ti,dp83822.yaml

-- 
2.26.2


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

end of thread, other threads:[~2020-05-28 17:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 17:30 [PATCH net-next 0/2] DP83822 Fiber enablement Dan Murphy
2020-05-14 17:30 ` [PATCH net-next 1/2] dt-bindings: net: dp83822: Add TI dp83822 phy Dan Murphy
2020-05-14 18:39   ` Andrew Lunn
2020-05-14 19:38     ` Dan Murphy
2020-05-14 20:50       ` Andrew Lunn
2020-05-14 20:51         ` Dan Murphy
2020-05-14 21:04           ` Andrew Lunn
2020-05-28 17:48   ` Rob Herring
2020-05-14 17:30 ` [PATCH net-next 2/2] net: phy: DP83822: Add ability to advertise Fiber connection Dan Murphy
2020-05-14 18:52   ` Andrew Lunn
2020-05-14 21:43     ` Dan Murphy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.