Return the error code if video_enable() and VIDIOC_STREAMON
fails.
Signed-off-by: Tuukka Toivonen
---
yavta.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/yavta.c b/yavta.c
index b627725..3d80d3c 100644
--- a/yavta.c
+++ b/yavta.c
@@ -1708,7 +1708,9 @@ static int video_
Hi,
Thanks for your feedback.
On Saturday, December 12, 2015 17:40:07 Laurent Pinchart wrote:
> I wonder if there's really a point calling video_free_buffers() in the
> error case. The function will return an error causing the caller to
> close the device, which will free the buffers. There are o
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: Mon Dec 14 04:00:22 CET 2015
git branch: test
git hash: 52d60eb7e6d6429a766ea1b8f67e01c3b2dcd3c5
gcc versio
On 12/14/2015 1:53 AM, Laurent Pinchart wrote:
Hello Khiem,
On Friday 11 December 2015 15:43:27 Khiem Nguyen wrote:
On 12/6/2015 5:54 AM, Laurent Pinchart wrote:
On Saturday 05 December 2015 11:57:49 Geert Uytterhoeven wrote:
On Sat, Dec 5, 2015 at 3:12 AM, Laurent Pinchart wrote:
This patch
Hi Hans,
Thank you for the patch.
On Thursday 10 December 2015 11:44:43 Hans Verkuil wrote:
> If libudev is not available (android!),
It's time for Android to grow up and get rid of their LGPL hatred... That
might actually happen as a result of the Chrome/Android merge that seems to be
planned
Hi Marek,
Thank you for the patches.
On Wednesday 09 December 2015 14:58:15 Marek Szyprowski wrote:
> Hello,
>
> This patchset finally perform cleanup of custom code in s5p-mfc codec
> driver. The first part is removal of custom, driver specific code for
> intializing and handling of reserved me
Hi Ulrich,
Thank you for the patch.
On Friday 11 December 2015 17:04:28 Ulrich Hecht wrote:
> When probed from device tree, the i2c client driver can handle the
> interrupt on its own.
>
> Signed-off-by: Ulrich Hecht
> ---
> drivers/media/i2c/adv7604.c | 24 ++--
> 1 file c
Hi Ulrich,
Thank you for the patch.
On Friday 11 December 2015 17:04:52 Ulrich Hecht wrote:
> Used by the rcar_vin driver.
>
> Signed-off-by: Ulrich Hecht
> ---
> drivers/media/i2c/adv7604.c | 17 +
> 1 file changed, 17 insertions(+)
>
> diff --git a/drivers/media/i2c/adv7604.
Hi Hans,
On Friday 11 December 2015 17:25:40 Hans Verkuil wrote:
> On 12/11/2015 05:04 PM, Ulrich Hecht wrote:
> > Hi!
> >
> > The rcar_vin driver relies on these methods. The third patch makes sure
> > that they return up-to-date data if the input signal has changed since
> > initialization.
>
Hello Khiem,
On Friday 11 December 2015 15:43:27 Khiem Nguyen wrote:
> On 12/6/2015 5:54 AM, Laurent Pinchart wrote:
> > On Saturday 05 December 2015 11:57:49 Geert Uytterhoeven wrote:
> >> On Sat, Dec 5, 2015 at 3:12 AM, Laurent Pinchart wrote:
> >>> This patch set adds support for the Renesas R-
Hi Ulrich,
Thank you for the patch.
On Friday 11 December 2015 17:04:51 Ulrich Hecht wrote:
> The rcar_vin driver relies on this.
>
> Signed-off-by: Ulrich Hecht
> ---
> drivers/media/i2c/adv7604.c | 12
> 1 file changed, 12 insertions(+)
>
> diff --git a/drivers/media/i2c/adv760
Hi Ulrich,
Thank you for the patch.
On Friday 11 December 2015 17:04:53 Ulrich Hecht wrote:
> Without this, g_crop will always return the boot-time state.
>
> Signed-off-by: Ulrich Hecht
> ---
> drivers/media/i2c/adv7604.c | 9 +
> 1 file changed, 9 insertions(+)
>
> diff --git a/driv
Hi Sakari,
On Wednesday 09 December 2015 13:07:40 Sakari Ailus wrote:
> On Wed, Dec 09, 2015 at 01:11:12AM +0200, Laurent Pinchart wrote:
> > On Tuesday 08 December 2015 17:29:16 Sakari Ailus wrote:
> > > On Mon, Dec 07, 2015 at 10:45:39AM +0200, Laurent Pinchart wrote:
> > > > From: Gjorgji Rosik
Hi Sakari,
Thank you for the patch.
On Wednesday 09 December 2015 17:14:47 Sakari Ailus wrote:
> The length of the string was ignored, making it possible for the
> conversion to fail due to extra characters in the string.
I'm not sure to follow you there. Is the issue that passing a string such
Hi Sakari,
On Tuesday 08 December 2015 17:15:14 Sakari Ailus wrote:
> Instead of manually adding each and every new media bus pixel code to
> libv4l2subdev, generate the list automatically. The pre-existing formats
> that do not match the list are not modified so that existing users are
> unaffect
Hi Marek,
Thank you for the patch.
On Wednesday 09 December 2015 14:58:19 Marek Szyprowski wrote:
> Add a helper function for device drivers to set DMA's max_seg_size.
> Setting it to largest possible value lets DMA-mapping API always create
> contiguous mappings in DMA address space. This is ess
Hi Sakari,
Thank you for the patch.
On Tuesday 08 December 2015 17:15:15 Sakari Ailus wrote:
> Also mark which format definitions are compat definitions for the
> pre-existing codes. This way we don't end up listing the same formats
> twice.
Wouldn't it be easier to add a function to return the
Em Mon, 14 Dec 2015 00:12:08 +0200
Sakari Ailus escreveu:
> Hi Mauro,
>
> Thanks for the comments!
>
> Mauro Carvalho Chehab wrote:
> > Hi Sakari,
> >
> > Em Sun, 29 Nov 2015 21:20:04 +0200
> > Sakari Ailus escreveu:
> >
> >> From: Sakari Ailus
> >>
> >> This is useful in e.g. knowing wheth
Hi Mauro,
Thanks for the comments!
Mauro Carvalho Chehab wrote:
> Hi Sakari,
>
> Em Sun, 29 Nov 2015 21:20:04 +0200
> Sakari Ailus escreveu:
>
>> From: Sakari Ailus
>>
>> This is useful in e.g. knowing whether certain operations have already
>> been performed for an entity. The users include
On 12/13/2015 06:27 PM, Yoshihiro Kaneko wrote:
From: Yoshihiko Mori
Add chip identification for R-Car Gen3.
Signed-off-by: Yoshihiko Mori
Signed-off-by: Yoshihiro Kaneko
[...]
diff --git a/drivers/media/platform/soc_camera/rcar_vin.c
b/drivers/media/platform/soc_camera/rcar_vin.c
index
Hello,
I have investigated a little further and it looks like the af9015 is not
working correctly with any linux kernels (32 or 64 bits) >= 3, although
it seems to be recognised (firmware uploaded).
Any idea about how to debug the thing ?
OD
Message transféré
> De: oddebian
>
From: Yoshihiko Mori
Add chip identification for R-Car Gen3.
Signed-off-by: Yoshihiko Mori
Signed-off-by: Yoshihiro Kaneko
---
This patch is against master branch of linuxtv.org/media_tree.git.
Documentation/devicetree/bindings/media/rcar_vin.txt | 1 +
drivers/media/platform/soc_camera/rca
Em Fri, 11 Dec 2015 19:05:22 -0200
Mauro Carvalho Chehab escreveu:
> Em Thu, 10 Dec 2015 18:34:11 -0200
> Mauro Carvalho Chehab escreveu:
>
> > Hi,
> >
> > I've been working during this week to address the issues pointed during
> > the Media Controller really long review process. We should avo
As we're using the headers file only for documentation, move the
two kernel-doc macros to the header, and fix it to avoid
warnings.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/media-devnode.c | 24
include/media/media-devnode.h | 27 +++
Add kernel-doc documentation for media_device_get_devres and
media_device_find_devres.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/media-device.c | 7 ---
include/media/media-device.h | 22 ++
2 files changed, 22 insertions(+), 7 deletions(-)
diff --git a/dri
Add a basic documentation for most ancillary functions.
Signed-off-by: Mauro Carvalho Chehab
---
include/media/media-entity.h | 58 +++-
1 file changed, 57 insertions(+), 1 deletion(-)
diff --git a/include/media/media-entity.h b/include/media/media-entity
There is one struct and two functions that were not documented.
Add the corresponding kernel-doc documentation for them.
Signed-off-by: Mauro Carvalho Chehab
---
include/media/media-devnode.h | 27 ++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/include/
27 matches
Mail list logo