aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-13[media] v4l: move v4l2 core into a separate directoryMauro Carvalho Chehab1-1354/+0
2012-07-04[media] tuner, xc2028: add support for get_afc()Mauro Carvalho Chehab1-0/+11
2012-07-04[media] tuner-core: call has_signal for both TV and radioMauro Carvalho Chehab1-2/+2
2012-06-11[media] tuner-core: return the frequency range of the correct tunerHans Verkuil1-1/+1
2012-05-15[media] Convert I2C drivers to dev_pm_opsMark Brown1-4/+11
2012-03-08[media] convert drivers/media/* to use module_i2c_driver()Axel Lin1-12/+1
2012-02-14[media] xc5000: drivers should specify chip revision rather than firmwareMichael Krufky1-1/+1
2012-02-14[media] tuner: add support for Xceive XC5000CMichael Krufky1-0/+15
2012-01-06[media] cx88: Fix radio support for Leadtek DTV2000H JMiroslav Slugen1-0/+1
2011-07-27[media] xc4000: removed card_typeistvan_v@mailbox.hu1-2/+6
2011-07-27[media] dib0700: add initial code for PCTV 340e by Davide FerriDavide Ferri1-0/+14
2011-07-13[media] tuner-core: fix a 2.6.39 regression with mt20xxMauro Carvalho Chehab1-4/+12
2011-07-07[media] tuner-core.c: don't change type field in g_tuner or g_frequencyHans Verkuil1-19/+19
2011-07-07[media] tuner-core: power up tuner when called with s_power(1)Hans Verkuil1-3/+7
2011-07-07[media] tuner-core: simplify the standard fixupHans Verkuil1-65/+28
2011-07-07[media] tuner-core/v4l2-subdev: document that the type field has to be filled inHans Verkuil1-0/+29
2011-07-07[media] tuner-core: fix tuner_resume: use t->mode instead of t->typeHans Verkuil1-1/+1
2011-07-07[media] tuner-core: fix s_std and s_tunerHans Verkuil1-28/+31
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 init routineDevin 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 < 2.6.22Hans 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