All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] media: m2m-deinterlace: add device-tree support
@ 2025-02-12 17:08 Matthew Majewski
  2025-02-12 17:09 ` [PATCH 1/2] media: dt-bindings: Add dt bindings for m2m-deinterlace device Matthew Majewski
  2025-02-12 17:09 ` [PATCH 2/2] media: m2m-deinterlace: add device-tree support Matthew Majewski
  0 siblings, 2 replies; 8+ messages in thread
From: Matthew Majewski @ 2025-02-12 17:08 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Hans Verkuil, Dr. David Alan Gilbert,
	Neil Armstrong, Uwe Kleine-Konig, Andrzej Pietrasiewicz
  Cc: devicetree, linux-media, linux-kernel, Matthew Majewski

Hello all, this patch series adds device-tree support for the generic
m2m-deinterlace driver.

A specific dma controller channel can now be provided to the driver
via the dt, but the driver still supports the original dma query if an
of_node is not present. This should preserve backwards compatibility
with platform drivers that directly instantiate the device.

Probing the m2m-deinterlace device via device-tree was tested on the
BeagleBone Black with an m2m-appropriate edma channel.

Best,

Matthew Majewski

Matthew Majewski (2):
  media: dt-bindings: Add dt bindings for m2m-deinterlace device
  media: m2m-deinterlace: add device-tree support

 .../bindings/media/m2m-deinterlace.yaml       | 41 +++++++++++++++++++
 drivers/media/platform/m2m-deinterlace.c      | 25 ++++++++---
 2 files changed, 60 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/m2m-deinterlace.yaml

-- 
2.25.1


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

end of thread, other threads:[~2025-02-18  8:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-12 17:08 [PATCH 0/2] media: m2m-deinterlace: add device-tree support Matthew Majewski
2025-02-12 17:09 ` [PATCH 1/2] media: dt-bindings: Add dt bindings for m2m-deinterlace device Matthew Majewski
2025-02-12 17:22   ` Krzysztof Kozlowski
2025-02-12 22:29     ` Matthew Majewski
2025-02-18  8:34       ` Krzysztof Kozlowski
2025-02-12 19:26   ` Rob Herring (Arm)
2025-02-13 19:48     ` Matthew Majewski
2025-02-12 17:09 ` [PATCH 2/2] media: m2m-deinterlace: add device-tree support Matthew Majewski

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.