summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/dvb-pll.c
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (12290): dvb-pll: Add support for Alps TDEE4 DVB-C NIMTrent Piepho2009-09-121-0/+24
* V4L/DVB (12289): dvb-pll: Add support for Samsung TBMU24112 DVB-S NIMTrent Piepho2009-09-121-0/+14
* V4L/DVB (12288): dvb-pll: Add support for Samsung TBDU18132 DVB-S NIMTrent Piepho2009-09-121-0/+22
* V4L/DVB (12287): dvb-pll: Add Samsung TDTC9251DH0 DVB-T NIMTrent Piepho2009-09-121-0/+15
* V4L/DVB (9379): FIX: fix a bug in the charge pump settingManu Abraham2008-12-291-1/+1
* V4L/DVB (7913): DVB-PLL: add Samsung DTOS403IH102A tunerAntti Palosaari2008-07-201-0/+47
* V4L/DVB (7427): dvb-pll: remove rf input module optionsMichael Krufky2008-04-241-18/+0
* V4L/DVB (7425): dvb-pll: remove dead codeMichael Krufky2008-04-241-8/+0
* V4L/DVB (7424): dvb-pll: remove support for Philips TUV1236DMichael Krufky2008-04-241-49/+0
* V4L/DVB (7423): dvb-pll: remove support for Philips TD1316Michael Krufky2008-04-241-43/+0
* V4L/DVB (7422): dvb-pll: remove support for Philips FMD1216MEMichael Krufky2008-04-241-38/+0
* V4L/DVB (7421): dvb-pll: remove support for LG TDVS-H06xFMichael Krufky2008-04-241-27/+0
* V4L/DVB (7420): dvb-pll: remove support for Philips FCV1236DMichael Krufky2008-04-241-18/+0
* V4L/DVB (7419): dvb-pll: remove support for Thomson FE6600Michael Krufky2008-04-241-15/+0
* V4L/DVB (7418): dvb-pll: remove support for Microtune 4042 FI5Michael Krufky2008-04-241-14/+0
* V4L/DVB (7417): dvb-pll: remove support for Thomson dtt761xMichael Krufky2008-04-241-15/+0
* V4L/DVB (7416): dvb-pll: remove support for Thomson dtt7610Michael Krufky2008-04-241-13/+0
* V4L/DVB (7094): static memoryDouglas Schilling Landgraf2008-04-241-1/+1
* V4L/DVB (6232): dvb-pll: report whether input rf will be autoselected or set ...Michael Krufky2007-10-091-1/+14
* V4L/DVB (6231): dvb-pll: always show pll name if forced via insmod optionMichael Krufky2007-10-091-1/+1
* V4L/DVB (6230): dvb-pll: add module option to force dvb-pll desc id (for debu...Michael Krufky2007-10-091-1/+13
* V4L/DVB (6229): dvb-pll: increase DVB_PLL_MAX to 64Michael Krufky2007-10-091-1/+1
* V4L/DVB (6228): dvb-pll: add module option to specify rf inputMichael Krufky2007-10-091-29/+53
* V4L/DVB (6227): dvb-pll: store instance ID in dvb_pll_priv structureMichael Krufky2007-10-091-0/+14
* V4L/DVB (6226): dvb-pll: pass fe pointer into dvb_pll_configure() and set() f...Michael Krufky2007-10-091-13/+23
* V4L/DVB (5991): dvb-pll: Set minimum and maximum frequency properlyTrent Piepho2007-08-201-1/+1
* V4L/DVB (5939): dvb-pll: make struct dvb_pll_fcv1236d staticAdrian Bunk2007-07-301-1/+1
* V4L/DVB (5814): Unexport dvb_pll_configureAdrian Bunk2007-07-181-1/+0
* V4L/DVB (5798): Dvb-pll: add support for Philips fcv1236dMichael Krufky2007-07-181-0/+19
* V4L/DVB (5780): Dvb: Remove static dependencies on dvb-pllMichael Krufky2007-07-181-43/+74
* V4L/DVB (5777): Dvb-pll digitv dvb-usb: Eliminate last user of dvb_pll_configureTrent Piepho2007-07-181-2/+2
* V4L/DVB (5636): Integrate all users of the fmd1216 tuner with dvb-pllTrent Piepho2007-07-181-0/+8
* V4L/DVB (5651): Dibusb-mb: convert pll handling to properly use dvb-pllMichael Krufky2007-07-181-0/+1
* V4L/DVB (5633): Tuv1236d: move rf input switching code into dvb-pllMichael Krufky2007-07-181-0/+14
* V4L/DVB (5632): Dvb-pll: pass dvb_frontend_parameters to generic set() functionMichael Krufky2007-07-181-51/+43
* V4L/DVB (5532): Add support for Opera S1- DVB-USBMarco Gittler2007-04-271-0/+25
* V4L/DVB (5457): Dvb-pll: Replace sleep function with a more capable oneTrent Piepho2007-04-271-30/+25
* V4L/DVB (5456): Dvb-pll: Move IF frequency from per-band data to per-tuner dataTrent Piepho2007-04-271-104/+123
* V4L/DVB (5455): Dvb-pll: Adjust rounding to be consistentTrent Piepho2007-04-271-73/+75
* V4L/DVB (5363): Dvb: Remove lgh06xf driverTrent Piepho2007-04-271-0/+1
* V4L/DVB (5362): Dvb-pll: add code for doing tuner initializationTrent Piepho2007-04-271-0/+39
* V4L/DVB (5360): Dvb-pll: Use sizeof() to get name lengthTrent Piepho2007-04-271-1/+2
* V4L/DVB (4868): Dvb-pll: return frequency set by dvb_pll_configure()Michael Krufky2006-12-101-30/+14
* V4L/DVB (4867): Whitespace cleanupMichael Krufky2006-12-101-13/+29
* V4L/DVB (4847): Drivers/media/dvb/frontends: kfree() cleanupsMichael Krufky2006-12-101-2/+1
* V4L/DVB (4436): Dvb-pll support for MT352/ZL10353 based tuners.Chris Pascoe2006-09-261-0/+3
* V4L/DVB (4386): Convert DVB devices to use dvb_attach()Andrew de Quincey2006-09-261-4/+4
* V4L/DVB (4322): Fix dvb-pll autoprobingAndrew de Quincey2006-07-291-4/+3
* V4L/DVB (4311): Fix possible dvb-pll oopsAndrew de Quincey2006-07-291-8/+10
* V4L/DVB (4294): Fix broken tda665x PLL definition.Andrew de Quincey2006-07-291-5/+5