All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] add TJA1102 support
@ 2020-03-12  6:34 Oleksij Rempel
  2020-03-12  6:34 ` [PATCH v3 1/4] dt-bindings: net: phy: Add support for NXP TJA11xx Oleksij Rempel
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Oleksij Rempel @ 2020-03-12  6:34 UTC (permalink / raw)
  To: Andrew Lunn, Florian Fainelli, Heiner Kallweit, Mark Rutland,
	Rob Herring
  Cc: Oleksij Rempel, Pengutronix Kernel Team, linux-kernel,
	David S. Miller, netdev, Marek Vasut, David Jander, devicetree

changes v3:
- export part of of_mdiobus_register_phy() and reuse it in tja11xx
  driver
- coding style fixes

changes v2:
- use .match_phy_device
- add irq support
- add add delayed registration for PHY1

Oleksij Rempel (4):
  dt-bindings: net: phy: Add support for NXP TJA11xx
  net: phy: tja11xx: add initial TJA1102 support
  net: mdio: of: export part of of_mdiobus_register_phy()
  net: phy: tja11xx: add delayed registration of TJA1102 PHY1

 .../devicetree/bindings/net/nxp,tja11xx.yaml  |  61 ++++++
 drivers/net/phy/nxp-tja11xx.c                 | 201 +++++++++++++++++-
 drivers/of/of_mdio.c                          |  74 ++++---
 include/linux/of_mdio.h                       |  11 +-
 4 files changed, 309 insertions(+), 38 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/nxp,tja11xx.yaml

-- 
2.25.1


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

end of thread, other threads:[~2020-03-12 10:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-12  6:34 [PATCH v3 0/4] add TJA1102 support Oleksij Rempel
2020-03-12  6:34 ` [PATCH v3 1/4] dt-bindings: net: phy: Add support for NXP TJA11xx Oleksij Rempel
2020-03-12  6:34 ` [PATCH v3 2/4] net: phy: tja11xx: add initial TJA1102 support Oleksij Rempel
2020-03-12  6:34 ` [PATCH v3 3/4] net: mdio: of: export part of of_mdiobus_register_phy() Oleksij Rempel
2020-03-12 10:49   ` Oleksij Rempel
2020-03-12  6:34 ` [PATCH v3 4/4] net: phy: tja11xx: add delayed registration of TJA1102 PHY1 Oleksij Rempel

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.