All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add OF support for LM3560
@ 2023-03-08  9:52 Svyatoslav Ryhel
  2023-03-08  9:52 ` [PATCH v1 1/2] dt-bindings: media: i2c: add lm3560 binding Svyatoslav Ryhel
  2023-03-08  9:52 ` [PATCH v1 2/2] media: lm3560: convent to OF Svyatoslav Ryhel
  0 siblings, 2 replies; 6+ messages in thread
From: Svyatoslav Ryhel @ 2023-03-08  9:52 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski,
	Svyatoslav Ryhel, Hans Verkuil, Luca Ceresoli, Jean Delvare,
	Sebastian Reichel, Daniel Jeong, Ldd-Mlp
  Cc: linux-media, devicetree, linux-kernel

Implement device tree support to lm3560 and make some 
minor style adjustmets.

Svyatoslav Ryhel (2):
  dt-bindings: media: i2c: add lm3560 binding
  media: lm3560: convent to OF

 .../bindings/media/i2c/ti,lm3560.yaml         | 130 ++++++++++++++++++
 drivers/media/i2c/lm3560.c                    | 128 ++++++++++++-----
 2 files changed, 223 insertions(+), 35 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ti,lm3560.yaml

-- 
2.37.2


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

end of thread, other threads:[~2023-03-14 11:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-08  9:52 [PATCH v1 0/2] Add OF support for LM3560 Svyatoslav Ryhel
2023-03-08  9:52 ` [PATCH v1 1/2] dt-bindings: media: i2c: add lm3560 binding Svyatoslav Ryhel
2023-03-08 14:06   ` Rob Herring
2023-03-08 18:21   ` Rob Herring
2023-03-08  9:52 ` [PATCH v1 2/2] media: lm3560: convent to OF Svyatoslav Ryhel
2023-03-14 11:00   ` Sakari Ailus

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.