30 Mar, 2009

1 commit


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

1 commit


02 Aug, 2008

1 commit

  • Some module parameters with only one line have the '\n' at the end of the
    description. This is not needed nor wanted as after the description the
    type (i.e. int) is followed by a newline.

    Some modules contain a multi-line description, these are not affected
    by this patch.

    Signed-off-by: Niels de Vos
    Acked-by: Randy Dunlap
    Cc: John W. Linville
    Cc: Ed L. Cashin
    Cc: Dave Airlie
    Cc: Roland Dreier
    Acked-by: Mauro Carvalho Chehab
    Cc: Jeff Garzik
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Niels de Vos
     

27 Jul, 2008

1 commit


20 Jul, 2008

1 commit


19 May, 2008

1 commit

  • Update all the remaining new-style i2c drivers to use standard module
    aliasing instead of the old driver_name/type driver matching scheme.

    Note that the tuner driver is a bit quirky at the moment, as it
    overwrites i2c_client.name with arbitrary strings. We write "tuner"
    back on remove, to make sure that driver cycling will work properly,
    but there may still be troublesome corner cases.

    Signed-off-by: Jean Delvare

    Jean Delvare
     

30 Apr, 2008

1 commit

  • Based on earlier work by Jon Smirl and Jochen Friedrich.

    This patch allows new-style i2c chip drivers to have alias names using
    the official kernel aliasing system and MODULE_DEVICE_TABLE(). At this
    point, the old i2c driver binding scheme (driver_name/type) is still
    supported.

    Signed-off-by: Jean Delvare
    Cc: Jochen Friedrich
    Cc: Jon Smirl
    Cc: Kay Sievers

    Jean Delvare
     

26 Jan, 2008

3 commits


28 Apr, 2007

1 commit


25 Mar, 2006

2 commits

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

    Hans Verkuil
     
  • Cleanup audio input handling in bttv and tvaudio:
    - inputs were specified that were never used
    - mute was handled as a special input which led to confusing code
    - confusing naming made it difficult to see if the setting was for
    i2c or gpio.
    The old audiochip.h input names moved to tvaudio.h. Currently this
    is used both by tvaudio and msp3400 until the msp3400 implements the
    new msp3400-specific inputs.
    Detect in bttv the tvaudio and msp3400 i2c clients and use these
    client pointers to set the inputs directly instead of broadcasting the
    command.
    Removed AUDC_SET_INPUT. Now replaced by VIDIOC_S_AUDIO. This will be
    replaced again later by the new ROUTING commands.
    Removed VIDIOC_G_AUDIO implementations in i2c drivers: this command is
    a user level command and not to be used internally. It wasn't called at
    all anyway.

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

    Hans Verkuil
     

12 Jan, 2006

2 commits


10 Jan, 2006

3 commits


06 Jan, 2006

4 commits


09 Nov, 2005

2 commits