27 Feb, 2010

1 commit


16 Dec, 2009

4 commits


19 Sep, 2009

12 commits


17 Jun, 2009

3 commits


30 Mar, 2009

5 commits


03 Jan, 2009

1 commit

  • Since the i2c driver ID will be removed in the near future we have to
    modify the v4l2 debugging API to use the driver name instead of driver ID.

    Note that this API is not used in applications other than v4l2-dbg.cpp
    as it is for debugging and testing only.

    Should anyone use the old VIDIOC_G_CHIP_IDENT, then this will be logged
    with a warning that it is deprecated and will be removed in 2.6.30.

    Signed-off-by: Hans Verkuil
    Signed-off-by: Mauro Carvalho Chehab

    Hans Verkuil
     

30 Dec, 2008

12 commits


12 Oct, 2008

1 commit


06 Aug, 2008

1 commit

  • Add suspend/resume hooks to call soc operation specific
    suspend and resume functions. This ensures the camera
    chip has been previously resumed, as well as the camera
    bus.
    These hooks in camera chip drivers should save/restore
    chip context between suspend and resume time.

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

    Robert Jarzmik