1. 16 Jan, 2012 34 commits
  2. 15 Jan, 2012 3 commits
  3. 11 Jan, 2012 3 commits
    • Mauro Carvalho Chehab's avatar
      mb86a20s: Add a few more register settings at the init seq · ebe96749
      Mauro Carvalho Chehab authored
      Some time ago, Manoel sent us a patch adding more stuff
      to the init sequence. However, his patch were also doing
      non-related stuff, by changing the init logic without
      any good reason. So, it was asked for him to submit a
      patch with just the data that has changed, in order to
      allow us to better analyze it.
      
      As he didn't what it was requested, I finally found some
      time to dig into his init sequence and add it here.
      
      Basically, new stuff is added there. There are a few changes:
      
      1) The removal of the extra (duplicated) logic that puts
         the chip into the serial mode;
      2) Some Viterbi VBER measurement init data was changed from
         0x00 to 0xff for layer A, to match what was done for
         layers B and C.
      
      None of those caused any regressions and both make sense
      on my eyes.
      
      The other parameters additions actually increased the
      tuning quality for some channels. Yet, some channels that
      were previously discovered with scan disappered, while
      others appeared instead. This were tested in Brasilia,
      with an external antena.
      
      At the overall, it is now a little better. So, better to
      add these, and then try to figure out a configuration that
      would get even better scanning results.
      Reported-by: default avatarManoel Pinheiro <pinusdtv@hotmail.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
      ebe96749
    • Mauro Carvalho Chehab's avatar
      mb86a20s: Group registers into the same line · a7025edf
      Mauro Carvalho Chehab authored
      On mb86a20s, some registers have sub-addresses, while others not.
      In order to make easier to compare different settings, group them.
      
      No functional changes in this patch.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
      a7025edf
    • Mauro Carvalho Chehab's avatar
      [media] [PATCH] don't reset the delivery system on DTV_CLEAR · 240ab508
      Mauro Carvalho Chehab authored
      As a DVBv3 application may be relying on the delivery system,
      don't reset it at DTV_CLEAR. For DVBv5 applications, the
      delivery system should be set anyway.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
      240ab508