1. 20 7月, 2008 1 次提交
  2. 19 5月, 2008 1 次提交
    • J
      i2c: Convert remaining new-style drivers to use module aliasing · af294867
      Jean Delvare 提交于
      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: NJean Delvare <khali@linux-fr.org>
      af294867
  3. 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
  4. 25 4月, 2008 1 次提交
  5. 26 1月, 2008 3 次提交
  6. 10 10月, 2007 2 次提交
  7. 20 7月, 2007 1 次提交
  8. 19 7月, 2007 1 次提交
  9. 28 4月, 2007 1 次提交
  10. 27 3月, 2007 2 次提交
  11. 28 12月, 2006 2 次提交
  12. 08 12月, 2006 1 次提交
  13. 04 10月, 2006 1 次提交
  14. 30 7月, 2006 1 次提交
  15. 25 6月, 2006 2 次提交
  16. 02 4月, 2006 4 次提交
  17. 25 3月, 2006 8 次提交
  18. 24 1月, 2006 1 次提交
  19. 23 1月, 2006 1 次提交
  20. 16 1月, 2006 1 次提交
  21. 14 1月, 2006 1 次提交
  22. 12 1月, 2006 1 次提交
  23. 10 1月, 2006 2 次提交
    • H
      V4L/DVB (3326): Fix stereo and standard reporting of msp3400 (esp. for radio) · 5af0c8f6
      Hans Verkuil 提交于
      - Add VIDIOC_LOG_STATUS to the radio device ioctl list.
      - Reduce the confusion between modes and standards
      - Fix stereo reporting for radio.
      - Don't set i2c configuration if the chip doesn't support it.
      - Fix reporting of current standard for radio.
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@brturbo.com.br>
      5af0c8f6
    • H
      V4L/DVB (3324): msp3400 audio handling bug fixes. · d312a46e
      Hans Verkuil 提交于
      - Check capabilities for audio settings (volume, balance,
      bass, treble, loudness, mute)
      - added loudness support
      - added missing VIDEO_AUDIO_BALANCE flags for v4l1 compatibility
      - do not call msp_any_detect_stereo for non-autoselect chips to
      retrieve the current stereo setting: that will temporarily mute
      the sound. It is only needed when the stereo mode might be
      changed, and for autoselect msp processors that do not periodically
      need to update their stereo setting.
      - do not wake up the thread if the standard did not change. Prevents
      temporary audio drop-out if the standard is set to the same value.
      - fix confused stereo detect code where V4L2_TUNER_SUB_STEREO and
      V4L2_TUNER_MODE_STEREO values were used incorrectly.
      - stereo mode reporting was broken (v4l2 value used to index a
      string array expecting v4l1 mode values).
      - do not set dsp register 0x30 in the 3410d thread: that register
      does not exist for pre-'G' revision msp chips.
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@brturbo.com.br>
      d312a46e