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
All updates are fine,
Hi Ramiro,
On Wed, Mar 15, 2017 at 04:45:16PM +, Ramiro Oliveira wrote:
> Hi Sakari
>
> On 3/7/2017 10:45 AM, Sakari Ailus wrote:
> > Hi Ramiro,
> >
> > On Mon, Mar 06, 2017 at 11:16:34AM +, Ramiro Oliveira wrote:
> > ...
> >> +static int __sensor_init(struct v4l2_subdev *sd)
> >> +{
> >
Hi Sakari
On 3/7/2017 10:45 AM, Sakari Ailus wrote:
> Hi Ramiro,
>
> On Mon, Mar 06, 2017 at 11:16:34AM +, Ramiro Oliveira wrote:
> ...
>> +static int __sensor_init(struct v4l2_subdev *sd)
>> +{
>> +int ret;
>> +u8 resetval, rdval;
>> +struct i2c_client *client = v4l2_get_subdevda
Hi Ramiro,
On Mon, Mar 06, 2017 at 11:16:34AM +, Ramiro Oliveira wrote:
...
> +static int __sensor_init(struct v4l2_subdev *sd)
> +{
> + int ret;
> + u8 resetval, rdval;
> + struct i2c_client *client = v4l2_get_subdevdata(sd);
> +
> + dev_dbg(&client->dev, "sensor init\n");
Th
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
---
MAINTAINERS| 7 +
drivers/media/i2c/Kconfig | 11 +
drivers/media/i2c