summaryrefslogtreecommitdiff
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* drivers/media/dvb/dvb-core/dvb_frontend.c: needs semaphore.hAndrew Morton2009-12-011-0/+1
* V4L/DVB (13530): Fix wrong parameter order in memsetAlan Cox2009-11-271-1/+1
* V4L/DVB (13481): sh_mobile_ceu_camera: fix compile warningHans Verkuil2009-11-271-1/+0
* V4L/DVB (13436): cxusb: Fix hang on DViCO FusionHDTV DVB-T Dual Digital 4 (re...Robert Lowery2009-11-271-1/+9
* V4L/DVB (13412): SMS_SIANO_MDTV should depend on HAS_DMAGeert Uytterhoeven2009-11-271-1/+1
* V4L/DVB (13371): davinci: remove stray duplicate config pointerHans Verkuil2009-11-261-1/+0
* V4L/DVB (13366): em28xx: fix Reddo DVB-C USB TV Box GPIOAntti Palosaari2009-11-261-1/+1
* V4L/DVB (13345): soc-camera: sh_mobile_ceu_camera: call pm_runtime_disableKuninori Morimoto2009-11-261-1/+4
* V4L/DVB (13344): soc-camera: properly initialise the device object when reusingGuennadi Liakhovetski2009-11-261-5/+12
* V4L/DVB (13343): v4l: add more missing linux/sched.h includesGuennadi Liakhovetski2009-11-264-0/+4
* V4L/DVB (13321): radio-gemtek-pci: fix double mutex_lockHans Verkuil2009-11-261-2/+0
* V4L/DVB (13314): saa7134: set ts_force_val for the Hauppauge WinTV HVR-1150Michael Krufky2009-11-071-0/+1
* V4L/DVB (13313): saa7134: add support for FORCE_TS_VALID mode for mpeg ts inputMichael Krufky2009-11-072-2/+5
* V4L/DVB (13311): uvcvideo: Fix compilation warning with 2.6.32 due to type mi...Laurent Pinchart2009-11-071-1/+1
* V4L/DVB (13309): uvcvideo: Ignore the FIX_BANDWIDTH for compressed videoLaurent Pinchart2009-11-071-1/+2
* V4L/DVB (13287): ce6230 - saa7164-cmd: Fix wrong sizeofJean Delvare2009-11-072-2/+2
* V4L/DVB (13286): pxa-camera: Fix missing sched.hJonathan Cameron2009-11-071-0/+1
* V4L/DVB (13264): gspca_mr97310a: Change vstart for CIF sensor type 1 camsTheodore Kilgore2009-11-071-1/+1
* V4L/DVB (13257): gspca - m5602-s5k4aa: Add vflip for Fujitsu Amilo Xi 2528Erik Andrén2009-11-071-0/+6
* V4L/DVB (13256): gspca - m5602-s5k4aa: Add another MSI GX700 vflip quirkErik Andrén2009-11-071-0/+7
* V4L/DVB (13255): gspca - m5602-s5k4aa: Add vflip quirk for the Bruneinit laptopErik Andrén2009-11-071-0/+7
* V4L/DVB (13240): firedtv: fix regression: tuning fails due to bogus error returnStefan Richter2009-11-071-7/+1
* V4L/DVB (13237): firedtv: length field corrupt in ca2host if length>127Henrik Kurelid2009-11-071-18/+20
* V4L/DVB (13230): s2255drv: Don't conditionalize video buffer completion on wa...Mike Isely2009-11-071-5/+0
* V4L/DVB (13202): smsusb: add autodetection support for three additional Haupp...Michael Krufky2009-11-071-0/+6
* V4L/DVB (13190): em28xx: fix panic that can occur when starting audio streamingDevin Heitmueller2009-11-071-0/+5
* V4L/DVB (13170): bttv: Fix reversed polarity error when switching video standardMike Isely2009-11-071-1/+1
* V4L/DVB (13169): bttv: Fix potential out-of-order field processingMike Isely2009-11-071-4/+27
* V4L/DVB (13167): pt1: Fix a compile error on armHIRANO Takahito2009-11-071-0/+1
* V4L/DVB (13132): fix use-after-free Oops, resulting from a driver-core API ch...Guennadi Liakhovetski2009-11-071-7/+9
* V4L/DVB (13131): pxa_camera: fix camera pixel format configurationGuennadi Liakhovetski2009-11-071-1/+3
* V4L/DVB (13129): sh_mobile_ceu_camera: fix cropping for scaling clientsGuennadi Liakhovetski2009-11-071-2/+2
* V4L/DVB (13122): gscpa - stv06xx + ov518: dont discard every other frameHans de Goede2009-11-072-2/+3
* V4L/DVB (13109): tda18271: fix signedness issue in tda18271_rf_tracking_filte...Seth Barry2009-11-071-2/+2
* V4L/DVB (13107): tda18271: fix overflow in FM radio frequency calculationMichael Krufky2009-11-071-2/+2
* V4L/DVB (13079): dib0700: fixed xc2028 firmware loading kernel oopsMartin Samek2009-11-071-0/+5
* V4L/DVB (13050): DIB0700: fix-up USB device ID for Terratec/LeadtekPatrick Boettcher2009-11-071-9/+6
* V4L/DVB (13048): dib0070: fix build dependency when driver is disabledMichael Krufky2009-11-072-2/+7
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-114-0/+4
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-044-0/+4
* const: constify remaining file_operationsAlexey Dobriyan2009-10-012-2/+2
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-2713-13/+13
* sh_mobile_ceu_camera: fix compile breakage, caused by a bad mergeGuennadi Liakhovetski2009-09-251-2/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-09-246-14/+13
|\
| * V4L/DVB (13039): dib0700: not building CONFIG_DVB_TUNER_DIB0070 breaks compil...Mauro Carvalho Chehab2009-09-221-1/+1
| * V4L/DVB (13038): dvbdev: Remove an anoying/uneeded warningMauro Carvalho Chehab2009-09-221-3/+2
| * media: video: Fix build in saa7164Ingo Molnar2009-09-224-10/+10
* | headers: utsname.h reduxAlexey Dobriyan2009-09-233-3/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-228-13/+13
|\
| * trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig2009-09-213-4/+4