]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] LifeView FlyTV Platinum FM: GPIO usage
authorPeter Missel <peter.missel@onlinehome.de>
Sun, 1 May 2005 15:59:05 +0000 (08:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:59:05 +0000 (08:59 -0700)
commit6c9e7376bed151d1655c12d2d5f5cc96bfb83dbd
treef165da2f8328183cdae502f5d11067d38b657f96
parent0c8b971ebb21dc33271c38d17fd58b8072009dc5
[PATCH] LifeView FlyTV Platinum FM: GPIO usage

This is take two of a patch that should have appeared two days ago, before
yesterday's "remote control" patch for the same card.

This patch sets unconnected GPIO to Output to keep them from floating (just
good driver writing practice, being nice to the chip), and uses GPIO16 to
switch TV vs.  FM - this pin switches inputs onto the tuner, as well as the
audio output from the tuner into the 7135 SIF input.  Consequently, FM
radio support is being un-commented because it's now working (sort of, see
below).

These two patches get the card almost fully operational; there appears to
be a bug in tda8290.c remaining that puts an offset onto the tuned
frequency in FM radio mode.  We're investigating.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/video/saa7134/saa7134-cards.c