summaryrefslogtreecommitdiff
path: root/drivers/media/i2c
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: dw9807: Add dw9807 vcm driverAlan Chiang3-0/+340
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: Revert "[media] tvp5150: fix pad format frame height"Javier Martinez Canillas1-1/+1
2018-06-28media: i2c: adv748x: csi2: set entity function to video interface bridgeSteve Longerbeam1-1/+1
2018-06-28media: i2c: rj54n1: Remove soc_camera dependenciesJacopo Mondi3-66/+99
2018-06-28media: i2c: Copy rj54n1cb0c soc_camera sensor driverJacopo Mondi1-0/+1416
2018-06-28media: i2c: lm3560: add support for lm3559 chipPavel Machek1-1/+2
2018-06-28media: adv7604: simplify of_node_put()Nicholas Mc Guire1-5/+2
2018-06-28media: tc358743: release device_node in tc358743_probe_of()Alexey Khoroshilov1-1/+4
2018-06-27media: imx258: Check the rotation property has a value of 180Sakari Ailus1-0/+8
2018-06-16media: max2175: fix location of driver's companion documentationMauro Carvalho Chehab1-3/+3
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds20-292/+3827
2018-06-06Merge tag 'sound-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-12/+13
2018-05-28media: adv7511: fix incorrect clear of CEC receive interruptHans Verkuil1-2/+2
2018-05-28media: ov772x: correct setting of banding filterAkinobu Mita1-1/+1
2018-05-28media: imx258: get rid of an unused varMauro Carvalho Chehab1-2/+0
2018-05-28media: imx258: Add imx258 camera sensor driverJason Chen3-0/+1332
2018-05-26media: adv7511: fix clearing of the CEC receive bufferHans Verkuil1-9/+9
2018-05-25media: i2c: adv748x: Fix pixel rate valuesLaurent Pinchart2-13/+7
2018-05-17media: imx274: remove non-indexed pointers from mode_tableLuca Ceresoli1-19/+6
2018-05-17media: imx274: rename and reorder register address definitionsLuca Ceresoli1-13/+13
2018-05-17media: imx274: remove unused data from struct imx274_frmfmtLuca Ceresoli1-12/+5
2018-05-17media: imx274: slightly simplify codeLuca Ceresoli1-1/+1
2018-05-17media: imx274: fix typo in commentLuca Ceresoli1-1/+1
2018-05-17media: imx274: document reset delays more clearlyLuca Ceresoli1-1/+1
2018-05-17media: smiapp: fix timeout checking in smiapp_read_nvmColin Ian King1-6/+5
2018-05-17media: Add a driver for the ov7251 camera sensorTodor Tomov3-0/+1516
2018-05-17media: ov5640: Program the visible resolutionMaxime Ripard1-44/+14
2018-05-17media: ov5640: Add horizontal and vertical totalsMaxime Ripard1-59/+97
2018-05-17media: ov5640: Change horizontal and vertical resolutions nameMaxime Ripard1-13/+13
2018-05-17media: ov5640: Init properly the SCLK dividersMaxime Ripard1-1/+10