summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-07-04media: ak7375: Add ak7375 lens voice coil driverBingbu Cao3-0/+303
2018-06-28media: ov5640: fix frame interval enumerationHugues Fruchet1-18/+16
2018-06-28media: ov5640: adjust xclk_maxPhilipp Puschmann1-1/+1
2018-06-28media: soc_camera: ov772x: correct setting of banding filterAkinobu Mita1-1/+1
2018-06-28media: s3c-camif: ignore -ENOIOCTLCMD from v4l2_subdev_call for s_powerAkinobu Mita1-0/+2
2018-06-28media: omap3isp: zero-initialize the isp cam_xclk{a,b} initial dataJavier Martinez Canillas1-1/+1
2018-06-28media: dw9807: Add dw9807 vcm driverAlan Chiang3-0/+340
2018-06-28media: omap3isp: fix warning for !CONFIG_PMArnd Bergmann1-2/+2
2018-06-28media: ov772x: create subdevice device nodeAkinobu Mita1-0/+1
2018-06-28media: ov772x: make set_fmt() and s_frame_interval() return -EBUSY while stre...Akinobu Mita1-10/+33
2018-06-28media: ov772x: avoid accessing registers under power saving modeAkinobu Mita1-15/+64
2018-06-28media: ov772x: use v4l2_ctrl to get current control valueAkinobu Mita1-17/+17
2018-06-28media: ov772x: reconstruct s_frame_interval()Akinobu Mita1-21/+35
2018-06-28media: ov772x: handle nested s_power() callsAkinobu Mita1-4/+30
2018-06-28media: ov772x: support device tree probingAkinobu Mita1-19/+43
2018-06-28media: ov772x: omit consumer ID when getting clock referenceAkinobu Mita1-1/+1
2018-06-28media: ov772x: use generic names for reset and powerdown gpiosAkinobu Mita1-4/+4
2018-06-28media: ov772x: add media controller supportAkinobu Mita1-1/+15
2018-06-28media: ov772x: add checks for register read errorsAkinobu Mita1-6/+14
2018-06-28media: ov772x: allow i2c controllers without I2C_FUNC_PROTOCOL_MANGLINGAkinobu Mita1-6/+14
2018-06-28media: ov5640: add support of module orientationHugues Fruchet1-2/+26
2018-06-28media: ov5640: add HFLIP/VFLIP controls supportHugues Fruchet1-18/+85
2018-06-28media: smiapp: Support the "rotation" propertySakari Ailus1-0/+16
2018-06-28media: media.h: remove __NEED_MEDIA_LEGACY_APIHans Verkuil1-3/+10
2018-06-28media: Revert "[media] tvp5150: fix pad format frame height"Javier Martinez Canillas1-1/+1
2018-06-28media: rcar_vpu: Drop unneeded job_readyEzequiel Garcia1-6/+0
2018-06-28media: mem2mem: Remove unused v4l2_m2m_ops .lock/.unlockEzequiel Garcia7-127/+6
2018-06-28media: rockchip/rga: Remove unrequired wait in .job_abortEzequiel Garcia2-14/+1
2018-06-28media: rockchip/rga: Fix broken .start_streamingEzequiel Garcia1-22/+23
2018-06-28media: venus: keep resolution when adjusting formatAlexandre Courbot2-4/+0
2018-06-28media: tm6000: add error handling for dvb_register_adapterZhouyang Jia1-0/+5
2018-06-28media: cx88: add error handling for snd_ctl_addZhouyang Jia1-2/+5
2018-06-28media: cx18: remove redundant zero check on retvalColin Ian King1-2/+0
2018-06-28media: mem2mem: Remove excessive try_run callEzequiel Garcia1-1/+0
2018-06-28media: rga: Remove surplus name initializationAnton Leontiev1-1/+0
2018-06-28media: m2m-deinterlace: Remove surplus name initializationAnton Leontiev1-1/+0
2018-06-28media: mx2: Remove surplus name initializationAnton Leontiev1-1/+0
2018-06-28media: s5p-g2d: Remove surplus name initializationAnton Leontiev1-1/+0
2018-06-28media: ti-vpe: Remove surplus name initializationAnton Leontiev1-1/+0
2018-06-28media: vim2m: Remove surplus name initializationAnton Leontiev1-1/+0
2018-06-28media: bt8xx: bttv: fix spelling mistake: "culpit" -> "culprit"Colin Ian King1-1/+1
2018-06-28media: i2c: adv748x: csi2: set entity function to video interface bridgeSteve Longerbeam1-1/+1
2018-06-28media: cx25821: remove cx25821-audio-upstream.c and cx25821-video-upstream.cCorentin Labbe5-1557/+0
2018-06-28media: stm32-dcmi: add power saving supportHugues Fruchet1-16/+65
2018-06-28media: stm32-dcmi: simplify of_node_put usageNicholas Mc Guire1-4/+1
2018-06-28media: stm32-dcmi: add mandatory of_node_put() in success pathNicholas Mc Guire1-3/+2
2018-06-28media: stm32-dcmi: drop unnecessary while(1) loopNicholas Mc Guire1-15/+13
2018-06-28media: stm32-dcmi: revisit stop streaming opsHugues Fruchet1-28/+1
2018-06-28media: stm32-dcmi: revisit buffer list managementHugues Fruchet1-34/+31
2018-06-28media: stm32-dcmi: clarify state logic on buffer starvationHugues Fruchet1-3/+8