aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-core.c
Commit message (Expand)AuthorAgeFilesLines
* [media] tuner-core: fix a 2.6.39 regression with mt20xxMauro Carvalho Chehab2011-07-131-4/+12
* [media] tuner-core.c: don't change type field in g_tuner or g_frequencyHans Verkuil2011-07-071-19/+19
* [media] tuner-core: power up tuner when called with s_power(1)Hans Verkuil2011-07-071-3/+7
* [media] tuner-core: simplify the standard fixupHans Verkuil2011-07-071-65/+28
* [media] tuner-core/v4l2-subdev: document that the type field has to be filled inHans Verkuil2011-07-071-0/+29
* [media] tuner-core: fix tuner_resume: use t->mode instead of t->typeHans Verkuil2011-07-071-1/+1
* [media] tuner-core: fix s_std and s_tunerHans Verkuil2011-07-071-28/+31
* [media] tuner-core: Don't touch at standby during tuner_lookupMauro Carvalho Chehab2011-03-211-1/+0
* [media] tuner-core: Rearrange some functions to better documentMauro Carvalho Chehab2011-03-211-78/+90
* [media] tuner-core: Improve function documentationMauro Carvalho Chehab2011-03-211-23/+116
* [media] tuner-core: remove usage of DIGITAL_TVMauro Carvalho Chehab2011-03-211-11/+7
* [media] tuner-core: Fix a few comments on itMauro Carvalho Chehab2011-03-211-8/+15
* [media] tuner-core: dead code removalMauro Carvalho Chehab2011-03-211-37/+10
* [media] tuner-core: Don't use a static var for xc5000_cfgMauro Carvalho Chehab2011-03-211-4/+6
* [media] tuner-core: CodingStyle cleanupsMauro Carvalho Chehab2011-03-211-45/+47
* [media] tuner-core: do the right thing for suspend/resumeMauro Carvalho Chehab2011-03-211-5/+9
* [media] tuner-core: Better implement standby modeMauro Carvalho Chehab2011-03-211-94/+95
* [media] tuner-core: Some cleanups at check_mode/set_modeMauro Carvalho Chehab2011-03-211-30/+42
* [media] tuner-core: Reorganize the functions internallyMauro Carvalho Chehab2011-03-211-431/+462
* [media] tuner-core: move some messages to the proper placeMauro Carvalho Chehab2011-03-211-6/+6
* [media] tuner-core: remove the legacy is_stereo() callMauro Carvalho Chehab2011-03-211-10/+0
* [media] tuner-core: Remove V4L1/V4L2 API switchMauro Carvalho Chehab2011-03-211-21/+0
* [media] tda18271: allow restricting max out to 4 bytesMauro Carvalho Chehab2010-10-211-1/+1
* [media] Use smaller i2c transaction size with 18271 tunerDevin Heitmueller2010-10-211-0/+1
* V4L/DVB: saa7146/tuner: remove mxb hackHans Verkuil2010-10-211-6/+0
* V4L/DVB: tuner: remove obsolete v4l2-i2c-drv.h headerHans Verkuil2010-10-211-9/+24
* V4L/DVB (13964): tuner-core, fix memory leakJiri Slaby2010-02-261-0/+1
* V4L/DVB (13247): tuner-core: dont force every tuner to set frequency at startupMichael Krufky2009-12-051-2/+7
* V4L/DVB (13241): Cleanup redundant tests on unsignedRoel Kluin2009-12-051-1/+1
* V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_powerLaurent Pinchart2009-12-051-3/+6
* V4L/DVB (12964): tuner-core: add support for NXP TDA18271 without TDA829X demodMichael Krufky2009-09-191-0/+12
* V4L/DVB (12483): Use DIV_ROUND_CLOSESTJulia Lawall2009-09-121-2/+2
* 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