All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v1 0/5] adds ovm6211 driver to staging
@ 2021-12-05  8:58 Petko Manolov
  0 siblings, 0 replies; only message in thread
From: Petko Manolov @ 2021-12-05  8:58 UTC (permalink / raw)
  To: linux-media; +Cc: Petko Manolov

v1: Removes an unused function (ovm6211_set_pix_clk) and this patch series is
now based on media/master;

This series 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.

It is also marked as RFC because i expect some insonsistencies with V4L2.

Petko Manolov (5):
  adds ovm6211 driver to staging
  adds ovm6211 entry to Kconfig
  adds ovm6211 entry to Makefile
  adds drivers/staging/media/i2c/Kconfig entry
  adds i2c/ explicitly to Makefile

 drivers/staging/media/Kconfig       |    2 +
 drivers/staging/media/Makefile      |    1 +
 drivers/staging/media/i2c/Kconfig   |    9 +
 drivers/staging/media/i2c/Makefile  |    1 +
 drivers/staging/media/i2c/ovm6211.c | 1143 +++++++++++++++++++++++++++
 5 files changed, 1156 insertions(+)
 create mode 100644 drivers/staging/media/i2c/Kconfig
 create mode 100644 drivers/staging/media/i2c/Makefile
 create mode 100644 drivers/staging/media/i2c/ovm6211.c


base-commit: 1f1517fafda598839a02e39968c5063ddcfa51fc
-- 
2.30.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-05  8:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-05  8:58 [RFC PATCH v1 0/5] adds ovm6211 driver to staging Petko Manolov

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.