1. 07 4月, 2009 4 次提交
  2. 30 3月, 2009 5 次提交
  3. 03 1月, 2009 1 次提交
  4. 30 12月, 2008 1 次提交
  5. 12 10月, 2008 3 次提交
  6. 24 7月, 2008 2 次提交
  7. 30 4月, 2008 1 次提交
    • J
      i2c: Add support for device alias names · d2653e92
      Jean Delvare 提交于
      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: NJean Delvare <khali@linux-fr.org>
      Cc: Jochen Friedrich <jochen@scram.de>
      Cc: Jon Smirl <jonsmirl@gmail.com>
      Cc: Kay Sievers <kay.sievers@vrfy.org>
      d2653e92
  8. 18 2月, 2008 1 次提交
    • M
      V4L/DVB (7133): Fix Kconfig dependencies · 057596ee
      Mauro Carvalho Chehab 提交于
      As pointed by Adrian Bunk, with I2C=m and VIDEO_DEV=y, videodev brokes.
      
      This patch moves the functions that videodev needs from v4l2-common. It also
      fixes some Kconfig changes.
      
      After this patch, I2C=m / VIDEO_DEV=y will make v4l2 core statically linked
      into kernel. v4l2-common will be m, and all V4L drivers will also be m.
      
      This approach is very conservative, since it is possible to have V4L drivers
      that don't need I2C or v4l2-common. The better is to map what drivers really
      need v4l2-common, making them to select v4l2-common, and allowing the others to
      be 'y', 'm' and 'n'.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      057596ee
  9. 26 1月, 2008 2 次提交
  10. 28 4月, 2007 2 次提交
  11. 01 3月, 2007 1 次提交
  12. 21 2月, 2007 2 次提交
  13. 10 12月, 2006 2 次提交
  14. 26 9月, 2006 3 次提交
  15. 25 6月, 2006 4 次提交
  16. 07 5月, 2006 1 次提交
  17. 04 5月, 2006 1 次提交
  18. 25 3月, 2006 2 次提交
    • H
      V4L/DVB (3582): Implement correct msp3400 input/output routing · 2474ed44
      Hans Verkuil 提交于
      - implement VIDIOC_INT_S_AUDIO_ROUTING for msp3400 and tvaudio
      - use the new command in bttv, pvrusb2 and em28xx.
      - remove the now obsolete MSP_SET_MATRIX from msp3400 (yeah!)
      - remove the obsolete VIDIOC_S_AUDIO from msp3400.
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      2474ed44
    • H
      V4L/DVB (3577): Cleanup audio input handling · 8bf2f8e7
      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: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      8bf2f8e7
  19. 22 3月, 2006 1 次提交
  20. 27 2月, 2006 1 次提交