summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* media: radio-raremono: change devm_k*alloc to k*allocLuke Nowakowski-Krijger2019-08-041-7/+23
* media: pvrusb2: use a different format for warningsAndrey Konovalov2019-08-043-6/+6
* media: cpia2_usb: first wake up, then free in disconnectOliver Neukum2019-08-041-1/+2
* media: au0828: fix null dereference in error pathSean Young2019-08-041-6/+6
* media: videobuf2-dma-sg: Prevent size from overflowingSakari Ailus2019-07-261-1/+1
* media: videobuf2-core: Prevent size alignment wrapping buffer size to 0Sakari Ailus2019-07-261-0/+4
* media: coda: Remove unbalanced and unneeded mutex unlockEzequiel Garcia2019-07-261-1/+0Star
* media: v4l2: Test type instead of cfg->type in v4l2_ctrl_new_custom()Boris Brezillon2019-07-261-5/+4Star
* media: hdpvr: fix locking and a missing msleepHans Verkuil2019-07-261-6/+11
* media: vimc: cap: check v4l2_fill_pixfmt return valueAndré Almeida2019-07-261-1/+4
* media: coda: increment sequence offset for the last returned framePhilipp Zabel2019-07-261-0/+3
* media: coda: fix last buffer handling in V4L2_ENC_CMD_STOPMarco Felsch2019-07-261-0/+2
* media: coda: fix mpeg2 sequence number handlingPhilipp Zabel2019-07-261-1/+4
* media: i2c: fix warning same module namesAnders Roxell2019-07-262-1/+6
* media: s5p-mfc: Make additional clocks optionalMarek Szyprowski2019-07-261-0/+5
* media: s5p-mfc: fix reading min scratch buffer size on MFC v6/v7Marek Szyprowski2019-07-261-1/+2
* media: fdp1: Support M3N and E3 platformsKieran Bingham2019-07-261-0/+8
* media: uvcvideo: Fix access to uninitialized fields on probe errorOliver Neukum2019-07-261-1/+3
* media: wl128x: Fix some error handling in fm_v4l2_init_video_device()Kefeng Wang2019-07-261-0/+3
* tua6100: Avoid build warnings.David S. Miller2019-07-261-11/+11
* media: saa7164: fix remove_proc_entry warningKefeng Wang2019-07-261-11/+22
* media: mc-device.c: don't memset __user pointer contentsHans Verkuil2019-07-261-2/+3
* media: media_device_enum_links32: clean a reserved fieldJungo Lin2019-07-261-1/+8
* media: vpss: fix a potential NULL pointer dereferenceKangjie Lu2019-07-261-0/+5
* media: marvell-ccic: fix DMA s/g desc number calculationLubomir Rintel2019-07-261-2/+3
* media: ov7740: avoid invalid framesize settingAkinobu Mita2019-07-261-1/+5
* media: spi: IR LED: add missing of table registrationDaniel Gomez2019-07-261-0/+1
* media: dvb: usb: fix use after free in dvb_usb_device_exitOliver Neukum2019-07-261-2/+5
* media: stv0297: fix frequency range limitMauro Carvalho Chehab2019-07-141-1/+1
* media: s5p-mfc: fix incorrect bus assignment in virtual child deviceMarek Szyprowski2019-07-101-1/+0Star
* media: uvcvideo: Fix uvc_alloc_entity() allocation alignmentNadav Amit2019-06-091-1/+1
* media: smsusb: better handle optional alignmentMauro Carvalho Chehab2019-06-091-4/+4
* media: usb: siano: Fix false-positive "uninitialized variable" warningAlan Stern2019-06-091-1/+1
* media: usb: siano: Fix general protection fault in smsusbAlan Stern2019-06-091-13/+20
* media: saa7146: avoid high stack usage with clangArnd Bergmann2019-05-312-6/+4Star
* media: vimc: zero the media_device on probeHans Verkuil2019-05-311-0/+2
* media: go7007: avoid clang frame overflow warning with KASANArnd Bergmann2019-05-311-2/+2
* media: gspca: do not resubmit URBs when streaming has stoppedHans Verkuil2019-05-311-2/+6
* media: vimc: stream: fix thread state before sleepHelen Fornazier2019-05-311-1/+1
* media: m88ds3103: serialize reset messages in m88ds3103_set_frontendJames Hutchinson2019-05-311-5/+4Star
* media: dvbsky: Avoid leaking dvb frontendStefan Brüns2019-05-311-8/+10
* media: si2165: fix a missing check of return valueKangjie Lu2019-05-311-3/+5
* media: gspca: Kill URBs on USB device disconnectEzequiel Garcia2019-05-311-1/+3
* media: wl128x: prevent two potential buffer overflowsDan Carpenter2019-05-311-2/+5
* media: video-mux: fix null pointer dereferencesKangjie Lu2019-05-311-0/+5
* media: pvrusb2: Prevent a buffer overflowDan Carpenter2019-05-312-0/+3
* media: au0828: Fix NULL pointer dereference in au0828_analog_stream_enable()Shuah Khan2019-05-311-0/+3
* media: stm32-dcmi: fix crash when subdev do not expose any formatsHugues Fruchet2019-05-311-0/+6
* media: ov2659: make S_FMT succeed even if requested format doesn't matchAkinobu Mita2019-05-311-2/+4
* media: au0828: stop video streaming only when last user stopsHans Verkuil2019-05-311-5/+8