linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] Add support for TI DP83826 configuration
@ 2024-02-22 10:31 Jérémie Dautheribes
  2024-02-22 10:31 ` [PATCH net-next 1/3] dt-bindings: net: dp83822: support configuring RMII master/slave mode Jérémie Dautheribes
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Jérémie Dautheribes @ 2024-02-22 10:31 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Andrew Lunn,
	Heiner Kallweit, Russell King, Andrew Davis
  Cc: netdev, devicetree, linux-kernel, Thomas Petazzoni,
	Miquèl Raynal, Yen-Mei Goh, Maxime Chevallier,
	Jérémie Dautheribes

Hi everyone,

This short patch series introduces the possibility of overriding
some parameters which are latched by default by hardware straps on the
TI DP83826 PHY.

The settings that can be overridden include:
  - Configuring the PHY in either MII mode or RMII mode.
  - When in RMII mode, configuring the PHY in RMII slave mode or RMII
  master mode.

The RMII master/slave mode is TI-specific and determines whether the PHY
operates from a 25MHz reference clock (master mode) or from a 50MHz
reference clock (slave mode).

While these features should be supported by all the TI DP8382x family,
I have only been able to test them on TI DP83826 hardware.
Therefore, support has been added specifically for this PHY in this patch
series.

Jérémie Dautheribes (3):
  dt-bindings: net: dp83822: support configuring RMII master/slave mode
  net: phy: dp83826: Add support for phy-mode configuration
  net: phy: dp83826: support configuring RMII master/slave operation
    mode

 .../devicetree/bindings/net/ti,dp83822.yaml   | 16 +++++++
 drivers/net/phy/dp83822.c                     | 44 +++++++++++++++++++
 2 files changed, 60 insertions(+)

-- 
2.34.1


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

end of thread, other threads:[~2024-03-04 16:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-22 10:31 [PATCH net-next 0/3] Add support for TI DP83826 configuration Jérémie Dautheribes
2024-02-22 10:31 ` [PATCH net-next 1/3] dt-bindings: net: dp83822: support configuring RMII master/slave mode Jérémie Dautheribes
2024-02-22 15:09   ` Krzysztof Kozlowski
2024-02-26 15:28   ` Andrew Lunn
2024-02-29 20:46     ` Jérémie Dautheribes
2024-02-29 21:23       ` Andrew Lunn
2024-03-04 15:12         ` Jérémie Dautheribes
2024-03-04 16:06           ` Andrew Lunn
2024-03-04 16:31             ` Jérémie Dautheribes
2024-02-22 10:31 ` [PATCH net-next 2/3] net: phy: dp83826: Add support for phy-mode configuration Jérémie Dautheribes
2024-02-23 11:16   ` Maxime Chevallier
2024-02-26 15:34   ` Andrew Lunn
2024-02-22 10:31 ` [PATCH net-next 3/3] net: phy: dp83826: support configuring RMII master/slave operation mode Jérémie Dautheribes
2024-02-26 11:40 ` [PATCH net-next 0/3] Add support for TI DP83826 configuration patchwork-bot+netdevbpf

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).