aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-06V4L/DVB (11364): tuner: remove i2c legacy code.Hans Verkuil1-55/+17
2009-03-30V4L/DVB (11312): tuner: remove V4L1 code from this driver.Hans Verkuil1-129/+0
2009-03-30V4L/DVB (11311): v4l: replace 'ioctl' references in v4l i2c driversHans Verkuil1-10/+7
2009-03-30V4L/DVB (11251): tuner: prevent invalid initialization of t->config in set_typeMichael Krufky1-1/+2
2009-03-30V4L/DVB (11059): xc5000: fix bug for hybrid xc5000 devices with IF other than 5380Devin Heitmueller1-1/+2
2009-01-02V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil1-1/+1
2008-12-30V4L/DVB (9960): v4l2-subdev: ioctl ops should use unsigned for cmd arg.Hans Verkuil1-1/+1
2008-12-30V4L/DVB (9939): tuner: fix tuner_ioctl compile error if V4L1 ioctls are disabled.Hans Verkuil1-0/+2
2008-12-30V4L/DVB (9925): tuner-core: add debug msg's when asking tuner to sleepMauro Carvalho Chehab1-0/+4
2008-12-30V4L/DVB (9829): tuner: convert to v4l2_subdev.Hans Verkuil1-162/+229
2008-10-12V4L/DVB (9049): convert tuner drivers to use dvb_frontend->callbackMichael Krufky1-7/+3
2008-10-12V4L/DVB (8951): xc5000: dont pass devptr in xc5000_attach()Michael Krufky1-2/+1
2008-07-23V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil1-0/+1
2008-07-20v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil1-1/+0
2008-06-05V4L/DVB (7905): check_v4l2 should return -EINVAL on errorMarcin Slusarz1-5/+5
2008-06-05V4L/DVB (7904): v4l/tuner-core: consistent handling of return valuesMarcin Slusarz1-15/+15
2008-05-26tuner: Do not alter i2c_client.nameMichael Krufky1-13/+7
2008-05-18i2c: Convert remaining new-style drivers to use module aliasingJean Delvare1-1/+16
2008-05-14V4L/DVB (7893): xc5000: bug-fix: allow multiple devices in a single systemMichael Krufky1-2/+2
2008-05-14V4L/DVB (7804): tea5767: Fix error logicMauro Carvalho Chehab1-2/+2
2008-05-14V4L/DVB (7802): tuner: Failures at tuner_attach were producing OOPSMauro Carvalho Chehab1-15/+13
2008-05-14V4L/DVB (7800): tuner_symbol_probe(): don't do symbol_put() if symbol_request() failedAndrew Morton1-1/+1
2008-04-29V4L/DVB (7789b): Fix merge conflictsMauro Carvalho Chehab1-1/+1
2008-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-45/+79
2008-04-29V4L/DVB (7789): tuner: remove static dependencies on analog tuner sub-modulesMichael Krufky1-43/+75
2008-04-29Rename common tuner Kconfig names to use the sameMauro Carvalho Chehab1-1/+1
2008-04-29V4L/DVB (7752): tuner-core: add a missing \n after a debug printkMauro Carvalho Chehab1-1/+3
2008-04-29i2c: Add support for device alias namesJean Delvare1-1/+2
2008-04-26V4L/DVB (7748): tuner-core: some adjustments at tuner logs, if debug enabledMauro Carvalho Chehab1-46/+46
2008-04-24V4L/DVB (7728): tea5761: bugzilla #10462: tea5761 autodetection code were brokenMauro Carvalho Chehab1-3/+3
2008-04-24V4L/DVB (7584): Fix build that occurs when CONFIG_VIDEO_PMS=y and VIDEO_V4L2_COMMON=mMauro Carvalho Chehab1-1/+1
2008-04-24V4L/DVB (7399): Removes video_dev from tuner-xc2028 config structMauro Carvalho Chehab1-1/+0
2008-04-24V4L/DVB (7393): tda827x: fixed support of tuners with LNAHartmut Hackmann1-1/+1
2008-04-24V4L/DVB (7128): tuner: properly handle failed calls to simple_tuner_attachMichael Krufky1-8/+18
2008-04-24V4L/DVB (7127): tuner: remove dependency of tuner-core on tuner-typesMichael Krufky1-8/+3
2008-04-24V4L/DVB (7126): tuner: move tuner type ID check to simple_tuner_attachMichael Krufky1-5/+0
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-3/+3
2008-02-18V4L/DVB (7102): make tuner-core.c:tuner_list staticAdrian Bunk1-1/+1
2008-01-25V4L/DVB (7056): tuner: suppress obsolete tuner i2c address warning for XC5000 tunersMichael Krufky1-0/+6
2008-01-25V4L/DVB (7045): xc5000: Small amount of cleanup and commentingSteven Toth1-1/+1
2008-01-25V4L/DVB (7042): xc5000: Tuner analog supportSteven Toth1-0/+20
2008-01-25V4L/DVB (6953): Fix radio set frequency logicMauro Carvalho Chehab1-1/+1
2008-01-25V4L/DVB (6920): tuner: fix backwards logic in check for set_configMichael Krufky1-3/+2
2008-01-25V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_frontendMichael Krufky1-52/+47
2008-01-25V4L/DVB (6880): kill tuner-driver.hMichael Krufky1-1/+0
2008-01-25V4L/DVB (6844): tuner: remove struct tuner from tuner-driver.hMichael Krufky1-0/+21
2008-01-25V4L/DVB (6842): tda9887: remove dependency on struct tunerMichael Krufky1-1/+1
2008-01-25V4L/DVB (6840): tuner: convert tda9887 to use TUNER_SET_CONFIGMichael Krufky1-9/+3
2008-01-25V4L/DVB (6839): tuner: add set_config to struct analog_tuner_opsMichael Krufky1-0/+14
2008-01-25V4L/DVB (6787): tuner: bug-fix: default mode was set to bogus valueMichael Krufky1-3/+3