linux/drivers/media/video/cx88
Mauro Carvalho Chehab 4bf1226a70 V4L/DVB (7749): cx88: fix tuner setup
Tuner setup were happening during i2c attach callback. This means that it would
happen on two conditions:

	1) if tuner module weren't load, it will happen at request_module("tuner");

	2) if tuner is not compiled as a module, or it is already loaded
	   (for example, on setups with more than one tuner), it will happen
	   when cx88 registers I2C bus.

Due to that, if tuner were loaded, tuner setup will happen _before_ reading
the proper values at tuner eeprom. Since set_addr refuses to change for a tuner
that were previously defined (except if the tuner_addr is set), this were making
eeprom tuner detection useless.

This patch removes tuner type setup from cx88-i2c, moving it to the proper
place, after taking eeprom into account.

Reviewed-by: Gert Vervoort <gert.vervoort@hccnet.nl>
Reviewed-by: Ian Pickworth <ian@pickworth.me.uk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2008-04-29 18:41:32 -03:00
..
Kconfig V4L/DVB (7742): cx88: Add support for the DViCO FusionHDTV_7_GOLD digital modes 2008-04-26 09:29:56 -03:00
Makefile V4L/DVB (5166): Remove obsolete alias defines of CONFIG_* settings 2007-02-21 13:35:11 -02:00
cx88-alsa.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb 2008-04-24 11:21:08 -07:00
cx88-blackbird.c V4L/DVB (7733): blackbird_find_mailbox negative return ignored in blackbird_initialize_codec() 2008-04-26 09:10:48 -03:00
cx88-cards.c V4L/DVB (7749): cx88: fix tuner setup 2008-04-29 18:41:32 -03:00
cx88-core.c V4L/DVB (7521): media/video/cx88 replace remaining __FUNCTION__ occurrences 2008-04-24 14:07:59 -03:00
cx88-dvb.c V4L/DVB (7742): cx88: Add support for the DViCO FusionHDTV_7_GOLD digital modes 2008-04-26 09:29:56 -03:00
cx88-i2c.c V4L/DVB (7749): cx88: fix tuner setup 2008-04-29 18:41:32 -03:00
cx88-input.c V4L/DVB (7506): Powercolor Real Angel 330 (remote control support) 2008-04-24 14:07:58 -03:00
cx88-mpeg.c V4L/DVB (7521): media/video/cx88 replace remaining __FUNCTION__ occurrences 2008-04-24 14:07:59 -03:00
cx88-reg.h V4L/DVB (6066): cx88-alsa: Change order of interrupt enabling, fix spurious IRQs 2007-10-09 22:05:55 -03:00
cx88-tvaudio.c V4L/DVB (7521): media/video/cx88 replace remaining __FUNCTION__ occurrences 2008-04-24 14:07:59 -03:00
cx88-vbi.c V4L/DVB (7094): static memory 2008-04-24 13:42:20 -03:00
cx88-video.c V4L/DVB (7463): cx88: Enable color killer by default 2008-04-24 14:07:56 -03:00
cx88-vp3054-i2c.c V4L/DVB (6333): cx88: Change void* card_priv to struct vp3054_i2c_state 2007-10-22 12:01:42 -02:00
cx88-vp3054-i2c.h V4L/DVB (5629): Cx88: VP3054 support can't be a module when cx88 is compiled in 2007-07-18 14:23:11 -03:00
cx88.h V4L/DVB (7451): cx88: Add user control for chroma AGC 2008-04-24 14:07:55 -03:00