netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v1 0/3] add dts for yt8521 and yt8531s, add driver for yt8531
@ 2023-01-05  7:30 Frank
  2023-01-05  7:30 ` [PATCH net-next v1 1/3] dt-bindings: net: Add Motorcomm yt8xxx ethernet phy Driver bindings Frank
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Frank @ 2023-01-05  7:30 UTC (permalink / raw)
  To: Peter Geis, Andrew Lunn, Heiner Kallweit, Russell King,
	David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Rob Herring, Krzysztof Kozlowski
  Cc: xiaogang.fan, fei.zhang, hua.sun, netdev, linux-kernel, Frank,
	devicetree

Add dts support for yt8521 and yt8531s, add driver for yt8531. These patches have
been tested on our AM335x platform (motherboard) which has one RGMII interface.
It can connect to daughter boards like yt8531s or yt8521 board.
Passed all test cases.

Frank (3):
  dt-bindings: net: Add Motorcomm yt8xxx ethernet phy Driver bindings
  net: phy: Add dts support for Motorcomm yt8521/yt8531s gigabit
    ethernet phy
  net: phy: Add driver for Motorcomm yt8531 gigabit ethernet phy

 .../bindings/net/motorcomm,yt8xxx.yaml        | 180 +++++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 MAINTAINERS                                   |   1 +
 drivers/net/phy/Kconfig                       |   2 +-
 drivers/net/phy/motorcomm.c                   | 638 +++++++++++++++---
 5 files changed, 740 insertions(+), 83 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/motorcomm,yt8xxx.yaml

-- 
2.34.1


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

end of thread, other threads:[~2023-01-19  5:56 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-05  7:30 [PATCH net-next v1 0/3] add dts for yt8521 and yt8531s, add driver for yt8531 Frank
2023-01-05  7:30 ` [PATCH net-next v1 1/3] dt-bindings: net: Add Motorcomm yt8xxx ethernet phy Driver bindings Frank
2023-01-05 13:17   ` Andrew Lunn
2023-01-06  6:51     ` Frank
2023-01-06 13:55       ` Andrew Lunn
2023-01-11  9:20         ` Frank.Sae
2023-01-11 13:07           ` Andrew Lunn
2023-01-16  2:49             ` Frank.Sae
     [not found]             ` <9b047a2a-ccd8-6079-efbf-5cb880bf5044@starfivetech.com>
2023-01-17 13:16               ` Andrew Lunn
2023-01-18 13:40           ` Andrew Lunn
2023-01-19  5:56             ` Frank.Sae
2023-01-06  8:26   ` Krzysztof Kozlowski
2023-01-06  9:17     ` Frank.Sae
2023-01-06  9:25       ` Krzysztof Kozlowski
2023-01-06 13:58       ` Andrew Lunn
2023-01-05  7:30 ` [PATCH net-next v1 2/3] net: phy: Add dts support for Motorcomm yt8521/yt8531s gigabit ethernet phy Frank
2023-01-05  9:01   ` Arun.Ramadoss
2023-01-06  5:24     ` Frank
2023-01-05 17:03   ` Andrew Lunn
2023-01-06  7:42     ` Frank.Sae
2023-01-06 13:32       ` Andrew Lunn
2023-01-05  7:30 ` [PATCH net-next v1 3/3] net: phy: Add driver for Motorcomm yt8531 " Frank

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