summaryrefslogtreecommitdiff
path: root/drivers/media/video/tuner-core.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-18V4L/DVB (5743): Tuner: clean up kfree() after releaseMichael Krufky1-3/+7
2007-07-18V4L/DVB (5741): Tuner: add release callbackMichael Krufky1-0/+5
2007-07-18V4L/DVB (5740): Git-dvb: fix the tea5761 tuner supportAdrian Bunk1-4/+4
2007-07-18V4L/DVB (5719): Tuner: Move device-specific private data out of tuner structMichael Krufky1-1/+4
2007-07-18V4L/DVB (5563a): Add experimental support for tea5761 tunerMauro Carvalho Chehab1-0/+26
2007-04-27V4L/DVB (5326): Allow to set tuner_config in attach informHartmut Hackmann1-7/+7
2007-04-27V4L/DVB (5323): Updated support for tuner callbacksHartmut Hackmann1-8/+8
2007-04-27V4L/DVB (5313): Added a config entry and a gpio function pointer to tuner structHartmut Hackmann1-8/+16
2007-03-27V4L/DVB (5421): Fix suspend/resume in msp3400 and tunerJean Delvare1-6/+4
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-27V4L/DVB (4967): Add missing tuner module option pal=60 for PAL-60 support.Hans Verkuil1-0/+4
2006-12-10V4L/DVB (4895): Accept tuners on saa7146 i2c bus only on address 0x60.Michael Hunold1-0/+4
2006-07-29V4L/DVB (4343): Fix for compilation without V4L1 or V4L1_COMPATMauro Carvalho Chehab1-11/+12
2006-07-29V4L/DVB (4314): Set the Auxiliary Byte when tuning LG H06xF in analog modeMichael Krufky1-8/+0
2006-06-30V4L/DVB (4281): TDA9887_SET_CONFIG should only be handled by the tda9887.Hans Verkuil1-5/+5
2006-06-30V4L/DVB (4270): Add tda9887-specific tuner configurationHans Verkuil1-1/+1
2006-06-27V4L/DVB (4254): Remove obsoleted tuner_debug option.Hans Verkuil1-8/+0
2006-06-26V4L/DVB (4222): Always switch tuner mode when calling VIDIOC_S_FREQUENCY.Hans Verkuil1-7/+3
2006-06-25V4L/DVB (4205): Merge tda9887 module into tuner.Mauro Carvalho Chehab1-5/+27
2006-06-25V4L/DVB (3919): V4l: rename TUNER_LG_TDVS_H062F to TUNER_LG_TDVS_H06XFMichael Krufky1-1/+1
2006-04-02V4L/DVB (3700): Remove obsolete commands from tvp5150.cHans Verkuil1-0/+2
2006-04-02V4L/DVB (3697): More msp3400 and bttv fixesHans Verkuil1-4/+4
2006-04-02V4L/DVB (3614): Fix compilation warning at powerpc platformMauro Carvalho Chehab1-1/+1
2006-03-24V4L/DVB (3577): Cleanup audio input handlingHans Verkuil1-1/+0
2006-03-03V4L/DVB (3395): Fixed Pinnacle 300i DVB-T supportHartmut Hackmann1-2/+3
2006-02-27V4L/DVB (3392a): XC3028 code removed from -git versionsMauro Carvalho Chehab1-5/+0
2006-02-27V4L/DVB (3332): XC3028 code marked with an special define optionMauro Carvalho Chehab1-0/+2
2006-02-27V4L/DVB (3292): Fixed xc3028 firmware extractor, added terratec fw supportMarkus Rechberger1-1/+0
2006-02-27V4L/DVB (3291): Added support for xc3028 analogue tuner (Hauppauge HVR900, T...Markus Rechberger1-0/+3
2006-02-07V4L/DVB (3300): Add standard for South Korean NTSC-M using A2 audio.Hans Verkuil1-0/+5
2006-01-23V4L/DVB (3434): changed comment in tuner-core.cMarkus Rechberger1-1/+1
2006-01-23V4L/DVB (3429): Missing break statement on tuner-coreMarkus Rechberger1-0/+1
2006-01-23V4L/DVB (3427): audmode and rxsubchans fixes (VIDIOC_G/S_TUNER)Hans Verkuil1-35/+33
2006-01-15V4L/DVB (3384): Separate tv & radio freqs, fix cb/freq transmit order for tun...Hans Verkuil1-33/+52
2006-01-11V4L/DVB (3347): Fixes some bad global variablesHans Verkuil1-8/+8
2006-01-11V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-01-09V4L/DVB (3307): Some cleanups at I2C modulesMauro Carvalho Chehab1-4/+4
2006-01-09V4L/DVB (3278): convert diagnostics over to the new v4l2-common.h macros.Hans Verkuil1-5/+11
2006-01-09V4L/DVB (3269): ioctls cleanups.Michael Krufky1-8/+4
2006-01-09V4L/DVB (3167): added ntsc parameter to tuner and more standardized debugsMauro Carvalho Chehab1-45/+79
2006-01-09V4L/DVB (3105): Remove AUDC_CONFIG_PINNACLE horror, fix mt20xx radio support.Hans Verkuil1-13/+0
2006-01-09V4L/DVB (3103): Add VIDIOC_LOG_STATUS to tuner-core.cHans Verkuil1-0/+35
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11Laurent Riffard1-3/+3
2006-01-05[PATCH] i2c: Rework client usage count, 2 of 3Jean Delvare1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare1-1/+0
2005-11-13[PATCH] v4l: (943) added secam l video standardMauro Carvalho Chehab1-3/+8
2005-11-09[PATCH] v4l: 893: rollback recent i2c change to solve tuner detection breakageRicardo Cerqueira1-2/+2
2005-11-09[PATCH] v4l: 874: quick and dirty fix for audc config pinnacleNickolay V. Shmyrev1-2/+0
2005-11-09[PATCH] v4l: 851: fixed broken api link and indentationNickolay V. Shmyrev1-1/+1