aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-core.c
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (11926): tuner-core: fix warning introduced when cleaning up xc5000 i...Devin Heitmueller2009-06-161-2/+0
* V4L/DVB (11799): xc5000: don't load firmware until a tuning request is madeDevin Heitmueller2009-06-161-4/+0
* V4L/DVB (11670): tuner: remove tuner_i2c_address_checkHans Verkuil2009-06-161-27/+0
* V4L/DVB (11372): v4l2: use old-style i2c API for kernels < 2.6.26 instead of ...Hans Verkuil2009-04-061-1/+0
* V4L/DVB (11371): v4l2: remove legacy fields in v4l2-i2c-drv.h.Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11368): v4l2-subdev: move s_standby from core to tuner.Hans Verkuil2009-04-061-2/+2
* V4L/DVB (11364): tuner: remove i2c legacy code.Hans Verkuil2009-04-061-55/+17
* V4L/DVB (11312): tuner: remove V4L1 code from this driver.Hans Verkuil2009-03-301-129/+0
* V4L/DVB (11311): v4l: replace 'ioctl' references in v4l i2c driversHans Verkuil2009-03-301-10/+7
* V4L/DVB (11251): tuner: prevent invalid initialization of t->config in set_typeMichael Krufky2009-03-301-1/+2
* V4L/DVB (11059): xc5000: fix bug for hybrid xc5000 devices with IF other than...Devin Heitmueller2009-03-301-1/+2
* V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil2009-01-021-1/+1
* V4L/DVB (9960): v4l2-subdev: ioctl ops should use unsigned for cmd arg.Hans Verkuil2008-12-301-1/+1
* V4L/DVB (9939): tuner: fix tuner_ioctl compile error if V4L1 ioctls are disab...Hans Verkuil2008-12-301-0/+2
* V4L/DVB (9925): tuner-core: add debug msg's when asking tuner to sleepMauro Carvalho Chehab2008-12-301-0/+4
* V4L/DVB (9829): tuner: convert to v4l2_subdev.Hans Verkuil2008-12-301-162/+229
* V4L/DVB (9049): convert tuner drivers to use dvb_frontend->callbackMichael Krufky2008-10-121-7/+3
* V4L/DVB (8951): xc5000: dont pass devptr in xc5000_attach()Michael Krufky2008-10-121-2/+1
* V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil2008-07-231-0/+1
* v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil2008-07-201-1/+0
* V4L/DVB (7905): check_v4l2 should return -EINVAL on errorMarcin Slusarz2008-06-051-5/+5
* V4L/DVB (7904): v4l/tuner-core: consistent handling of return valuesMarcin Slusarz2008-06-051-15/+15
* tuner: Do not alter i2c_client.nameMichael Krufky2008-05-261-13/+7
* i2c: Convert remaining new-style drivers to use module aliasingJean Delvare2008-05-181-1/+16
* V4L/DVB (7893): xc5000: bug-fix: allow multiple devices in a single systemMichael Krufky2008-05-141-2/+2
* V4L/DVB (7804): tea5767: Fix error logicMauro Carvalho Chehab2008-05-141-2/+2
* V4L/DVB (7802): tuner: Failures at tuner_attach were producing OOPSMauro Carvalho Chehab2008-05-141-15/+13
* V4L/DVB (7800): tuner_symbol_probe(): don't do symbol_put() if symbol_request...Andrew Morton2008-05-141-1/+1
* V4L/DVB (7789b): Fix merge conflictsMauro Carvalho Chehab2008-04-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2008-04-291-45/+79
|\
| * V4L/DVB (7789): tuner: remove static dependencies on analog tuner sub-modulesMichael Krufky2008-04-291-43/+75
| * Rename common tuner Kconfig names to use the sameMauro Carvalho Chehab2008-04-291-1/+1
| * V4L/DVB (7752): tuner-core: add a missing \n after a debug printkMauro Carvalho Chehab2008-04-291-1/+3
* | i2c: Add support for device alias namesJean Delvare2008-04-291-1/+2
|/
* V4L/DVB (7748): tuner-core: some adjustments at tuner logs, if debug enabledMauro Carvalho Chehab2008-04-261-46/+46
* V4L/DVB (7728): tea5761: bugzilla #10462: tea5761 autodetection code were brokenMauro Carvalho Chehab2008-04-241-3/+3
* V4L/DVB (7584): Fix build that occurs when CONFIG_VIDEO_PMS=y and VIDEO_V4L2_...Mauro Carvalho Chehab2008-04-241-1/+1
* V4L/DVB (7399): Removes video_dev from tuner-xc2028 config structMauro Carvalho Chehab2008-04-241-1/+0
* V4L/DVB (7393): tda827x: fixed support of tuners with LNAHartmut Hackmann2008-04-241-1/+1
* V4L/DVB (7128): tuner: properly handle failed calls to simple_tuner_attachMichael Krufky2008-04-241-8/+18
* V4L/DVB (7127): tuner: remove dependency of tuner-core on tuner-typesMichael Krufky2008-04-241-8/+3
* V4L/DVB (7126): tuner: move tuner type ID check to simple_tuner_attachMichael Krufky2008-04-241-5/+0
* V4L/DVB (7094): static memoryDouglas Schilling Landgraf2008-04-241-3/+3
* V4L/DVB (7102): make tuner-core.c:tuner_list staticAdrian Bunk2008-02-181-1/+1
* V4L/DVB (7056): tuner: suppress obsolete tuner i2c address warning for XC5000...Michael Krufky2008-01-251-0/+6
* V4L/DVB (7045): xc5000: Small amount of cleanup and commentingSteven Toth2008-01-251-1/+1
* V4L/DVB (7042): xc5000: Tuner analog supportSteven Toth2008-01-251-0/+20
* V4L/DVB (6953): Fix radio set frequency logicMauro Carvalho Chehab2008-01-251-1/+1
* V4L/DVB (6920): tuner: fix backwards logic in check for set_configMichael Krufky2008-01-251-3/+2