1. 22 7月, 2014 1 次提交
  2. 15 7月, 2014 7 次提交
  3. 05 7月, 2014 1 次提交
  4. 26 5月, 2014 5 次提交
  5. 23 4月, 2014 3 次提交
  6. 17 4月, 2014 1 次提交
  7. 07 4月, 2014 1 次提交
  8. 06 4月, 2014 1 次提交
  9. 25 3月, 2014 1 次提交
    • A
      [media] e4000: make VIDEO_V4L2 dependency optional · 320c6387
      Antti Palosaari 提交于
      That tuner driver is mainly for DVB API, but there is some V4L2 API
      controls for SDR usage. Make driver compile conditional so that V4L2
      is not mandatory. Without the V4L2 support driver is build as a DVB
      only, without SDR controls.
      
      Fixes following errors reported by kbuild test robot:
      ERROR: "v4l2_ctrl_auto_cluster" [drivers/media/tuners/e4000.ko] undefined!
      ERROR: "v4l2_ctrl_new_std" [drivers/media/tuners/e4000.ko] undefined!
      ERROR: "v4l2_ctrl_handler_init_class" [drivers/media/tuners/e4000.ko] undefined!
      ERROR: "v4l2_ctrl_handler_free" [drivers/media/tuners/e4000.ko] undefined!
      Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
      Cc: Hans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NAntti Palosaari <crope@iki.fi>
      Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
      320c6387
  10. 15 3月, 2014 1 次提交
  11. 14 3月, 2014 7 次提交
  12. 06 3月, 2014 1 次提交
    • A
      [media] xc2028: silence compiler warnings · 96a5b3a8
      Antti Palosaari 提交于
      There is now new tuner types which are not handled on that switch-case.
      Print error if unknown tuner type is meet.
      
      drivers/media/tuners/tuner-xc2028.c: In function ‘generic_set_freq’:
      drivers/media/tuners/tuner-xc2028.c:1037:2: warning: enumeration value ‘V4L2_TUNER_ADC’ not handled in switch [-Wswitch]
        switch (new_type) {
        ^
      drivers/media/tuners/tuner-xc2028.c:1037:2: warning: enumeration value ‘V4L2_TUNER_RF’ not handled in switch [-Wswitch]
      
      Cc: Mauro Carvalho Chehab <m.chehab@samsung.com>
      Signed-off-by: NAntti Palosaari <crope@iki.fi>
      Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
      96a5b3a8
  13. 05 3月, 2014 1 次提交
  14. 07 2月, 2014 1 次提交
  15. 10 1月, 2014 2 次提交
    • M
      [media] tuner-xc2028: Don't read status if device is powered down · 2276bf70
      Mauro Carvalho Chehab 提交于
      That removes those timeout errors:
      
      [ 3675.930940] xc2028 19-0061: Device is Xceive 3028 version 1.0, firmware version 2.7
      [ 3676.060487] xc2028 19-0061: divisor= 00 00 8d d0 (freq=567.250)
      [ 3676.349449] xc2028 19-0061: Putting xc2028/3028 into poweroff mode.
      [ 3698.247645] xc2028 19-0061: xc2028_get_reg 0002 called
      [ 3698.253276] em2860 #0: I2C transfer timeout on writing to addr 0xc2
      [ 3698.253301] xc2028 19-0061: i2c input error: rc = -121 (should be 2)
      [ 3698.253327] xc2028 19-0061: xc2028_signal called
      [ 3698.253339] xc2028 19-0061: xc2028_get_reg 0002 called
      [ 3698.259283] em2860 #0: I2C transfer timeout on writing to addr 0xc2
      [ 3698.259312] xc2028 19-0061: i2c input error: rc = -121 (should be 2)
      Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
      2276bf70
    • M
      [media] tuner-xc2028: Don't try to sleep twice · ebf044f4
      Mauro Carvalho Chehab 提交于
      Only send a power down command for the device if it is not already
      in power down state. That prevents a timeout when trying to talk
      with the device.
      Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
      ebf044f4
  16. 07 1月, 2014 1 次提交
  17. 05 1月, 2014 1 次提交
  18. 19 12月, 2013 4 次提交