Since commit 4f996594ce ([media] v4l2: make vidioc_s_crop const), set_crop
should receive a 'const struct v4l2_crop *' argument type.
Adapt to this new format and get rid of the following build warning:
drivers/media/platform/soc_camera/mx3_camera.c:1134: warning: initialization
from incompatib
From: Fabio Estevam
Since commit 4f996594ce ([media] v4l2: make vidioc_s_crop const), set_crop
should receive a 'const struct v4l2_crop *' argument type.
Adapt to this new format and get rid of the following build warning:
drivers/media/platform/soc_camera/mx2_camera.c:1529: warning: initializ
On Fri, 16 Nov 2012, Tushar Behera wrote:
> Checking '< 0' for unsigned variables always returns false. For error
> codes, use IS_ERR_VALUE() instead.
Wouldn't just changing "irq" type to "int" also work? I think that would
be a more straight-forward solution. If however there are strong argumen
This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date:Sat Nov 17 19:00:21 CET 2012
git hash:2c4e11b7c15af70580625657a154ea7ea70b8c76
gcc version: i686-linux-gcc (GCC
Hi Hans,
On 11/16/2012 02:45 PM, Hans Verkuil wrote:
Hi Sylwester,
Just one comment, see below...
On Thu November 15 2012 23:05:13 Sylwester Nawrocki wrote:
This patch adds V4L2 driver for Samsung S3C244X/S3C64XX SoC series
camera interface. The driver exposes a subdev device node for CAMIF
p
Hi,
On 11/17/2012 01:07 PM, Andrey Gusakov wrote:
Hi.
Just have time to test. I apologize for delay.
No problem, thanks for the feedback.
I'd like to squash all the s3c-camif patches before sending upstream,
if you don't mind. And to add your Signed-off at the final patch.
Ok. Squash.
I
Apologies Mauro, I accidentailly bumped the 'Send' whilst typing your name.
The message is addressed to Mauro and All,
On 17 November 2012 13:35, Richard wrote:
> Hi Mau,
>
>
> I have started documenting a HOWTO on making a linuxDVB device and
> would like to know what the following is used for.
Hi Mau,
I have started documenting a HOWTO on making a linuxDVB device and
would like to know what the following is used for
struct dvb_demux :
This has a start_feed and a stop feed. What feed is this? ... the
RAW 188 byte packets from the device perhaps?
What is the main purpose of this
Hi.
Just have time to test. I apologize for delay.
> I'd like to squash all the s3c-camif patches before sending upstream,
> if you don't mind. And to add your Signed-off at the final patch.
Ok. Squash.
> I might have introduced bugs in the image effects handling, hopefully
> there is none. I co
On Fri, Nov 16, 2012 at 01:46:58PM -0200, Mauro Carvalho Chehab wrote:
> Em 16-11-2012 11:38, Hans Verkuil escreveu:
> >On Wed November 7 2012 12:30:01 Kirill Smelkov wrote:
[...]
> >>diff --git a/drivers/media/platform/vivi.c b/drivers/media/platform/vivi.c
> >>index 37d0af8..5d1b374 100644
> >>-
10 matches
Mail list logo