1. 04 12月, 2014 1 次提交
  2. 24 9月, 2014 1 次提交
  3. 07 10月, 2012 1 次提交
    • M
      [media] tda18271-common: hold the I2C adapter during write transfers · 78ef81f6
      Mauro Carvalho Chehab 提交于
      The tda18271 datasheet says:
      	"The image rejection calibration and RF tracking filter
      	 calibration must be launched exactly as described in the
      	 flowchart, otherwise bad calibration or even blocking of the
      	 TDA18211HD can result making it impossible to communicate
      	 via the I2C-bus."
      (yeah, tda18271 refers there to tda18211 - likely a typo at their
       datasheets)
      That likely explains why sometimes tda18271 stops answering. That
      is now happening more often on designs with drx-k chips, as the
      firmware is now loaded asyncrousnly there.
      While the above text doesn't explicitly tell that the I2C bus
      couldn't be used by other devices during such initialization,
      that seems to be a requirement there.
      So, let's explicitly use the I2C lock there, avoiding I2C bus
      share during those critical moments.
      Compile-tested only. Please test.
      Acked-by: NMichael Krufky <mkrufky@linuxtv.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      78ef81f6
  4. 24 9月, 2012 1 次提交
  5. 14 8月, 2012 1 次提交
  6. 27 8月, 2011 1 次提交
    • J
      [media] tda18271: Use printk extension %pV · be85fefe
      Joe Perches 提交于
      Deduplicate printk formats to save ~20KB text.
      
      $ size drivers/media/common/tuners/tda18271*o.*
         text	   data	    bss	    dec	    hex	filename
        10747	     56	   1920	  12723	   31b3	drivers/media/common/tuners/tda18271-common.o.new
        18889	     56	   3112	  22057	   5629	drivers/media/common/tuners/tda18271-common.o.old
        20561	    204	   4264	  25029	   61c5	drivers/media/common/tuners/tda18271-fe.o.new
        31093	    204	   6000	  37297	   91b1	drivers/media/common/tuners/tda18271-fe.o.old
         3681	   6760	    440	  10881	   2a81	drivers/media/common/tuners/tda18271-maps.o.new
         5631	   6760	    680	  13071	   330f	drivers/media/common/tuners/tda18271-maps.o.old
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      be85fefe
  7. 19 4月, 2011 1 次提交
  8. 28 10月, 2010 1 次提交
  9. 21 10月, 2010 1 次提交
  10. 06 12月, 2009 1 次提交
  11. 19 9月, 2009 1 次提交
  12. 30 3月, 2009 1 次提交
  13. 27 6月, 2008 1 次提交
  14. 05 6月, 2008 1 次提交
  15. 14 5月, 2008 3 次提交
  16. 30 4月, 2008 1 次提交
  17. 25 4月, 2008 4 次提交
  18. 18 2月, 2008 1 次提交
  19. 26 1月, 2008 3 次提交