All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/5] omv6211 linux kernel driver
@ 2021-12-03 22:12 Petko Manolov
  2021-12-03 22:12 ` [RFC PATCH 1/5] adds ovm6211 driver to staging Petko Manolov
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Petko Manolov @ 2021-12-03 22:12 UTC (permalink / raw)
  To: linux-media; +Cc: Petko Manolov

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 | 1156 +++++++++++++++++++++++++++
 5 files changed, 1169 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

-- 
2.30.2


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

end of thread, other threads:[~2022-01-23 14:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-03 22:12 [RFC PATCH 0/5] omv6211 linux kernel driver Petko Manolov
2021-12-03 22:12 ` [RFC PATCH 1/5] adds ovm6211 driver to staging Petko Manolov
2021-12-07 12:44   ` Sakari Ailus
2022-01-04 15:30     ` Petko Manolov
2022-01-12  9:00       ` Sakari Ailus
2022-01-23 14:39         ` Petko Manolov
2021-12-03 22:12 ` [RFC PATCH 2/5] adds ovm6211 entry to Kconfig Petko Manolov
2021-12-03 22:12 ` [RFC PATCH 3/5] adds ovm6211 entry to Makefile Petko Manolov
2021-12-03 22:12 ` [RFC PATCH 4/5] adds drivers/staging/media/i2c/Kconfig entry Petko Manolov
2021-12-03 22:12 ` [RFC PATCH 5/5] adds i2c/ explicitly to Makefile Petko Manolov
2021-12-04  1:21   ` kernel test robot
2021-12-06 22:56   ` kernel test robot
2021-12-06 22:56     ` kernel test robot

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.