All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] media: vimc: add ancillary lens
@ 2022-04-15  2:38 Yunke Cao
  2022-04-15  2:38 ` [PATCH v1 1/2] " Yunke Cao
  2022-04-15  2:38 ` [PATCH v1 2/2] media: vimc: documentation for lens Yunke Cao
  0 siblings, 2 replies; 7+ messages in thread
From: Yunke Cao @ 2022-04-15  2:38 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: Sakari Ailus, Tomasz Figa, Mauro Carvalho Chehab, Daniel Scally,
	linux-media, Yunke Cao

Add a basic version of vimc lens.
Link lens with sensors using ancillary links.
Update vimc documentation to reflect this change.

*** BLURB HERE ***

Yunke Cao (2):
  media: vimc: add ancillary lens
  media: vimc: documentation for lens

 Documentation/admin-guide/media/vimc.dot      |   4 +
 Documentation/admin-guide/media/vimc.rst      |   3 +
 drivers/media/test-drivers/vimc/Makefile      |   2 +-
 drivers/media/test-drivers/vimc/vimc-common.h |   1 +
 drivers/media/test-drivers/vimc/vimc-core.c   |  86 +++++++++++----
 drivers/media/test-drivers/vimc/vimc-lens.c   | 102 ++++++++++++++++++
 6 files changed, 177 insertions(+), 21 deletions(-)
 create mode 100644 drivers/media/test-drivers/vimc/vimc-lens.c

-- 
2.36.0.rc0.470.gd361397f0d-goog


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

end of thread, other threads:[~2022-06-10  1:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-15  2:38 [PATCH v1 0/2] media: vimc: add ancillary lens Yunke Cao
2022-04-15  2:38 ` [PATCH v1 1/2] " Yunke Cao
2022-04-19 12:16   ` Kieran Bingham
2022-06-09  0:57     ` Yunke Cao
2022-06-09 16:04       ` Shuah Khan
2022-06-10  1:04         ` Yunke Cao
2022-04-15  2:38 ` [PATCH v1 2/2] media: vimc: documentation for lens Yunke Cao

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.