06 Jan, 2012

1 commit


11 Dec, 2011

1 commit


04 Nov, 2011

9 commits


28 Jul, 2011

5 commits


20 May, 2011

2 commits


23 Mar, 2011

1 commit


22 Mar, 2011

3 commits


31 Dec, 2010

1 commit


21 Oct, 2010

1 commit


03 Aug, 2010

1 commit


01 Jun, 2010

1 commit

  • enum_mbus_fmt received an index argument that was defined as an int instead
    of an unsigned int. This is now fixed. This had the knock-on effect that the
    index argument in the callback get_formats in soc_camera.h also had to be
    changed to unsigned int.

    Signed-off-by: Hans Verkuil
    Acked-by: Guennadi Liakhovetski
    Signed-off-by: Mauro Carvalho Chehab

    Hans Verkuil
     

18 May, 2010

2 commits

  • To save power soc-camera powers subdevices down, when they are not in use,
    if this is supported by the platform. However, the V4L standard dictates,
    that video nodes shall preserve configuration between uses. This requires
    runtime power management, which is implemented by this patch. It allows
    subdevice drivers to specify their runtime power-management methods, by
    assigning a type to the video device.

    Signed-off-by: Guennadi Liakhovetski
    Signed-off-by: Mauro Carvalho Chehab

    Mauro Carvalho Chehab
     
  • …s to struct v4l2_rect elements. They are signed, so adjust the prototype accordingly

    This will remove the following sparse warning (see "make C=1"):

    * incorrect type in argument 1 (different signedness)
    expected unsigned int *start
    got signed int *<noident>

    as well as a couple more signedness mismatches.

    Signed-off-by: Márton Németh <nm127@freemail.hu>
    Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

    Márton Németh
     

27 Feb, 2010

1 commit


16 Dec, 2009

4 commits


19 Sep, 2009

7 commits