1. 31 7月, 2012 2 次提交
  2. 25 11月, 2011 1 次提交
    • J
      [media] video: Drop undue references to i2c-algo-bit · a824f0f4
      Jean Delvare 提交于
      There's one comment that has been copied from bttv to many other
      media/video drivers:
      
      /* init + register i2c algo-bit adapter */
      
      Meanwhile, many drivers use hardware I2C implementations instead of
      relying on i2c-algo-bit, so this comment is misleading. Remove the
      reference to "algo-bit" from all drivers, to avoid any confusion. This
      is the best way to ensure that the comments won't go out of sync
      again. Anyone interested in the implementation details would rather
      look at the code itself.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      a824f0f4
  3. 15 10月, 2011 1 次提交
  4. 03 3月, 2011 2 次提交
  5. 12 8月, 2010 1 次提交
  6. 09 8月, 2010 3 次提交
  7. 01 6月, 2010 1 次提交
    • J
      V4L/DVB: FusionHDTV: Use quick reads for I2C IR device probing · 806b07c2
      Jean Delvare 提交于
      IR support on FusionHDTV cards is broken since kernel 2.6.31. One side
      effect of the switch to the standard binding model for IR I2C devices
      was to let i2c-core do the probing instead of the ir-kbd-i2c driver.
      There is a slight difference between the two probe methods: i2c-core
      uses 0-byte writes, while the ir-kbd-i2c was using 0-byte reads. As
      some IR I2C devices only support reads, the new probe method fails to
      detect them.
      
      For now, revert to letting the driver do the probe, using 0-byte
      reads. In the future, i2c-core will be extended to let callers of
      i2c_new_probed_device() provide a custom probing function.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Tested-by: N"Timothy D. Lenz" <tlenz@vorgon.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      806b07c2
  8. 12 9月, 2009 1 次提交
  9. 17 6月, 2009 1 次提交
    • J
      V4L/DVB (11844): ir-kbd-i2c: Switch to the new-style device binding model · c668f32d
      Jean Delvare 提交于
      Let card drivers probe for IR receiver devices and instantiate them if
      found. Ultimately it would be better if we could stop probing
      completely, but I suspect this won't be possible for all card types.
      
      There's certainly room for cleanups. For example, some drivers are
      sharing I2C adapter IDs, so they also had to share the list of I2C
      addresses being probed for an IR receiver. Now that each driver
      explicitly says which addresses should be probed, maybe some addresses
      can be dropped from some drivers.
      
      Also, the special cases in saa7134-i2c should probably be handled on a
      per-board basis. This would be more efficient and less risky than always
      probing extra addresses on all boards. I'll give it a try later.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      c668f32d
  10. 30 3月, 2009 2 次提交
  11. 18 10月, 2008 1 次提交
  12. 04 9月, 2008 1 次提交
  13. 25 4月, 2008 5 次提交
  14. 26 1月, 2008 6 次提交
  15. 14 10月, 2007 1 次提交
  16. 10 10月, 2007 7 次提交