devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] media: ovm6211: Adds support for OVM6211
@ 2022-03-09 10:22 Petko Manolov
  2022-03-09 10:22 ` [PATCH v5 1/2] " Petko Manolov
  2022-03-09 10:22 ` [PATCH v5 2/2] dt-bindings: media: add ovti,ovm6211 bindings Petko Manolov
  0 siblings, 2 replies; 9+ messages in thread
From: Petko Manolov @ 2022-03-09 10:22 UTC (permalink / raw)
  To: linux-media; +Cc: sakari.ailus, devicetree, Petko Manolov

v5: Moar cleanupm, adds the ovm6211 bindings.

v4: More unused header files removed, use media_entity_cleanup() where necessary
and some other minor cleanups.

v3: As usual, not everything is perfect, hence v3.  The patch set is now merged
into one big patch, redundant code was removed and the end result tested on the
board.  DT bindings are coming some time later.

v2: Removes an unused function (ovm6211_set_pix_clk) and this patch series is
now based on media/master; Didn't receive any comments about the RFC version,
thus i assume everything is perfect... :P

This patch adds ovm6211 driver into the staging directory.  It also creates
media/i2c entry, where ovm6211.c lives for now, to mimic the generic media
source tree.

Petko Manolov (2):
  media: ovm6211: Adds support for OVM6211
  media: add ovti,ovm6211 bindings

 .../devicetree/bindings/media/i2c/ovm6211.txt |   49 +
 drivers/media/i2c/Kconfig                     |   10 +
 drivers/media/i2c/Makefile                    |    1 +
 drivers/media/i2c/ovm6211.c                   | 1018 +++++++++++++++++
 4 files changed, 1078 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ovm6211.txt
 create mode 100644 drivers/media/i2c/ovm6211.c


base-commit: 2b891d3980f6c255459d0e1c29ce2152ec7cf678
-- 
2.30.2


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

end of thread, other threads:[~2022-04-19  9:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-09 10:22 [PATCH v5 0/2] media: ovm6211: Adds support for OVM6211 Petko Manolov
2022-03-09 10:22 ` [PATCH v5 1/2] " Petko Manolov
2022-03-09 11:51   ` Kieran Bingham
2022-03-09 12:56     ` Dave Stevenson
2022-03-10 12:19   ` kernel test robot
2022-04-19  9:42   ` Sakari Ailus
2022-03-09 10:22 ` [PATCH v5 2/2] dt-bindings: media: add ovti,ovm6211 bindings Petko Manolov
2022-03-09 13:59   ` Rob Herring
2022-03-09 16:20     ` Petko Manolov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).