All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/3] net: phy: mscc-miim: add MDIO bus frequency support
@ 2022-04-05 12:09 Michael Walle
  2022-04-05 12:09 ` [PATCH net-next v3 1/3] dt-bindings: net: convert mscc-miim to YAML format Michael Walle
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Michael Walle @ 2022-04-05 12:09 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni, Rob Herring,
	Krzysztof Kozlowski, Andrew Lunn, Heiner Kallweit, Russell King,
	Alexandre Belloni
  Cc: netdev, devicetree, linux-kernel, Michael Walle

Introduce MDIO bus frequency support. This way the board can have a
faster (or maybe slower) bus frequency than the hardware default.

changes since v2:
 - resend, no RFC anymore, because net-next is open again

changes since v1:
 - fail probe if clock-frequency is set, but not clock is given
 - rename clk_freq to bus_freq
 - add maxItems to interrupts property
 - put compatible and reg first in the example

Michael Walle (3):
  dt-bindings: net: convert mscc-miim to YAML format
  dt-bindings: net: mscc-miim: add clock and clock-frequency
  net: phy: mscc-miim: add support to set MDIO bus frequency

 .../devicetree/bindings/net/mscc,miim.yaml    | 61 +++++++++++++++++++
 .../devicetree/bindings/net/mscc-miim.txt     | 26 --------
 drivers/net/mdio/mdio-mscc-miim.c             | 58 +++++++++++++++++-
 3 files changed, 117 insertions(+), 28 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/mscc,miim.yaml
 delete mode 100644 Documentation/devicetree/bindings/net/mscc-miim.txt

-- 
2.30.2


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

end of thread, other threads:[~2022-04-06 15:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-05 12:09 [PATCH net-next v3 0/3] net: phy: mscc-miim: add MDIO bus frequency support Michael Walle
2022-04-05 12:09 ` [PATCH net-next v3 1/3] dt-bindings: net: convert mscc-miim to YAML format Michael Walle
2022-04-05 12:19   ` Andrew Lunn
2022-04-05 12:09 ` [PATCH net-next v3 2/3] dt-bindings: net: mscc-miim: add clock and clock-frequency Michael Walle
2022-04-05 12:20   ` Andrew Lunn
2022-04-05 12:09 ` [PATCH net-next v3 3/3] net: phy: mscc-miim: add support to set MDIO bus frequency Michael Walle
2022-04-06 13:30 ` [PATCH net-next v3 0/3] net: phy: mscc-miim: add MDIO bus frequency support patchwork-bot+netdevbpf

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.