summaryrefslogtreecommitdiff
path: root/drivers/media/video/tuner-core.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-21[media] tuner-core: Don't touch at standby during tuner_lookupMauro Carvalho Chehab1-1/+0
2011-03-21[media] tuner-core: Rearrange some functions to better documentMauro Carvalho Chehab1-78/+90
2011-03-21[media] tuner-core: Improve function documentationMauro Carvalho Chehab1-23/+116
2011-03-21[media] tuner-core: remove usage of DIGITAL_TVMauro Carvalho Chehab1-11/+7
2011-03-21[media] tuner-core: Fix a few comments on itMauro Carvalho Chehab1-8/+15
2011-03-21[media] tuner-core: dead code removalMauro Carvalho Chehab1-37/+10
2011-03-21[media] tuner-core: Don't use a static var for xc5000_cfgMauro Carvalho Chehab1-4/+6
2011-03-21[media] tuner-core: CodingStyle cleanupsMauro Carvalho Chehab1-45/+47
2011-03-21[media] tuner-core: do the right thing for suspend/resumeMauro Carvalho Chehab1-5/+9
2011-03-21[media] tuner-core: Better implement standby modeMauro Carvalho Chehab1-94/+95
2011-03-21[media] tuner-core: Some cleanups at check_mode/set_modeMauro Carvalho Chehab1-30/+42
2011-03-21[media] tuner-core: Reorganize the functions internallyMauro Carvalho Chehab1-431/+462
2011-03-21[media] tuner-core: move some messages to the proper placeMauro Carvalho Chehab1-6/+6
2011-03-21[media] tuner-core: remove the legacy is_stereo() callMauro Carvalho Chehab1-10/+0
2011-03-21[media] tuner-core: Remove V4L1/V4L2 API switchMauro Carvalho Chehab1-21/+0
2010-10-21[media] tda18271: allow restricting max out to 4 bytesMauro Carvalho Chehab1-1/+1
2010-10-21[media] Use smaller i2c transaction size with 18271 tunerDevin Heitmueller1-0/+1
2010-10-21V4L/DVB: saa7146/tuner: remove mxb hackHans Verkuil1-6/+0
2010-10-21V4L/DVB: tuner: remove obsolete v4l2-i2c-drv.h headerHans Verkuil1-9/+24
2010-02-26V4L/DVB (13964): tuner-core, fix memory leakJiri Slaby1-0/+1
2009-12-05V4L/DVB (13247): tuner-core: dont force every tuner to set frequency at startupMichael Krufky1-2/+7
2009-12-05V4L/DVB (13241): Cleanup redundant tests on unsignedRoel Kluin1-1/+1
2009-12-05V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_powerLaurent Pinchart1-3/+6
2009-09-19V4L/DVB (12964): tuner-core: add support for NXP TDA18271 without TDA829X demodMichael Krufky1-0/+12
2009-09-12V4L/DVB (12483): Use DIV_ROUND_CLOSESTJulia Lawall1-2/+2
2009-06-16V4L/DVB (11926): tuner-core: fix warning introduced when cleaning up xc5000 i...Devin Heitmueller1-2/+0
2009-06-16V4L/DVB (11799): xc5000: don't load firmware until a tuning request is madeDevin Heitmueller1-4/+0
2009-06-16V4L/DVB (11670): tuner: remove tuner_i2c_address_checkHans Verkuil1-27/+0
2009-04-06V4L/DVB (11372): v4l2: use old-style i2c API for kernels < 2.6.26 instead of ...Hans Verkuil1-1/+0
2009-04-06V4L/DVB (11371): v4l2: remove legacy fields in v4l2-i2c-drv.h.Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11368): v4l2-subdev: move s_standby from core to tuner.Hans Verkuil1-2/+2
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...Devin 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 disab...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....Hans 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