[media] au0828: improve I2C speed
commitcfd0c77d0830d33288e9da17aa10db3a61de601a
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 25 Jul 2014 17:02:14 +0000 (25 14:02 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 30 Jul 2014 18:44:25 +0000 (30 15:44 -0300)
tree5c5bdd468bc6a3b7c7f4ddba3fed70c4e8d9743e
parent7f196789b3ffee243b681d3e7dab8890038db856
[media] au0828: improve I2C speed

Commits 21dc61d3c0a4 and 7a1dd50b89d4 reduced the board I2C
speed to 20 MHz by default, due to a I2C stretch issue:
while xc5000 uses i2c stretch when a command is sent to it,
au0828 doesn't support this feature.

However, this is needed only for Xceive tuners. The other
I2C devices can work at the max speed.

So, revert the workarounds at board level, handling it at
I2C level, only when talking with xc5000.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/au0828/au0828-cards.c
drivers/media/usb/au0828/au0828-i2c.c