Re: [PATCH] af9015: fix i2c failures for dual-tuner devices

2012-03-07 Thread poma
On 22.01.2012 22:13, Gordon Hecker wrote: > The i2c failures were caused by enabling both i2c gates > at the same time while putting the tuners asleep. > > This patch removes the init() and sleep() callbacks from the tuner, > to prevent frontend.c from calling > i2c_gate_ctrl > tuner init / sl

[PATCH] af9015: fix i2c failures for dual-tuner devices

2012-01-22 Thread Gordon Hecker
The i2c failures were caused by enabling both i2c gates at the same time while putting the tuners asleep. This patch removes the init() and sleep() callbacks from the tuner, to prevent frontend.c from calling i2c_gate_ctrl tuner init / sleep i2c_gate_ctrl without holding the lock. tuner init