summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2016-11-18dib0700: fix nec repeat handlingSean Young1-2/+3
2016-10-28cx231xx: fix GPIOs for Pixelview SBTVD hybridMauro Carvalho Chehab2-2/+3
2016-10-28cx231xx: don't return error on successMauro Carvalho Chehab1-1/+4
2016-10-28mb86a20s: fix demod settingsMauro Carvalho Chehab1-50/+42
2016-10-28mb86a20s: fix the locking logicMauro Carvalho Chehab1-1/+11
2016-10-07gspca: avoid unused variable warningsArnd Bergmann3-3/+3
2016-10-07em28xx-i2c: rt_mutex_trylock() returns zero on failureDan Carpenter1-3/+2
2016-09-30am437x-vfpe: fix typo in vpfe_get_app_input_indexArnd Bergmann1-1/+1
2016-09-15tda10071: Fix dependency to REGMAP_I2CMatthias Schwarzott1-1/+1
2016-09-15UVC: Add support for R200 depth cameraAviv Greenberg2-0/+32
2016-08-20s5p-mfc: Add release callback for memory region devsJavier Martinez Canillas1-0/+7
2016-08-20s5p-mfc: Set device name for reserved memory region devsJavier Martinez Canillas1-0/+4
2016-08-20Fix RC5 decoding with Fintek CIR chipsetJonathan McDowell1-1/+1
2016-08-20vb2: core: Skip planes array verification if pb is NULLSakari Ailus1-4/+6
2016-08-20videobuf2-v4l2: Verify planes array in buffer dequeueingSakari Ailus1-0/+6
2016-08-20media: dvb_ringbuffer: Add memory barriersSoeren Moch1-13/+61
2016-08-20media: usbtv: prevent access to free'd resourcesMatthew Leach1-0/+5
2016-08-10media: fix airspy usb probe error pathJames Patrick-Evans1-2/+1
2016-07-27uvc: Forward compat ioctls to their handlers directlyAndy Lutomirski1-21/+18
2016-06-08media: v4l2-compat-ioctl32: fix missing reserved field copy in put_v4l2_create32Tiffany Lin1-1/+2
2016-05-19Revert "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing"Mauro Carvalho Chehab1-6/+0
2016-05-05videobuf2-v4l2: Verify planes array in buffer dequeueingSakari Ailus1-0/+6
2016-05-05videobuf2-core: Check user space planes array in dqbufSakari Ailus1-5/+5
2016-05-05vb2-memops: Fix over allocation of frame vectorsRicardo Ribalda Delgado1-1/+1
2016-04-20usbvision: fix crash on detecting device with invalid configurationVladis Dronov1-1/+15
2016-04-20v4l: vsp1: Set the SRU CTRL0 register when starting the streamLaurent Pinchart1-0/+1
2016-04-20coda: fix error path in case of missing pdata on non-DT platformPhilipp Zabel1-6/+4
2016-04-20au0828: Fix dev_state handlingMauro Carvalho Chehab4-39/+39
2016-04-20au0828: fix au0828_v4l2_close() dev_state race conditionShuah Khan1-1/+1
2016-04-12media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32Tiffany Lin1-13/+8
2016-04-12coda: fix first encoded frame payloadPhilipp Zabel1-1/+1
2016-04-12bttv: Width must be a multiple of 16 when capturing planar formatsHans de Goede1-6/+20
2016-04-12adv7511: TX_EDID_PRESENT is still 1 after a disconnectHans Verkuil1-6/+15
2016-04-12saa7134: Fix bytesperline not being set correctly for planar formatsHans de Goede1-6/+12
2016-04-12pwc: Add USB id for Philips Spc880nc webcamHans de Goede1-0/+6
2016-03-10adv7604: fix tx 5v detect regressionHans Verkuil1-2/+1
2016-03-04tda1004x: only update the frontend properties if lockedMauro Carvalho Chehab1-0/+9
2016-03-04vb2: fix a regression in poll() behavior for output,streamsHans Verkuil1-3/+3
2016-03-04gspca: ov534/topro: prevent a division by 0Antonio Ospite2-3/+12
2016-03-04si2157: return -EINVAL if firmware blob is too bigLaura Abbott1-0/+1
2016-03-04media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot modeMalcolm Priestley1-3/+3
2016-03-04rc: sunxi-cir: Initialize the spinlock properlyChen-Yu Tsai1-0/+2
2016-02-17saa7134-alsa: Only frees registered sound cardsMauro Carvalho Chehab1-1/+4
2016-02-17media: i2c: Don't export ir-kbd-i2c module aliasJavier Martinez Canillas1-1/+0
2015-12-19Merge tag 'media/v4.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-4/+15
2015-12-18[media] airspy: increase USB control message buffer sizeAntti Palosaari1-1/+1
2015-12-18[media] hackrf: move RF gain ctrl enable behind module parameterAntti Palosaari1-0/+11
2015-12-18[media] hackrf: fix possible null ptr on debug printingAntti Palosaari1-1/+1
2015-12-18[media] Revert "[media] ivtv: avoid going past input/audio array"Mauro Carvalho Chehab1-2/+2
2015-11-21various: fix pci_set_dma_mask return value checkingChristoph Hellwig9-15/+17