All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/3] media: ov8856: Add devicetree support
@ 2020-05-11 11:03 ` Robert Foss
  0 siblings, 0 replies; 12+ messages in thread
From: Robert Foss @ 2020-05-11 11:03 UTC (permalink / raw)
  To: Andy Shevchenko, Sakari Ailus, Marco Felsch, Maxime Ripard,
	linux-media, devicetree, linux-kernel, linux-arm-kernel
  Cc: Dongchun Zhu, Fabio Estevam, Tomasz Figa, Ben Kao, Robert Foss

This adds devicetree support to the ov8856 driver.
In order to to aid debugging and enable future sensor
modes to be supported, module revision detection is also added.

Dongchun Zhu (1):
  media: dt-bindings: ov8856: Document YAML bindings

Robert Foss (2):
  media: ov8856: Add devicetree support
  media: ov8856: Implement sensor module revision identification

 .../devicetree/bindings/media/i2c/ov8856.yaml | 142 +++++++++++++
 MAINTAINERS                                   |   3 +-
 drivers/media/i2c/ov8856.c                    | 191 ++++++++++++++++--
 3 files changed, 321 insertions(+), 15 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ov8856.yaml

-- 
2.25.1


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

end of thread, other threads:[~2020-05-12  8:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 11:03 [PATCH v8 0/3] media: ov8856: Add devicetree support Robert Foss
2020-05-11 11:03 ` Robert Foss
2020-05-11 11:03 ` [PATCH v11 1/3] media: dt-bindings: ov8856: Document YAML bindings Robert Foss
2020-05-11 11:03   ` Robert Foss
2020-05-11 11:03 ` [PATCH v8 2/3] media: ov8856: Add devicetree support Robert Foss
2020-05-11 11:03   ` Robert Foss
2020-05-12  0:25   ` Sakari Ailus
2020-05-12  0:25     ` Sakari Ailus
2020-05-12  8:13     ` Robert Foss
2020-05-12  8:13       ` Robert Foss
2020-05-11 11:03 ` [PATCH v8 3/3] media: ov8856: Implement sensor module revision identification Robert Foss
2020-05-11 11:03   ` Robert Foss

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.