Thread (11 messages) 11 messages, 4 authors, 2017-03-20

Re: [PATCH v10 2/2] media: i2c: Add support for OV5647 sensor.

From: Vladimir Zapolskiy <hidden>
Date: 2017-03-20 14:56:27
Also in: linux-media, lkml

Hi Ramiro,

On 03/06/2017 01:16 PM, Ramiro Oliveira wrote:
The OV5647 sensor from Omnivision supports up to 2592x1944 @ 15 fps, RAW 8
and RAW 10 output formats, and MIPI CSI-2 interface.

The driver adds support for 640x480 RAW 8.

Signed-off-by: Ramiro Oliveira <roliveir-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
All updates are fine, thank you. Feel free to add my

Reviewed-by: Vladimir Zapolskiy <redacted>
---
 MAINTAINERS                |   7 +
 drivers/media/i2c/Kconfig  |  11 +
 drivers/media/i2c/Makefile |   1 +
 drivers/media/i2c/ov5647.c | 636 +++++++++++++++++++++++++++++++++++++++++++++
I see this version has 100 LoC less in comparison to v8, good result.

[snip]
+
+static const struct v4l2_subdev_pad_ops ov5647_subdev_pad_ops = {
+	.enum_mbus_code =	ov5647_enum_mbus_code,
Nitpicking, above it's better to swap tab and space symbols around '='.
+};
+
+static const struct v4l2_subdev_ops ov5647_subdev_ops = {
+	.core		= &ov5647_subdev_core_ops,
+	.video		= &ov5647_subdev_video_ops,
+	.pad		= &ov5647_subdev_pad_ops,
+};
+
--
With best wishes,
Vladimir
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help