summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-10[media] xc5000: don't invoke auto calibration unless we really did reset tunerDevin Heitmueller1-22/+18
2012-08-10[media] au8522: fix regression in logging introduced by separation of modulesDevin Heitmueller1-2/+7
2012-08-10[media] au0828: make sure video standard is setup in tuner-coreDevin Heitmueller2-0/+11
2012-08-10[media] au0828: fix race condition that causes xc5000 to not bind for digitalDevin Heitmueller2-13/+13
2012-08-10[media] xc5000: properly report i2c write failuresDevin Heitmueller1-1/+1
2012-08-10[media] xc5000: add support for showing the SNR and gain in the debug outputDevin Heitmueller1-0/+20
2012-08-10[media] xc5000: properly show quality register valuesDevin Heitmueller1-1/+1
2012-08-10[media] au0828: Make the s_reg and g_reg advanced debug calls work against th...Devin Heitmueller1-3/+8
2012-08-10[media] au8522: properly recover from the au8522 delivering misaligned TS str...Devin Heitmueller2-6/+49
2012-08-10[media] au8522: Fix off-by-one in SNR table for QAM256Devin Heitmueller1-48/+48
2012-08-10[media] au8522: fix intermittent lockup of analog video decoderDevin Heitmueller2-5/+29
2012-08-10[media] v4l2-dev: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil3-60/+15
2012-08-10[media] mem2mem_testdev: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-9/+20
2012-08-10[media] vpif_capture: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-8/+20
2012-08-10[media] vpif_display: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-11/+23
2012-08-10[media] s5p-mfc: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-6/+13
2012-08-10[media] s5p-tv: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-8/+21
2012-08-10[media] s5p-g2d: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-6/+21
2012-08-10[media] s5p-jpeg: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-10/+24
2012-08-10[media] soc_camera: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-11/+20
2012-08-10[media] cx231xx: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-11/+36
2012-08-10[media] bfin_capture: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-6/+11
2012-08-10[media] sh_vou: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-6/+19
2012-08-10[media] mx2_emmaprp: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-6/+22
2012-08-10[media] vpbe_display: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-7/+15
2012-08-10[media] s2255drv: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-21/+21
2012-08-10[media] fsl-viu: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-5/+22
2012-08-10[media] wl128x: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-12/+26
2012-08-10[media] dt3155v4l: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-7/+22
2012-08-10[media] tm6000: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-9/+43
2012-08-10[media] em28xx: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-17/+35
2012-08-10[media] usbvision: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-6/+36
2012-08-10[media] cpia2: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-11/+28
2012-08-10[media] saa7146: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil3-28/+39
2012-08-10[media] ivtv: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil2-14/+42
2012-08-06[media] az6007: Update copyrightMauro Carvalho Chehab1-2/+2
2012-08-06[media] az6007: handle CI during suspend/resumeMauro Carvalho Chehab1-2/+23
2012-08-06[media] az6007: make all functions staticMauro Carvalho Chehab1-2/+2
2012-08-06[media] az6007: rename "st" to "state" at az6007_power_ctrl()Mauro Carvalho Chehab1-4/+4
2012-08-06[media] az6007: Fix the number of parameters for QAM setupMauro Carvalho Chehab1-0/+1
2012-08-06[media] az6007: fix the I2C W+R logicMauro Carvalho Chehab1-1/+1
2012-08-06[media] az6007: convert it to use dvb-usb-v2Mauro Carvalho Chehab5-231/+174
2012-08-06[media] dvb-usb-v2: Don't ask user to select Cypress firmware moduleMauro Carvalho Chehab1-8/+0
2012-08-06[media] dvb-usb-v2: Fix cypress firmware compilationMauro Carvalho Chehab1-1/+2
2012-08-06[media] media: i.MX27: Fix mx2_emmaprp mem2mem driver clocksJavier Martin1-11/+16
2012-08-06[media] i.MX27: Visstrim_M10: Add support for deinterlacing driverJavier Martin1-1/+26
2012-08-06[media] m2m-deinterlace: fix two warningsMauro Carvalho Chehab1-1/+2
2012-08-06[media] media: Add mem2mem deinterlacing driverJavier Martin3-0/+1129
2012-08-06[media] Visstrim M10: Add support for CodaJavier Martin1-4/+20
2012-08-06[media] media: coda: Add driver for Coda video codecJavier Martin4-0/+2075