devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add device tree binding support to TI's DP83640
@ 2024-01-30  8:59 Bastien Curutchet
  2024-01-30  8:59 ` [PATCH 1/2] dt-bindings: net: Add TI DP83640 Bastien Curutchet
  2024-01-30  8:59 ` [PATCH 2/2] net: phy: Add some configuration from device-tree Bastien Curutchet
  0 siblings, 2 replies; 12+ messages in thread
From: Bastien Curutchet @ 2024-01-30  8:59 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Richard Cochran,
	Andrew Lunn, Heiner Kallweit, Russell King, Bastien Curutchet
  Cc: netdev, devicetree, linux-kernel, Thomas Petazzoni, Herve Codina

Hi everyone,

This short patch series adds a device-tree binding support to the TI's PHY
DP83640. The goal is to be able to enable or disable the following features
through the device tree:
   - Energy Detect Mode
   - PHY Control Frames
   - LED Configuration
   - Fiber Mode

Bastien Curutchet (2):
  dt-bindings: net: Add TI DP83640
  net: phy: Add some configuration from device-tree

 .../devicetree/bindings/net/ti,dp83640.yaml   | 113 +++++++++++++++
 drivers/net/phy/dp83640.c                     | 131 +++++++++++++++++-
 drivers/net/phy/dp83640_reg.h                 |  21 ++-
 include/dt-bindings/net/ti-dp83640.h          |  18 +++
 4 files changed, 281 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/ti,dp83640.yaml
 create mode 100644 include/dt-bindings/net/ti-dp83640.h

-- 
2.43.0


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

end of thread, other threads:[~2024-02-23 15:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-30  8:59 [PATCH 0/2] Add device tree binding support to TI's DP83640 Bastien Curutchet
2024-01-30  8:59 ` [PATCH 1/2] dt-bindings: net: Add TI DP83640 Bastien Curutchet
2024-01-30 13:34   ` Andrew Lunn
2024-02-16 15:44     ` Bastien Curutchet
2024-02-16 17:28       ` Andrew Lunn
2024-01-30 17:56   ` Conor Dooley
2024-01-31 21:05     ` Rob Herring
2024-01-31 21:18       ` Conor Dooley
2024-01-31 22:40         ` Andrew Lunn
2024-02-23 15:07           ` Maxime Chevallier
2024-02-23 15:10             ` Maxime Chevallier
2024-01-30  8:59 ` [PATCH 2/2] net: phy: Add some configuration from device-tree Bastien Curutchet

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