06 Oct, 2012

3 commits

  • This patch replaces the preset API by the timings API, and
    appropriate changes in board file.

    Signed-off-by: Hans Verkuil
    Signed-off-by: Lad, Prabhakar
    Signed-off-by: Manjunath Hadli
    Acked-by: Sekhar Nori
    Signed-off-by: Mauro Carvalho Chehab

    Hans Verkuil
     
  • As spotted by Dan Carpenter (thanks!), we have
    improperly used an unsigned variable in a calculation that may result in a
    negative number. This may cause an unintended underflow if the interface
    frequency of the tuner is > approx. 40MHz.
    This patch should resolve the issue, following an approach similar to what is
    used in af9013.c.

    [crope@iki.fi: add Reported-by]
    Reported-by: Dan Carpenter
    Signed-off-by: Hans-Frieder Vogt
    Reviewed-by: Antti Palosaari
    Signed-off-by: Antti Palosaari
    Signed-off-by: Mauro Carvalho Chehab

    Hans-Frieder Vogt
     
  • recent patch with commit id 4f996594ceaf6c3f9bc42b40c40b0f7f87b79c86
    which makes vidioc_s_crop const, was causing a following build error.
    vpfe_capture.c: In function 'vpfe_s_crop':
    vpfe_capture.c:1695: error: assignment of read-only location '*crop'
    vpfe_capture.c:1706: warning: passing argument 1 of
    'ccdc_dev->hw_ops.set_image_window' discards qualifiers from pointer target type
    vpfe_capture.c:1706: note: expected 'struct v4l2_rect *' but argument is of
    type 'const struct v4l2_rect *'
    make[4]: *** [drivers/media/platform/davinci/vpfe_capture.o] Error 1

    Signed-off-by: Lad, Prabhakar
    Signed-off-by: Manjunath Hadli
    Acked-by: Hans Verkuil
    Signed-off-by: Mauro Carvalho Chehab

    Lad, Prabhakar
     

03 Oct, 2012

22 commits


02 Oct, 2012

15 commits