On Mon May 13 2013 08:00:10 Wei Yongjun wrote:
> From: Wei Yongjun
>
> Fix to return a negative error code from the error handling
> case instead of 0, as done elsewhere in this function.
>
> Signed-off-by: Wei Yongjun
Acked-by: Hans Verkuil
Thanks!
Hans
> ---
> drivers/media/i2c/
Hi Wei
Thanks for the patch.
On Mon, May 13, 2013 at 11:27 AM, Wei Yongjun wrote:
> From: Wei Yongjun
>
> Fix to return -ENODEV in the subdevice register error handling
> case instead of 0, as done elsewhere in this function.
>
> Signed-off-by: Wei Yongjun
Acked-by: Lad, Prabhakar
Regards,
Hi Wei,
Thanks for the patch.
On Mon, May 13, 2013 at 11:27 AM, Wei Yongjun wrote:
> From: Wei Yongjun
>
> Fix to return -ENODEV in the subdevice register error handling
> case instead of 0, as done elsewhere in this function.
>
> Signed-off-by: Wei Yongjun
Acked-by: Lad, Prabhakar
Regards,
From: Wei Yongjun
Fix to return a negative error code from the error handling
case instead of 0, as done elsewhere in this function.
Signed-off-by: Wei Yongjun
---
drivers/media/i2c/ad9389b.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/i2c/ad9389b.c b/drivers/media/i2c/
From: Wei Yongjun
Fix to return a negative error code from the error handling
case instead of 0, as done elsewhere in this function.
Signed-off-by: Wei Yongjun
---
drivers/media/pci/sta2x11/sta2x11_vip.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/media/pci/st
From: Wei Yongjun
Fix to return a negative error code from the error handling
case instead of 0, as done elsewhere in this function.
Signed-off-by: Wei Yongjun
---
drivers/media/platform/blackfin/bfin_capture.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/platform/blackf
From: Wei Yongjun
Fix to return -ENODEV in the subdevice register error handling
case instead of 0, as done elsewhere in this function.
Signed-off-by: Wei Yongjun
---
drivers/media/platform/davinci/vpif_capture.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/platform/davinc
From: Wei Yongjun
Fix to return -ENODEV in the subdevice register error handling
case instead of 0, as done elsewhere in this function.
Signed-off-by: Wei Yongjun
---
drivers/media/platform/davinci/vpif_display.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/platform/davinc
From: Wei Yongjun
Fix to return a negative error code in the vb2_dma_contig_init_ctx()
error handling case instead of 0, as done elsewhere in this function.
Also vb2_dma_contig_init_ctx() return ERR_PTR() in case of error and
never return NULL, so use IS_ERR() replace IS_ERR_OR_NULL().
Signed-of
From: Wei Yongjun
Fix to return -EINVAL in the get kernel address error handling
case instead of 0, as done elsewhere in this function.
Signed-off-by: Wei Yongjun
---
drivers/media/v4l2-core/videobuf2-core.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/media/v
From: Lad, Prabhakar
add OF support for the mt9p031 sensor driver.
Alongside this patch sorts the header inclusion alphabetically.
Signed-off-by: Lad, Prabhakar
Cc: Hans Verkuil
Cc: Laurent Pinchart
Cc: Mauro Carvalho Chehab
Cc: Guennadi Liakhovetski
Cc: Sylwester Nawrocki
Cc: Sakari Ailus
- Roberto
mem.patch
Description: Binary data
Hi Mauro,
The following are couple bug fixes for the Samsung SoC camera and sensor
drivers.
I have included also a patch correcting the Exynos FIMC-LITE device DT
binding documentation, so as to avoid confusing any board integrators
trying to write .dts files including support for those devices.
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: Sun May 12 19:00:27 CEST 2013
git branch: test
git hash: 02615ed5e1b2283db2495af3cf8f4ee172c77d80
gcc versi
Hi Sakari,
Ok I will review code looking for memory leaks.
Thank you for the tip.
- Roberto
On Sun, May 12, 2013 at 4:17 AM, Sakari Ailus wrote:
> Hi Roberto,
>
> On Sat, May 11, 2013 at 12:53:29PM -0300, Roberto Alcântara wrote:
>> Signed-off-by: Roberto Alcantara
>>
>> diff --git a/driver
Hi there!
I got one of these Hauppauge HVR-930C HD. They seem not to be
supported by the kernel so far. Is there anyone working on the Si2169
support (afaik the demodulator is the only problem)?
If not does anyone have a "programmers manual" from SiLabs? The
datasheet I found isn't worth
Hello,
Reading I&Q data from frontend and generation PNG image was added.
Linux kernel (v4l subsystem) should be patched. DTV_READ_IQ and
.read_iq added.
Here is a description with some images obtained from real environment:
http://www.linuxtv.org/wiki/index.php/Dvb_constellation
Currently .read
On 10.05.2013 21:39, Sakari Ailus wrote:
Hi Soeren,
Thanks for the patch!
On Sun, Apr 14, 2013 at 11:03:42AM +0200, Soeren Moch wrote:
In dvb_ringbuffer lock-less synchronizationof reader and writer threads is done
with separateread and write pointers. Since dvb_ringbuffer_flush() modifies the
Hi Javier,
My apologies for the late reply.
On Mon, Jan 21, 2013 at 12:20:23PM +0100, javier Martin wrote:
> Hi,
> ov7670 and ov7675 sensors have the possibility of querying the average
> value of the Y/Cb components of the image reading a register. This
> could be useful for applications such as
Hi Roberto,
On Sat, May 11, 2013 at 12:53:29PM -0300, Roberto Alcântara wrote:
> Signed-off-by: Roberto Alcantara
>
> diff --git a/drivers/media/common/siano/smscoreapi.c
> b/drivers/media/common/siano/smscoreapi.c
> index 45ac9ee..dbe9b4d 100644
> --- a/drivers/media/common/siano/smscoreapi.c
>
20 matches
Mail list logo