Skip to content
  • Trent Piepho's avatar
    V4L/DVB (5363): Dvb: Remove lgh06xf driver · 6bdcc6e6
    Trent Piepho authored
    
    
    The code of the dvb-pll driver and the lgh06xf driver is nearly
    identical.  The main difference is that the lgh06xf driver would set the
    AGC TOP value on every tune call.  The dvb-pll driver now has the ability
    to set the AGC TOP when the front-end device is opened, which is a better
    way to go about it.  By using this ability of dvb-pll, the lgh06xf driver
    is made unnecessary.
    
    There is one other difference.  dvb-pll will probe for the presence of an
    I2C pll chip by doing a one byte read, the lgh06xf driver did not do
    this.  In some devices the PLL is not reachable over I2C at the timer the
    tuner is attached.  Some more initialization, such as firmware loading,
    must take place first.  None of the devices using a LG-H06xF should have
    this problem.
    
    Signed-off-by: default avatarTrent Piepho <xyzzy@speakeasy.org>
    Acked-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
    6bdcc6e6