All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add support for Priva E-Measuringbox board
@ 2024-12-05 12:56 Oleksij Rempel
  2024-12-05 12:56 ` [PATCH v1 1/5] dt-bindings: net: Add TI DP83TD510 10BaseT1L PHY Oleksij Rempel
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Oleksij Rempel @ 2024-12-05 12:56 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Maxime Coquelin,
	Alexandre Torgue, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Woojung Huh, Andrew Lunn
  Cc: Oleksij Rempel, kernel, linux-kernel, netdev, devicetree,
	linux-stm32

This patch series introduces support for the Priva E-Measuringbox board
based on the ST STM32MP133 SoC. The set includes all the necessary
changes for device tree bindings, vendor prefixes, thermal support, and
board-specific devicetree to pass devicetree validation and checkpatch
tests.

Oleksij Rempel (3):
  dt-bindings: net: Add TI DP83TD510 10BaseT1L PHY
  dt-bindings: vendor-prefixes: Add prefix for Priva
  dt-bindings: arm: stm32: Add Priva E-Measuringbox board

Roan van Dijk (2):
  arm: dts: stm32: Add thermal support for STM32MP131
  arm: dts: stm32: Add Priva E-Measuringbox devicetree

 .../devicetree/bindings/arm/stm32/stm32.yaml  |   6 +
 .../devicetree/bindings/net/ti,dp83td510.yaml |  35 ++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm/boot/dts/st/Makefile                 |   1 +
 arch/arm/boot/dts/st/stm32mp131.dtsi          |  35 ++
 arch/arm/boot/dts/st/stm32mp133c-prihmb.dts   | 496 ++++++++++++++++++
 6 files changed, 575 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/ti,dp83td510.yaml
 create mode 100644 arch/arm/boot/dts/st/stm32mp133c-prihmb.dts

--
2.39.5


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

end of thread, other threads:[~2024-12-09  9:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-05 12:56 [PATCH 0/5] Add support for Priva E-Measuringbox board Oleksij Rempel
2024-12-05 12:56 ` [PATCH v1 1/5] dt-bindings: net: Add TI DP83TD510 10BaseT1L PHY Oleksij Rempel
2024-12-05 17:18   ` Conor Dooley
2024-12-06  8:10     ` Oleksij Rempel
2024-12-06 16:57       ` Conor Dooley
2024-12-07  8:00         ` Oleksij Rempel
2024-12-09  9:52           ` Krzysztof Kozlowski
2024-12-05 12:56 ` [PATCH v1 2/5] dt-bindings: vendor-prefixes: Add prefix for Priva Oleksij Rempel
2024-12-05 17:16   ` Conor Dooley
2024-12-06  6:13     ` Oleksij Rempel
2024-12-06 16:53       ` Conor Dooley
2024-12-05 12:56 ` [PATCH v1 3/5] dt-bindings: arm: stm32: Add Priva E-Measuringbox board Oleksij Rempel
2024-12-05 12:56 ` [PATCH v1 4/5] arm: dts: stm32: Add thermal support for STM32MP131 Oleksij Rempel
2024-12-05 12:56 ` [PATCH v1 5/5] arm: dts: stm32: Add Priva E-Measuringbox devicetree 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.