1. 20 6月, 2014 2 次提交
  2. 26 3月, 2013 1 次提交
  3. 14 8月, 2012 1 次提交
  4. 10 8月, 2012 2 次提交
    • D
      [media] au0828: prevent i2c gate from being kept open while in analog mode · 4a03dafc
      Devin Heitmueller 提交于
      The original implementation of the analog support would use an
      i2c_gate_ctrl function when using the digital side of the au8522, but on
      the analog side we would always just force the gate open and leave it
      open all the time.
      
      This can have adverse effects on the xc5000 given the tuner is receiving
      all the spurious i2c traffic (a problem which can be exaggerated due to
      bugs in the au0828 i2c hardware implementation).
      
      Rework the existing hack to only open/close the gate when actually
      talking to the tuner.
      
      This logic might need to be reworked a bit if anybody ever tries to add
      support for a board that has the au0828/au8522 but doesn't have digital
      support implemented (because the i2c_gate_ctrl callback is being set in
      the DVB attach).  However given how few different models are in
      circulation, this can be deferred until such a situation arises (if
      ever).
      Signed-off-by: NDevin Heitmueller <dheitmueller@kernellabs.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      4a03dafc
    • D
      [media] au8522: fix intermittent lockup of analog video decoder · a307cfa5
      Devin Heitmueller 提交于
      It turns up the autodetection for the video standard in the au8522 is
      prone to hanging the chip until a reset is performed.  This condition is
      trivial to reproduce simply by tuning to a station and then rapidly
      unplugging/ replugging the coax feed.
      
      Because we've never claimed to support anything other than NTSC-M, just
      disable the video-standard autodetection logic and force it to always be
      NTSC-M.
      Signed-off-by: NDevin Heitmueller <dheitmueller@kernellabs.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      a307cfa5
  5. 19 4月, 2012 1 次提交
  6. 29 12月, 2010 1 次提交
  7. 18 5月, 2010 1 次提交
  8. 06 12月, 2009 1 次提交
  9. 30 3月, 2009 3 次提交