linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/1] media: ovm6211: Adds support for OVM6211
@ 2022-01-23 14:21 Petko Manolov
  2022-01-23 14:21 ` [PATCH v4 1/1] " Petko Manolov
  0 siblings, 1 reply; 4+ messages in thread
From: Petko Manolov @ 2022-01-23 14:21 UTC (permalink / raw)
  To: linux-media; +Cc: Petko Manolov

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 (1):
  media: ovm6211: Adds support for OVM6211

 drivers/media/i2c/Kconfig   |   10 +
 drivers/media/i2c/Makefile  |    1 +
 drivers/media/i2c/ovm6211.c | 1032 +++++++++++++++++++++++++++++++++++
 3 files changed, 1043 insertions(+)
 create mode 100644 drivers/media/i2c/ovm6211.c


base-commit: 68b9bcc8a534cd11fe55f8bc82f948aae7d81b3c
-- 
2.30.2


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

end of thread, other threads:[~2022-02-02 13:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-23 14:21 [PATCH v4 0/1] media: ovm6211: Adds support for OVM6211 Petko Manolov
2022-01-23 14:21 ` [PATCH v4 1/1] " Petko Manolov
2022-01-23 19:06   ` kernel test robot
2022-02-02 13:34   ` Sakari Ailus

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).