aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab1-2/+0
2018-06-15media: dvb: point to the location of the old README.dvb-usb fileMauro Carvalho Chehab41-41/+41
2018-06-15media: dvb: fix location of get_dvb_firmware scriptMauro Carvalho Chehab6-10/+8
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab2-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook9-18/+19
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook8-14/+21
2018-06-05media: uvcvideo: Prevent setting unavailable flagsKieran Bingham1-8/+9
2018-05-28media: uvcvideo: Support realtek's UVC 1.5 deviceming_qian1-6/+18
2018-05-28media: uvcvideo: Fix driver reference countingPhilipp Zabel1-9/+2
2018-05-28media: gspca_zc3xx: Enable short exposure times for OV7648Ondrej Zary1-3/+6
2018-05-28media: gspca_zc3xx: Fix power line frequency settings for OV7648Ondrej Zary1-7/+0
2018-05-28media: gspca_zc3xx: Implement proper autogain and exposure control for OV7648Ondrej Zary1-8/+34
2018-05-28media: pvrusb2: replace pvr2_v4l2_ioctl by video_ioctl2Hans Verkuil1-52/+31
2018-05-28media: hdpvr: fix spelling mistake: "Hauppage" -> "Hauppauge"Colin Ian King1-1/+1
2018-05-28media: stk1160: Add missing calls to mutex_destroyEzequiel Garcia1-0/+2
2018-05-28media: stk1160: Fix typo s/therwise/OtherwiseEzequiel Garcia1-1/+1
2018-05-28media: gspca: Kill all URBs before releasing any of themEzequiel Garcia1-4/+11
2018-05-28media: gspca: fix g/s_parm handlingHans Verkuil3-15/+16
2018-05-28media: gspca: convert to vb2Hans Verkuil5-769/+182
2018-05-25media: hdpvr: fix compiler warningHans Verkuil1-1/+1
2018-05-25media: go7007: fix two sparse warningsHans Verkuil2-1/+4
2018-05-25media: usbtv: Implement wait_prepare and wait_finishEzequiel Garcia1-0/+2
2018-05-15media: siano: use GFP_DMA only for smssdioMauro Carvalho Chehab1-1/+1
2018-05-14media: gp8psk: don't abuse of GFP_DMAMauro Carvalho Chehab1-1/+1
2018-05-11media: dvbdev: add a mutex protecting the "mdev" pointerMax Kellermann1-0/+4
2018-05-11media: usb: cx231xx-417: include linux/slab.h headerAnders Roxell1-0/+1
2018-05-11media: em28xx: Demote several dev_err to dev_infoBrad Love1-2/+2
2018-05-11media: cx231xx: Fix spelling mistake: "senario" -> "scenario"Colin Ian King1-1/+1
2018-05-11media: hackrf: group device capabilitiesGustavo Padovan1-7/+4
2018-05-10media: update/fix my e-mail on some placesMauro Carvalho Chehab1-1/+1
2018-05-10Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab16-19/+19
2018-05-10media: dvbsky: use just one mutex for serializing device R/W opsMauro Carvalho Chehab1-10/+6
2018-05-09media: pvrusb2: delete unneeded includeJulia Lawall1-1/+0
2018-05-09media: em28xx: Fix DualHD broken second tunerBrad Love1-1/+1
2018-05-09media: media/usbvision: fix spelling mistake: "compresion" -> "compression"Colin Ian King1-1/+1
2018-05-05media: cx231xx: Fix recursive dependencyBrad Love1-1/+0
2018-05-05media: gspca: Stop using GFP_DMA for buffers for USB bulk transfersHans de Goede4-4/+4
2018-05-05media: em28xx: Add new dvb-t board ":Zolid Hybrid Tv Stick"Marcel Stork3-1/+31
2018-05-05media: em28xx: merge two identical cases inside a switch()Marcel Stork1-2/+0
2018-05-05media: cx231xx: remove a now unused varMauro Carvalho Chehab1-1/+0
2018-05-05media: cx231xx: Add I2C_MUX dependencyBrad Love1-1/+1
2018-05-05media: cx231xx: Remove RC_CORE dependencyBrad Love1-1/+0
2018-05-05media: cx231xx: Remove unnecessary parameter clearBrad Love1-1/+0
2018-05-05media: cx231xx: Update 955Q from dvb attach to i2c deviceBrad Love1-10/+11
2018-05-05media: cx231xx: Switch to using new dvb i2c helpersBrad Love1-252/+78
2018-05-05media: cx231xx: Ignore an i2c mux adapterBrad Love1-1/+1
2018-05-05media: cx231xx: Style fix for struct zero initBrad Love1-8/+4
2018-05-05media: cx231xx: Use board profile values for addressesBrad Love1-10/+9
2018-05-05media: cx231xx: Fix several incorrect demod addressesBrad Love1-3/+3
2018-05-05media: dvb-usb: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai1-3/+3