1. 07 2月, 2014 1 次提交
  2. 31 10月, 2013 1 次提交
    • A
      [media] r820t: add support for R828D · 7315b933
      Antti Palosaari 提交于
      Small changes in order to support tuner version R828D @ 16 MHz clock.
      There was 'vco_fine_tune' check, which seems to adjust synthesizer
      output divider (mixer dix / LO div / Rout) by one. R828D seems to
      return vco_fine_tune=1 every time and that condition causes tuning
      fail as output divider was increased by one.
      Resolve problem by skipping whole condition in case of R828D tuner.
      Just to mention, other tuner, R820T, seems to return 2 here.
      Synthesizer maximum frequency check was hard coded to check synthesizer N
      and thus worked correctly only for clock frequencies around 30 MHz.
      As whole test is quite useless in any case, I removed it totally.
      Signed-off-by: NAntti Palosaari <crope@iki.fi>
      Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
      7315b933
  3. 19 6月, 2013 3 次提交
  4. 09 6月, 2013 1 次提交
  5. 26 4月, 2013 1 次提交
    • M
      [media] r820t: Remove a warning for an unused value · 7063c145
      Mauro Carvalho Chehab 提交于
      Currently, the driver complains about the pre_detect var:
      
      	drivers/media/tuners/r820t.c: In function 'r820t_sysfreq_sel':
      	drivers/media/tuners/r820t.c:722:31: warning: variable 'pre_dect' set but not used [-Wunused-but-set-variable]
      
      While rtl8232 code comments it, perhaps some other driver may use.
      So, the better is to keep the code there, allowing to enable it
      via r820t config data.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      7063c145
  6. 25 4月, 2013 3 次提交
  7. 17 4月, 2013 26 次提交