All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] media: i2c: mt9v111 sensor driver
@ 2018-06-11 15:17 Jacopo Mondi
  2018-06-11 15:17 ` [PATCH 1/2] dt-bindings: media: i2c: Document MT9V111 bindings Jacopo Mondi
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Jacopo Mondi @ 2018-06-11 15:17 UTC (permalink / raw)
  To: mchehab; +Cc: Jacopo Mondi, linux-media, linux-kernel, linux-renesas-soc

Hello,
   this is a sensor level driver for Aptina MT9V111.

The driver supports YUYV_2X8 output formats and VGA,QVGA,QQVGA,CIF and QCIF
resolution.

The driver allows control of frame rate through s_frame_interval or
V4L2_CID_H/VBLANK control. In order to allow manual frame control, the chip
is initialized with auto-exposure control, auto white balancing and flickering
control disabled.

Tested VGA, QVGA QQVGA resolutions at 5, 10, 15 and 30 frame per second.

Thanks
   j

Jacopo Mondi (2):
  dt-bindings: media: i2c: Document MT9V111 bindings
  media: i2c: Add driver for Aptina MT9V111

 .../bindings/media/i2c/aptina,mt9v111.txt          |   46 +
 MAINTAINERS                                        |    8 +
 drivers/media/i2c/Kconfig                          |   12 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/mt9v111.c                        | 1297 ++++++++++++++++++++
 5 files changed, 1364 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.txt
 create mode 100644 drivers/media/i2c/mt9v111.c

--
2.7.4

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

end of thread, other threads:[~2018-07-24 14:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-11 15:17 [PATCH 0/2] media: i2c: mt9v111 sensor driver Jacopo Mondi
2018-06-11 15:17 ` [PATCH 1/2] dt-bindings: media: i2c: Document MT9V111 bindings Jacopo Mondi
2018-06-12 22:11   ` Rob Herring
2018-07-23 14:29   ` Sakari Ailus
2018-06-11 15:17 ` [PATCH 2/2] media: i2c: Add driver for Aptina MT9V111 Jacopo Mondi
2018-06-11 16:44   ` kbuild test robot
2018-07-17  9:48   ` Kieran Bingham
2018-07-23 14:08     ` jacopo mondi
2018-07-23 14:28   ` Sakari Ailus
2018-07-24 13:08     ` jacopo mondi
2018-07-24 13:23       ` Sakari Ailus
2018-07-04  9:01 ` [PATCH 0/2] media: i2c: mt9v111 sensor driver jacopo mondi

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.