summaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
Commit message (Expand)AuthorAgeFilesLines
* media: rc keymaps: add SPDX identifiers to the code I wroteMauro Carvalho Chehab2017-12-1166-741/+411
* media: usb: add SPDX identifiers to some code I wroteMauro Carvalho Chehab2017-12-1111-174/+67
* media: tuners: add SPDX identifiers to the code I wroteMauro Carvalho Chehab2017-12-116-69/+51
* media: rc: add SPDX identifiers to the code I wroteMauro Carvalho Chehab2017-12-116-93/+38
* media: uvcvideo: Stream error events carry no dataLaurent Pinchart2017-12-081-2/+3
* media: uvcvideo: Mark buffer error where overflowBaoyou Xie2017-12-081-0/+1
* media: uvcvideo: Remove duplicate & operationJaejoong Kim2017-12-081-2/+2
* media: uvcvideo: Add D3DFMT_L8 supportNicolas Dufresne2017-12-082-0/+10
* media: exynos4-is: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-12-081-4/+1
* media: venus: cleanup set_property controlsStanimir Varbanov2017-12-081-71/+2
* media: i2c: adv748x: Restore full DT paths in kernel messagesGeert Uytterhoeven2017-12-081-6/+4
* media: vivid: use ktime_t for timestamp calculationArnd Bergmann2017-12-085-13/+11
* media: solo6x10: use ktime_get_ts64() for time syncArnd Bergmann2017-12-081-8/+9
* media: venus: venc: Apply inloop deblocking filterLoic Poulain2017-12-083-4/+26
* media: venus: venc: configure entropy modeLoic Poulain2017-12-081-0/+11
* media: davinci: vpif_capture: add NULL check on devm_kzalloc return valueGustavo A. R. Silva2017-12-081-0/+2
* media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2017-12-081-0/+5
* media: soc_camera: soc_scale_crop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2017-12-081-0/+4
* media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTIONJesse Chan2017-12-081-0/+3
* media: usbvision: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman2017-12-081-2/+1
* media: vivid: print time in y2038-safe wayArnd Bergmann2017-12-082-2/+2
* media: cpia2: Fix a couple off by one bugsDan Carpenter2017-12-081-2/+2
* media: coda: remove definition of CODA_STD_MJPGMartin Kepplinger2017-12-081-1/+0
* media: cec: disable the hardware when unregisteredHans Verkuil2017-12-082-13/+13
* media: cec: add the adap_monitor_pin_enable opHans Verkuil2017-12-083-5/+41
* media: pulse8-cec: print time using time64_tArnd Bergmann2017-12-081-2/+2
* media: vimc: add test_pattern and h/vflip controls to the sensorHans Verkuil2017-12-082-1/+67
* media: s2255drv: update firmware loadDean A2017-12-081-7/+6
* media: cx23885: Handle return value of kasprintfArvind Yadav2017-12-081-2/+13
* media: vsp1: Prevent suspending and resuming DRM pipelinesKieran Bingham2017-12-081-2/+14
* media: cec-adap: add '0x' prefix when printing statusHans Verkuil2017-12-081-1/+1
* media: adv7604.c: add missing returnHans Verkuil2017-12-081-0/+1
* media: venus: venc: set correctly GOP size and number of B-framesStanimir Varbanov2017-12-082-6/+68
* media: cx231xx: Add support for The Imaging Source DFG/USB2proRomain Reignier2017-12-082-0/+29
* media: i2c: adv748x: Remove duplicate NULL checkAndy Shevchenko2017-12-081-4/+2
* media: adv7180: Remove duplicate checksAndy Shevchenko2017-12-081-8/+4
* media: drivers/media/pci/zoran: remove redundant assignment to pointer hColin Ian King2017-12-081-1/+0
* media: pt3: remove redundant assignment to maskColin Ian King2017-12-081-1/+0
* media: use ARRAY_SIZEJérémy Lefaure2017-12-087-16/+17
* media: gspca: Convert PDEBUG to gspca_dbgJoe Perches2017-12-0859-687/+742
* media: gspca: Convert PERR to gspca_errJoe Perches2017-12-0832-156/+174
* media: stk-webcam: Fix use after free on disconnectDan Carpenter2017-12-081-1/+1
* media: hdpvr: Fix an error handling path in hdpvr_probe()Arvind Yadav2017-12-081-11/+15
* media: cxusb: pass buf as a const u8 * pointer and make buf static constColin Ian King2017-12-081-2/+3
* media: solo6x10: hide unused variableArnd Bergmann2017-12-081-0/+2
* media: tuners: mxl5005s: make arrays static const, reduces object code sizeColin Ian King2017-12-081-6/+11
* media: i2c: adv748x: Store the pixel rate ctrl on CSI objectsKieran Bingham2017-12-083-6/+9
* media: v4l: mt9v032: Disable clock on error pathsAlexey Khoroshilov2017-12-081-6/+15
* media: ov7670: add V4L2_CID_TEST_PATTERN controlAkinobu Mita2017-12-081-1/+45
* media: ov7670: use v4l2_async_unregister_subdev()Akinobu Mita2017-12-081-1/+1