Re: [PATCH v2] soc_camera_platform: Add necessary v4l2_subdev_video_ops method

2010-05-11 Thread Kuninori Morimoto
Dear Guennadi > @@ -65,6 +65,7 @@ static int soc_camera_platform_try_fmt(struct v4l2_subdev > *sd, > mf->height = p->format.height; > mf->code= p->format.code; > mf->colorspace = p->format.colorspace; > + mf->field = V4L2_FIELD_NONE; I added this in v2.

[PATCH v2] soc_camera_platform: Add necessary v4l2_subdev_video_ops method

2010-05-11 Thread Kuninori Morimoto
These function are needed to use camera. This patch was tested with sh_mobile_ceu_camera Signed-off-by: Kuninori Morimoto --- v1 -> v2 o rename soc_camera_platform_try_fmt => soc_camera_platform_fill_fmt o .try_mbus_fmt / .g_mbus_fmt / .s_mbus_fmt use soc_camera_platform_fill_fmt I tested this