All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] add "nxp,reverse-mode" to instead of "nxp,rmii-refclk-in"
@ 2024-08-15  5:51 Wei Fang
  2024-08-15  5:51 ` [PATCH net-next 1/3] dt-bindings: net: tja11xx: use reverse-mode to instead of rmii-refclk-in Wei Fang
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Wei Fang @ 2024-08-15  5:51 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, robh, krzk+dt, conor+dt, andrew,
	f.fainelli, hkallweit1, linux, andrei.botila
  Cc: netdev, devicetree, linux-kernel

The TJA11xx PHYs support reverse mode so that TX_CLK and RX_CLK can
be set to input in revMII mode and REF_CLK can be set to output in
revRMII mode. Therefore, add the new property "nxp,reverse-mode" to
instead of the "nxp,rmii-refclk-in" property, which is more generic
and reasonable.

Wei Fang (3):
  dt-bindings: net: tja11xx: use reverse-mode to instead of
    rmii-refclk-in
  net: phy: tja11xx: replace "nxp,rmii-refclk-in" with
    "nxp,reverse-mode"
  net: phy: c45-tja11xx: add revRMII mode support

 .../devicetree/bindings/net/nxp,tja11xx.yaml  | 21 +++++---------
 drivers/net/phy/nxp-c45-tja11xx.c             | 29 +++++++++++++++++--
 drivers/net/phy/nxp-c45-tja11xx.h             |  1 +
 drivers/net/phy/nxp-tja11xx.c                 | 13 ++++-----
 4 files changed, 41 insertions(+), 23 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-08-21  1:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-15  5:51 [PATCH net-next 0/3] add "nxp,reverse-mode" to instead of "nxp,rmii-refclk-in" Wei Fang
2024-08-15  5:51 ` [PATCH net-next 1/3] dt-bindings: net: tja11xx: use reverse-mode to instead of rmii-refclk-in Wei Fang
2024-08-15 14:33   ` Andrew Lunn
2024-08-16  1:39     ` Wei Fang
2024-08-16  2:32       ` Andrew Lunn
2024-08-16  2:57         ` Wei Fang
2024-08-16  3:28           ` Andrew Lunn
2024-08-16  5:01             ` Wei Fang
2024-08-20  5:13               ` Wei Fang
2024-08-20 13:25                 ` Andrew Lunn
2024-08-21  1:40                   ` Wei Fang
2024-08-15  5:51 ` [PATCH net-next 2/3] net: phy: tja11xx: replace "nxp,rmii-refclk-in" with "nxp,reverse-mode" Wei Fang
2024-08-15 13:37   ` Simon Horman
2024-08-15  5:51 ` [PATCH net-next 3/3] net: phy: c45-tja11xx: add revRMII mode support Wei Fang

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.