public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add support for Kontron OSM-S i.MX93 SoM and carrier board
@ 2024-07-08  8:40 Frieder Schrempf
  2024-07-08  8:40 ` [PATCH v2 1/5] dt-bindings: gpio: vf610: Allow gpio-line-names to be set Frieder Schrempf
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Frieder Schrempf @ 2024-07-08  8:40 UTC (permalink / raw)
  To: Bartosz Golaszewski, Conor Dooley, devicetree, imx,
	Krzysztof Kozlowski, Liam Girdwood, Linus Walleij,
	linux-arm-kernel, linux-gpio, linux-kernel, Li Yang, Mark Brown,
	Rob Herring, Robin Gong, Sascha Hauer, Shawn Guo, Stefan Agner
  Cc: Frieder Schrempf, Alexander Stein, Bartosz Golaszewski,
	Bjorn Helgaas, Bo Liu, Conor Dooley, Fabio Estevam,
	Gregor Herburger, Hiago De Franco, Hugo Villeneuve,
	Joao Paulo Goncalves, Joy Zou, Krzysztof Kozlowski, Marco Felsch,
	Markus Niebel, Mathieu Othacehe, Peng Fan,
	Pengutronix Kernel Team, Tim Harvey

From: Frieder Schrempf <frieder.schrempf@kontron.de>

Patch 1-2: small DT binding fixups
Patch 3: board DT bindings
Patch 4: support PMIC driver without IRQ
Patch 5: add devicetrees

Changes for v2:
* remove applied patches 1 and 2
* add tags
* improvements suggested by Krzysztof (thanks!)
* add missing Makefile entry for DT

Frieder Schrempf (5):
  dt-bindings: gpio: vf610: Allow gpio-line-names to be set
  dt-bindings: regulator: pca9450: Make interrupt optional
  dt-bindings: arm: fsl: Add Kontron i.MX93 OSM-S based boards
  regulator: pca9450: Make IRQ optional
  arm64: dts: Add support for Kontron i.MX93 OSM-S SoM and BL carrier
    board

 .../devicetree/bindings/arm/fsl.yaml          |   6 +
 .../devicetree/bindings/gpio/gpio-vf610.yaml  |   4 +
 .../regulator/nxp,pca9450-regulator.yaml      |   1 -
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../dts/freescale/imx93-kontron-bl-osm-s.dts  | 165 ++++++
 .../dts/freescale/imx93-kontron-osm-s.dtsi    | 547 ++++++++++++++++++
 drivers/regulator/pca9450-regulator.c         |  41 +-
 7 files changed, 742 insertions(+), 23 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/imx93-kontron-bl-osm-s.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx93-kontron-osm-s.dtsi

-- 
2.45.2

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

end of thread, other threads:[~2024-07-08 14:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-08  8:40 [PATCH v2 0/5] Add support for Kontron OSM-S i.MX93 SoM and carrier board Frieder Schrempf
2024-07-08  8:40 ` [PATCH v2 1/5] dt-bindings: gpio: vf610: Allow gpio-line-names to be set Frieder Schrempf
2024-07-08 13:58   ` Krzysztof Kozlowski
2024-07-08 14:53   ` Bartosz Golaszewski
2024-07-08  8:40 ` [PATCH v2 2/5] dt-bindings: regulator: pca9450: Make interrupt optional Frieder Schrempf
2024-07-08 13:58   ` Krzysztof Kozlowski
2024-07-08  8:40 ` [PATCH v2 3/5] dt-bindings: arm: fsl: Add Kontron i.MX93 OSM-S based boards Frieder Schrempf
2024-07-08  8:40 ` [PATCH v2 4/5] regulator: pca9450: Make IRQ optional Frieder Schrempf
2024-07-08  8:40 ` [PATCH v2 5/5] arm64: dts: Add support for Kontron i.MX93 OSM-S SoM and BL carrier board Frieder Schrempf
2024-07-08 14:34 ` [PATCH v2 0/5] Add support for Kontron OSM-S i.MX93 SoM and " Rob Herring (Arm)
2024-07-08 14:48 ` (subset) " Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox