summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* V4L/DVB: tlg2300: make local variables and functions staticMárton Németh2010-05-183-20/+23
* V4L/DVB: nGene: use NULL when pointer is neededMárton Németh2010-05-181-10/+10
* V4L/DVB: tlg2300: cleanups when power management is not configuredMárton Németh2010-05-182-2/+6
* V4L/DVB: cx88: increase BUFFER_TIMEOUT to 2 secondsMarton Balint2010-05-181-1/+1
* V4L/DVB: au8522: fix case where we don't perform the first tune after going d...Devin Heitmueller2010-05-182-0/+10
* V4L/DVB: au8522: fix race condition in switching from digital to analog modeDevin Heitmueller2010-05-183-0/+28
* V4L/DVB: mt9t031: use runtime pm support to restore ADDRESS_MODE registersValentin Longchamp2010-05-181-4/+62
* V4L/DVB: soc-camera: add runtime pm support for subdevicesMauro Carvalho Chehab2010-05-181-1/+17
* V4L/DVB: The first two parameters of soc_camera_limit_side() are usually poin...Márton Németh2010-05-184-16/+16
* V4L/DVB: tm6000: bugfix reading problems with demodulator zl10353Stefan Ringel2010-05-181-1/+15
* V4L/DVB: tm6000: add send and recv functionStefan Ringel2010-05-181-14/+42
* V4L/DVB: tm6000: fix some info messagesDmitri Belimov2010-05-1810-18/+19
* V4L/DVB: tm6000: fix i2c addr testStefan Ringel2010-05-181-2/+2
* V4L/DVB: tm6000: remove hack.c hack.h, switch to zl10353 moduleStefan Ringel2010-05-184-457/+2Star
* V4L/DVB: tm6000: change version to 0.0.2Stefan Ringel2010-05-181-1/+1
* V4L/DVB: tm6000: special request for all tunerStefan Ringel2010-05-181-2/+2
* V4L/DVB: tm6000: reset the numbers of feeds to 8Stefan Ringel2010-05-181-2/+2
* V4L/DVB: tm6000: add card setup for terratec cinergy hybridStefan Ringel2010-05-181-0/+25
* V4L/DVB: tm6000: add different tuner reset for terratecStefan Ringel2010-05-181-6/+22
* V4L/DVB: tm6000: add additional init register for tm6010Stefan Ringel2010-05-181-0/+7
* V4L/DVB: tm6000: fix mutex lock unbalanceMauro Carvalho Chehab2010-05-181-0/+1
* V4L/DVB: tm6000: only register after initializedMauro Carvalho Chehab2010-05-181-5/+6
* V4L/DVB: drivers/staging/tm6000/tm6000-video.c: correct NULL testJulia Lawall2010-05-181-1/+1
* V4L/DVB: tm6000: fix build errorsRandy Dunlap2010-05-182-1/+3
* V4L/DVB: tm6000: move board-specific init to tm6000-cardsMauro Carvalho Chehab2010-05-183-47/+77
* V4L/DVB: tm6000: Allow tm6000 driver compilationMauro Carvalho Chehab2010-05-185-8/+6Star
* V4L/DVB: tm6000: add a different set param valuesStefan Ringel2010-05-181-2/+156
* V4L/DVB: tm6000: Fix several bugs at the usb DVB transferStefan Ringel2010-05-181-45/+78
* V4L/DVB: tm6000: remove unused functionStefan Ringel2010-05-181-1/+0Star
* V4L/DVB: tm6000: add tuner parameter for DVB devicesStefan Ringel2010-05-181-4/+6
* V4L/DVB: tm6000: add tuner callback for dvb frontendStefan Ringel2010-05-183-1/+5
* V4L/DVB: tm6000: add special usb request to quit i2c tuner transferStefan Ringel2010-05-181-1/+11
* V4L/DVB: tm6000: typo fix: the identifer string is wrongStefan Ringel2010-05-181-1/+1
* V4L/DVB: tm6000: fix: avoid unregister the driver after successStefan Ringel2010-05-181-0/+1
* V4L/DVB: tm6000: add Terratec Cinergy Hybrid XEMauro Carvalho Chehab2010-05-181-1/+18
* V4L-DVB: tm6000: add missing BEHOLDER board definitionsMauro Carvalho Chehab2010-05-181-0/+2
* V4L/DVB: tm6000: add digital init for tm6010Stefan Ringel2010-05-181-26/+46
* V4L/DVB: tm6000: fix driver compilationStefan Ringel2010-05-181-1/+1
* V4L/DVB: xc3028: fix regression in firmware loading timeDevin Heitmueller2010-05-181-4/+7
* V4L/DVB (13556a): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2010-05-181-1/+0Star
* V4L/DVB (13555a): v4l: Use video_device_node_name() instead of the minor numberMauro Carvalho Chehab2010-05-181-10/+12
* V4L/DVB (13403): Add new TV cards of BeholderDmitri Belimov2010-05-181-0/+33
* tm6000: Remove legacy code to work with older kernel versionsMauro Carvalho Chehab2010-05-181-17/+0Star
* V4L/DVB (12854): tm6000: i2c addresses should now be specified in 7bit formatsMauro Carvalho Chehab2010-05-181-12/+12
* V4L/DVB (12853): tm6000: Fix almost all warnings at the driverMauro Carvalho Chehab2010-05-183-63/+63
* V4L/DVB (12852): tm6000: Fix compilation against 2.6.31Mauro Carvalho Chehab2010-05-187-137/+51Star
* V4L/DVB (12848): tm6000: Add README with todo listMauro Carvalho Chehab2010-05-181-0/+11
* V4L/DVB (12846): tuner-xc2028: Fix skip code for devices with broken read (tm...Mauro Carvalho Chehab2010-05-181-0/+5
* V4L/DVB (12845): tm6000: more buffer handling fixesMauro Carvalho Chehab2010-05-181-15/+34
* V4L/DVB (12844): tm6000: avoid writing on a floating pointerMauro Carvalho Chehab2010-05-181-0/+1