All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] media: suppport ov02a10 sensor driver
@ 2019-05-23 10:22 ` dongchun.zhu
  0 siblings, 0 replies; 42+ messages in thread
From: dongchun.zhu @ 2019-05-23 10:22 UTC (permalink / raw)
  To: mchehab, robh+dt, mark.rutland, matthias.bgg, bingbu.cao
  Cc: devicetree, srv_heupstream, menghui.lin, shengnan.wang, sj.huang,
	linux-mediatek, dongchun.zhu, louis.kuo, linux-arm-kernel,
	linux-media

From: Dongchun Zhu <dongchun.zhu@mediatek.com>

Hello,

This is the OV02A10 sensor driver, which would be used in camera features on CrOS application.

The driver is implemented wth V4L2 framework.
1. Async registered as a V4L2 I2C sub-device.
2. A media entity that can provide several source pads and sink pads to link with other device like Seninf, ISP one after another
   to create a default overall camera topology, image frame or meta-data from sensor can flow through particular path to output
   preview or capture image or 3A info.

Dongchun Zhu (3):
  media: i2c: ov02a10: Add ov02a10 camera sensor driver
  media: i2c: ov02a10: Add CONFIG_VIDEO_OV02A10
  media: dt-bindings: media: i2c: Add bindings for ov02a10

 .../devicetree/bindings/media/i2c/ov02a10.txt      |   43 +
 drivers/media/i2c/Kconfig                          |   12 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/ov02a10.c                        | 1067 ++++++++++++++++++++
 4 files changed, 1123 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ov02a10.txt
 create mode 100644 drivers/media/i2c/ov02a10.c

-- 
2.9.2

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

end of thread, other threads:[~2019-06-26 10:01 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23 10:22 [PATCH 0/3] media: suppport ov02a10 sensor driver dongchun.zhu
2019-05-23 10:22 ` dongchun.zhu
2019-05-23 10:22 ` dongchun.zhu
2019-05-23 10:22 ` [PATCH 1/3] media: i2c: ov02a10: Add ov02a10 camera " dongchun.zhu
2019-05-23 10:22   ` dongchun.zhu
2019-05-23 10:22   ` dongchun.zhu
2019-05-26  8:53   ` Nicolas Boichat
2019-05-26  8:53     ` Nicolas Boichat
2019-05-26  8:53     ` Nicolas Boichat
     [not found]     ` <CANMq1KBZ3njBaBwA0g=9B3W7PwN2yUzjLj4VNpPQzVZ_DaCOzg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-06-13  2:44       ` Dongchun Zhu
2019-06-13  2:44         ` Dongchun Zhu
2019-06-13  2:44         ` Dongchun Zhu
2019-05-28  6:20   ` Bingbu Cao
2019-05-28  6:20     ` Bingbu Cao
2019-05-28  6:20     ` Bingbu Cao
2019-06-13  3:22     ` Dongchun Zhu
2019-06-13  3:22       ` Dongchun Zhu
2019-06-13  3:22       ` Dongchun Zhu
2019-05-31 17:03   ` Sakari Ailus
2019-05-31 17:03     ` Sakari Ailus
2019-05-31 17:03     ` Sakari Ailus
2019-06-11 14:09     ` Dongchun Zhu
2019-06-11 14:09       ` Dongchun Zhu
2019-06-11 14:09       ` Dongchun Zhu
2019-06-26  9:58       ` Sakari Ailus
2019-06-26  9:58         ` Sakari Ailus
2019-06-26  9:58         ` Sakari Ailus
2019-05-23 10:22 ` [PATCH 2/3] media: i2c: ov02a10: Add CONFIG_VIDEO_OV02A10 dongchun.zhu
2019-05-23 10:22   ` dongchun.zhu
2019-05-23 10:22   ` dongchun.zhu
2019-05-23 10:22 ` [PATCH 3/3] media: dt-bindings: media: i2c: Add bindings for ov02a10 dongchun.zhu
2019-05-23 10:22   ` dongchun.zhu
2019-05-23 10:22   ` dongchun.zhu
2019-05-31 16:16   ` Sakari Ailus
2019-05-31 16:16     ` Sakari Ailus
2019-05-31 16:16     ` Sakari Ailus
2019-06-13  3:30     ` Dongchun Zhu
2019-06-13  3:30       ` Dongchun Zhu
2019-06-13  3:30       ` Dongchun Zhu
2019-06-14 16:56     ` Rob Herring
2019-06-14 16:56       ` Rob Herring
2019-06-14 16:56       ` Rob Herring

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.