summaryrefslogtreecommitdiffstats
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2020-05-25media: s5k5baf: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-25media: i2c: imx219: Drop <linux/clk-provider.h> and <linux/clkdev.h>Geert Uytterhoeven1-2/+0
2020-05-25media: i2c: Add ov2740 image sensor driverBingbu Cao3-0/+1030
2020-05-25media: ov8856: Implement sensor module revision identificationRobert Foss1-0/+53
2020-05-25media: ov8856: Add devicetree supportRobert Foss1-14/+124
2020-05-25media: dvb-usb: Add Cinergy S2 PCIe Dual Port supportDirk Nehring1-4/+21
2020-05-25media: dvbdev: Fix tuner->demod media controller linkBrad Love1-2/+3
2020-05-18media: i2c: imx219: Parse and register propertiesJacopo Mondi1-1/+11
2020-05-18media: i2c: ov13858: Parse and register propertiesJacopo Mondi1-1/+12
2020-05-18media: i2c: ov5670: Parse and register propertiesJacopo Mondi1-1/+13
2020-05-18media: v4l2-ctrls: Add helper to register propertiesJacopo Mondi1-0/+40
2020-05-18media: v4l2-ctrls: Sort includes alphabeticallyJacopo Mondi1-4/+4
2020-05-18media: v4l2-fwnode: Add helper to parse device propertiesJacopo Mondi1-0/+42
2020-05-18media: v4l2-ctrls: Add camera orientation and rotationJacopo Mondi1-0/+13
2020-05-18media: video-mux: Create media links in bound notifierSteve Longerbeam1-0/+22
2020-05-18media: video-mux: Implement get_fwnode_pad opSteve Longerbeam1-0/+1
2020-05-18media: Revert "media: v4l2-fwnode: Add a convenience function for registering...Steve Longerbeam1-62/+0
2020-05-18media: video-mux: Parse information from firmware without using callbacksSteve Longerbeam1-24/+46
2020-05-18media: v4l2-mc: add v4l2_create_fwnode_links helpersSteve Longerbeam1-0/+95
2020-05-18media: v4l2-subdev: add v4l2_subdev_get_fwnode_pad_1_to_1Steve Longerbeam1-0/+22
2020-05-18media: entity: Pass entity to get_fwnode_pad operationSteve Longerbeam1-1/+1
2020-05-18media: i2c: imx219: Fix a bug in imx219_enum_frame_sizeDafna Hirschfeld1-1/+1
2020-05-18media: i2c: imx219: Implement get_selectionJacopo Mondi1-0/+94
2020-05-14media: media: sh_veu: Remove driverGeert Uytterhoeven3-1214/+0
2020-05-12media: dvb-frontends: remove redundant initialization of variable statusColin Ian King1-1/+1
2020-05-12media: mantis_dvb: remove redundant initialization to variable resultColin Ian King1-1/+1
2020-05-12media: usb: ttusb-dec: reduce the number of memory reads in ttusb_dec_handle_...Jia-Ju Bai1-4/+5
2020-05-12media: stv0900_core: remove redundant assignment to variable valColin Ian King1-1/+1
2020-05-12media: dvb: remove redundant assignment to variable bwColin Ian King1-1/+1
2020-05-12media: gpio-ir-tx: allow transmission without carrierSean Young1-4/+40
2020-05-12media: gpio-ir-tx: improve precision of transmitted signal due to schedulingSean Young1-6/+1
2020-05-12media: v4l2-subdev: add VIDIOC_SUBDEV_QUERYCAP ioctlHans Verkuil1-0/+11
2020-05-12media: v4l2-subdev: Guard whole fops and ioctl hdlrJacopo Mondi1-8/+31
2020-05-12media: v4l2-dev: Add v4l2_device_register_ro_subdev_node()Jacopo Mondi2-2/+24
2020-05-06media: vimc: Make use of V4L2_CAP_IO_MCNiklas Söderlund1-2/+12
2020-05-06media: rcar-vin: Make use of V4L2_CAP_IO_MCNiklas Söderlund1-16/+24
2020-05-06media: v4l2: Extend VIDIOC_ENUM_FMT to support MC-centric devicesLaurent Pinchart1-2/+11
2020-05-06media: pci: Fill v4l2_fmtdesc with designated initializersLaurent Pinchart2-18/+30
2020-05-06media: v4l2-dev/ioctl: Add V4L2_CAP_IO_MCNiklas Söderlund2-10/+72
2020-05-05media: cec: silence shift wrapping warning in __cec_s_log_addrs()Dan Carpenter1-4/+4
2020-05-05media: sun8i: Fix an error handling path in 'deinterlace_runtime_resume()'Christophe JAILLET1-3/+3
2020-05-05media: vimc: deb: Add support for {RGB,BGR,GBR}888 bus formats on source padNícolas F. R. A. Prado1-17/+54
2020-05-05media: vimc: Add missing {RGB,BGR,GBR}888 media bus codesNícolas F. R. A. Prado2-3/+15
2020-05-05media: vimc: Support multiple media bus codes for each pixelformatNícolas F. R. A. Prado4-32/+68
2020-05-05media: ti-vpe: avoid gcc-9 warningArnd Bergmann1-25/+21
2020-05-05media: cx231xx: Remove unneeded semicolonZou Wei1-1/+1
2020-05-05media: rcar-csi2: Fix comment of VCDT/VCDT2 registerKoji Matsuoka1-2/+2
2020-05-05media: venus: venc,vdec: Return EBUSY on S_FMT while streamingStanimir Varbanov2-0/+16
2020-05-05media: venus: Mark last capture bufferStanimir Varbanov5-11/+54
2020-05-05media: venus: vdec: Init registered list unconditionallyStanimir Varbanov1-2/+3