All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] adds ovm6211 driver to staging
@ 2022-01-03 11:09 Petko Manolov
  2022-01-03 11:09 ` [PATCH v2 1/5] " Petko Manolov
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Petko Manolov @ 2022-01-03 11:09 UTC (permalink / raw)
  To: linux-media; +Cc: Petko Manolov

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 (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: 68b9bcc8a534cd11fe55f8bc82f948aae7d81b3c
-- 
2.30.2


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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-03 11:09 [PATCH v2 0/5] adds ovm6211 driver to staging Petko Manolov
2022-01-03 11:09 ` [PATCH v2 1/5] " Petko Manolov
2022-01-03 11:09 ` [PATCH v2 2/5] adds ovm6211 entry to Kconfig Petko Manolov
2022-01-03 11:09 ` [PATCH v2 3/5] adds ovm6211 entry to Makefile Petko Manolov
2022-01-03 11:09 ` [PATCH v2 4/5] adds drivers/staging/media/i2c/Kconfig entry Petko Manolov
2022-01-03 11:09 ` [PATCH v2 5/5] adds i2c/ explicitly to Makefile Petko Manolov
2022-01-03 13:19 ` [PATCH v2 0/5] adds ovm6211 driver to staging Kieran Bingham
2022-01-03 21:19   ` Petko Manolov
2022-01-03 23:07     ` Kieran Bingham

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.