aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (5848): Av7110: fix typoYoann Padioleau2007-07-201-1/+1
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* V4L/DVB (5840): fix dst and cx24123: tune() callback changed signess for delayMauro Carvalho Chehab2007-07-182-2/+2
* V4L/DVB (5838): dvb-core: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22)Oliver Endriss2007-07-184-9/+9
* V4L/DVB (5837): stv0299: Fix signedness warning (gcc 4.1.1, kernel 2.6.22)Oliver Endriss2007-07-181-1/+1
* V4L/DVB (5836): dvb-ttpci: re-initialize aspect ratio and pan scan after arm ...Oliver Endriss2007-07-183-8/+18
* V4L/DVB (5835): saa7146/dvb-ttpci: Fix signedness warnings (gcc 4.1.1, kernel...Oliver Endriss2007-07-185-12/+12
* V4L/DVB (5834): dvb-core: fix signedness warnings and const strippingTrent Piepho2007-07-181-2/+3
* V4L/DVB (5829): Firmware extract and loading for opera dvb-usb updateMarco Gittler2007-07-181-7/+10
* V4L/DVB (5820): Cleanup on cinergyT2: Remove unneeded if(1)Mauro Carvalho Chehab2007-07-181-10/+7
* V4L/DVB (5814): Unexport dvb_pll_configureAdrian Bunk2007-07-181-1/+0
* V4L/DVB (5799): Or51211: remove hardcoded fcv1236d tuner programmingMichael Krufky2007-07-182-28/+6
* V4L/DVB (5798): Dvb-pll: add support for Philips fcv1236dMichael Krufky2007-07-182-0/+20
* V4L/DVB (5795): Fix: remove unused struct that could avoiding load the firmwareMarco Gittler2007-07-181-5/+3
* V4L/DVB (5784): Dibusb-mb: fix tuner autodetection regressionMichael Krufky2007-07-181-1/+1
* V4L/DVB (5780): Dvb: Remove static dependencies on dvb-pllMichael Krufky2007-07-1815-110/+124
* V4L/DVB (5779): Dibusb-mb: fix broken 'tuner_pass_ctrl' functionalityMichael Krufky2007-07-183-8/+24
* V4L/DVB (5778): Dvb-usb: kill unused tuner/i2c functionsMichael Krufky2007-07-182-67/+0
* V4L/DVB (5777): Dvb-pll digitv dvb-usb: Eliminate last user of dvb_pll_configureTrent Piepho2007-07-186-32/+23
* V4L/DVB (5745): Dvb: use '+=' instead of '=' for EXTRA_CFLAGSTrent Piepho2007-07-189-9/+9
* V4L/DVB (5739): Replace C code with calls to ARRAY_SIZE macro.Robert P. J. Day2007-07-181-1/+1
* V4L/DVB (5698): Input: drivers/media - switch to using input_dev->dev.parentDmitry Torokhov2007-07-184-4/+4
* V4L/DVB (5696): M920x: add missing error handling to prevent syslog spammingAapo Tahkola2007-07-181-9/+18
* V4L/DVB (5695): M920x: enable second adapter on LifeView TV Walker TwinAapo Tahkola2007-07-181-3/+3
* V4L/DVB (5694): M920x: fix for Dposh devicesAapo Tahkola2007-07-181-16/+22
* V4L/DVB (5693): M920x: second endpoint also needs to be changed to alt settingAapo Tahkola2007-07-181-14/+17
* V4L/DVB (5692): M920x: attempt to fix hw pid filters on second endpointAapo Tahkola2007-07-182-21/+41
* V4L/DVB (5669): Budget-av: Add support for EasyWatch DVB-S (0x1894:0x001b)Oliver Endriss2007-07-181-0/+4
* V4L/DVB (5636): Integrate all users of the fmd1216 tuner with dvb-pllTrent Piepho2007-07-182-8/+10
* V4L/DVB (5628): Add support for A-LINK DTU dvb-t adapterAapo Tahkola2007-07-182-1/+8
* V4L/DVB (5626): Marked af9005 driver as experimental and fix dependenciesLuca Olivetti2007-07-181-1/+2
* V4L/DVB (5625): Add support for the AF9005 demodulator from AfatechLuca Olivetti2007-07-188-0/+6526
* V4L/DVB (5652): Dibusb-mb: use dvb_attach for dib3000mb_attachMichael Krufky2007-07-181-1/+2
* V4L/DVB (5651): Dibusb-mb: convert pll handling to properly use dvb-pllMichael Krufky2007-07-182-10/+12
* V4L/DVB (5650): Umt-010: trivial whitespace cleanupMichael Krufky2007-07-181-2/+2
* V4L/DVB (5649): Umt-010: convert tua6034 handling to properly use dvb-pllMichael Krufky2007-07-181-3/+1
* V4L/DVB (5648): Dvb/frontends: remove unnecessary #include's of "dvb-pll.h"Michael Krufky2007-07-183-3/+0
* V4L/DVB (5635): Budget-av: convert philips sd1878 / tda8261 to use dvb-pllMichael Krufky2007-07-181-23/+3
* V4L/DVB (5633): Tuv1236d: move rf input switching code into dvb-pllMichael Krufky2007-07-183-18/+21
* V4L/DVB (5632): Dvb-pll: pass dvb_frontend_parameters to generic set() functionMichael Krufky2007-07-184-56/+47
* V4L/DVB (5631): Dvb-core: Add level fixes to printk()s, plus spelling/grammerSimon Arlott2007-07-181-5/+5
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* V4L/DVB (5822): Fix the return value in ttpci_budget_init()Hartmut Birr2007-07-031-1/+1
* V4L/DVB (5818): CinergyT2: fix flush_workqueue() vs work->func() deadlockOleg Nesterov2007-07-031-26/+40
* Fix Kconfig dependency problems wrt boolean menuconfigsTrent Piepho2007-06-281-1/+1
* V4L/DVB (5761): Fix broken b2c2 dependency on non x86 architecturesMauro Carvalho Chehab2007-06-081-2/+5
* V4L/DVB (5716): Tda10086,tda826x: fix tuning, STR/SNR valuesOliver Endriss2007-06-082-7/+18
* V4L/DVB (5699): Cinergyt2: fix file release handlerAndrew Morton2007-06-081-2/+1
* V4L/DVB (5630): Dvb-core: Handle failures to create devicesSimon Arlott2007-05-221-4/+11
* V4L/DVB (5639a): Fix dst usage countManu Abraham2007-05-221-3/+0