summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-02-26media: v4l2-core: v4l2-mc: Add SPDX license identifierShuah Khan1-10/+2
2018-02-26media: mtk-vcodec: Always signal source change event on format changeTomasz Figa1-0/+2
2018-02-26media: usbtv: prevent double free in error caseOliver Neukum1-0/+2
2018-02-26media: media-device: use strlcpy() instead of strncpy()Xiongfeng Wang1-1/+1
2018-02-26media: coda: bump maximum number of internal framebuffers to 19Philipp Zabel1-1/+1
2018-02-26media: au0828: fix VIDEO_V4L2 dependencyArnd Bergmann1-2/+3
2018-02-26media: atmel-isc: Make local symbol fmt_configs_list staticWei Yongjun1-1/+1
2018-02-26media: imx: allow to build with COMPILE_TESTPhilipp Zabel1-1/+2
2018-02-26media: coda: Add i.MX51 (CodaHx4) supportPhilipp Zabel3-16/+75
2018-02-26media: platform: stm32: Adopt SPDX identifierBenjamin Gaignard2-5/+2
2018-02-23ov13858: fix endiannes warningsMauro Carvalho Chehab1-5/+8
2018-02-23media: ov5640: fix framerate updateHugues Fruchet1-0/+2
2018-02-23media: ov5640: fix virtual_channel parameter permissionsHugues Fruchet1-2/+7
2018-02-23media: ov5640: various typo & style fixesHugues Fruchet1-18/+18
2018-02-23media: ov5640: add error trace in case of i2c read failureHugues Fruchet1-2/+5
2018-02-23media: ov5640: add JPEG supportHugues Fruchet1-2/+43
2018-02-23media: v4l2: i2c: ov7670: Implement OF mbus configurationJacopo Mondi2-14/+85
2018-02-23media: i2c: ov9650: fix potential integer overflow in __ov965x_set_frame_inte...Gustavo A. R. Silva1-2/+2
2018-02-23media: ov9650: support device tree probingAkinobu Mita1-38/+92
2018-02-23media: ov13858: Use false for boolean valueGustavo A. R. Silva1-1/+1
2018-02-23media: ov13858: Avoid possible null first frameChiranjeevi Rapolu1-0/+4
2018-02-23media: ov2685: Assign ret in default case in s_ctrl callbackSakari Ailus1-0/+1
2018-02-23media: ov2685: add support for OV2685 sensorShunqian Zheng3-0/+858
2018-02-23media: ov5695: add support for OV5695 sensorShunqian Zheng3-0/+1411
2018-02-23media: mt9t031: deprecate, move to stagingHans Verkuil8-7/+20
2018-02-23media: imx074: deprecate, move to stagingHans Verkuil8-7/+14
2018-02-23media: intel-ipu3: cio2: Use SPDX license headersYong Zhi2-22/+4
2018-02-23media: intel-ipu3: cio2: Disable and sync irq before stream offYong Zhi1-0/+4
2018-02-23media: uvcvideo: Fixed ktime_t to ns conversionJasmin Jessich1-2/+3
2018-02-23media: uvcvideo: Use parentheses around sizeof operandLaurent Pinchart4-36/+37
2018-02-23media: uvcvideo: Use internal kernel integer typesLaurent Pinchart7-193/+193
2018-02-23media: uvcvideo: Use kernel integer typesLaurent Pinchart3-11/+11
2018-02-23media: uvcvideo: Drop extern keyword in function declarationsLaurent Pinchart1-74/+70
2018-02-23media: uvcvideo: Support multiple frame descriptors with the same dimensionsPhilipp Zabel1-16/+55
2018-02-23media: uvcvideo: Apply flags from device to actual propertiesEdgar Thier1-13/+39
2018-02-22tda1997x: get rid of an unused varMauro Carvalho Chehab1-2/+2
2018-02-22media: i2c: Add TDA1997x HDMI receiver driverTim Harvey4-0/+3471
2018-02-22media: v4l-ioctl: fix clearing pad for VIDIOC_DV_TIMINGS_CAPTim Harvey1-1/+1
2018-02-22media: v4l2-dv-timings: add v4l2_hdmi_colorimetry()Hans Verkuil1-0/+141
2018-02-22media: staging: atomisp: Drop g_parm and s_parm subdev ops useSakari Ailus2-30/+0
2018-02-22media: staging: atomisp: mt9m114: Drop empty s_parm callbackSakari Ailus1-6/+0
2018-02-22media: staging: atomisp: i2c: Drop g_parm support in sensor driversSakari Ailus5-135/+0
2018-02-22media: staging: atomisp: i2c: Disable non-preview configurationsSakari Ailus3-0/+18
2018-02-22media: staging: atomisp: Kill subdev s_parm abuseSakari Ailus10-264/+3
2018-02-22media: convert g/s_parm to g/s_frame_interval in subdevsHans Verkuil13-165/+110
2018-02-22media: v4l2-common: create v4l2_g/s_parm_cap helpersHans Verkuil1-0/+48
2018-02-22media: v4l2-subdev: clear reserved fieldsHans Verkuil1-0/+13
2018-02-14media: rc: get start time just before calling driver txSean Young1-2/+2
2018-02-14media: rc: remove useless if statementSean Young1-1/+1
2018-02-14media: rc: remove obsolete commentSean Young1-7/+0