devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] net: micrel: Add support for lan8841 PHY
@ 2023-02-06  8:23 Horatiu Vultur
  2023-02-06  8:23 ` [PATCH net-next v3 1/2] " Horatiu Vultur
  2023-02-06  8:23 ` [PATCH net-next v3 2/2] dt-bindings: net: micrel-ksz90x1.txt: Update for lan8841 Horatiu Vultur
  0 siblings, 2 replies; 6+ messages in thread
From: Horatiu Vultur @ 2023-02-06  8:23 UTC (permalink / raw)
  To: netdev, devicetree, linux-kernel
  Cc: andrew, hkallweit1, linux, davem, edumazet, kuba, pabeni, robh+dt,
	krzysztof.kozlowski+dt, michael, Horatiu Vultur

Add support for lan8841 PHY.

The first patch add the support for lan8841 PHY which can run at
10/100/1000Mbit. It also has support for other features, but they are not
added in this series.

The second patch updates the documentation for the dt-bindings which is
similar to the ksz9131.

v2->v3:
- reuse ksz9131_config_init
- allow only open-drain configuration
- change from single patch to a patch series

v1->v2:
- Remove hardcoded values
- Fix typo in commit message

Horatiu Vultur (2):
  net: micrel: Add support for lan8841 PHY
  dt-bindings: net: micrel-ksz90x1.txt: Update for lan8841

 .../bindings/net/micrel-ksz90x1.txt           |   1 +
 drivers/net/phy/micrel.c                      | 187 +++++++++++++++++-
 include/linux/micrel_phy.h                    |   1 +
 3 files changed, 180 insertions(+), 9 deletions(-)

-- 
2.38.0


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

end of thread, other threads:[~2023-02-06 13:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-06  8:23 [PATCH net-next v3 0/2] net: micrel: Add support for lan8841 PHY Horatiu Vultur
2023-02-06  8:23 ` [PATCH net-next v3 1/2] " Horatiu Vultur
2023-02-06 13:30   ` Andrew Lunn
2023-02-06  8:23 ` [PATCH net-next v3 2/2] dt-bindings: net: micrel-ksz90x1.txt: Update for lan8841 Horatiu Vultur
2023-02-06  8:24   ` Krzysztof Kozlowski
2023-02-06 13:31   ` Andrew Lunn

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