summaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
Commit message (Expand)AuthorAgeFilesLines
* media: imx-pxp: add i.MX Pixel Pipeline driverPhilipp Zabel2018-09-114-0/+3448
* media: vimc: implement basic v4l2-ctrlsGuilherme Gallo2018-09-111-0/+20
* media: vicodec: change codec license to LGPLHans Verkuil2018-09-114-4/+4
* media: uvcvideo: Add a D4M camera descriptionGuennadi Liakhovetski2018-09-111-0/+11
* media: uvcvideo: Store device information pointer in struct uvc_deviceLaurent Pinchart2018-09-113-14/+16
* media: uvcvideo: Rename UVC_QUIRK_INFO to UVC_INFO_QUIRKGuennadi Liakhovetski2018-09-111-9/+9
* media: uvcvideo: Fix uvc_alloc_entity() allocation alignmentNadav Amit2018-09-111-1/+1
* media: uvcvideo: Fix spelling mistake: "entites" -> "entities"Colin Ian King2018-09-111-4/+3
* media: uvcvideo: Remove unnecessary NULL check before debugfs_remove_recursiveGustavo A. R. Silva2018-09-111-5/+1
* media: uvcvideo: Make uvc_control_mapping menu_info field constLaurent Pinchart2018-09-112-6/+6
* media: uvcvideo: Make some structs constJoe Perches2018-09-111-2/+2
* media: vicodec: fix sparse warningHans Verkuil2018-09-111-2/+1
* media: vicodec: fix wrong sizeimageHans Verkuil2018-09-111-5/+10
* media: v4l2-tpg: add Z16 supportHans Verkuil2018-09-111-0/+3
* media: v4l2-tpg: show either Y'CbCr or HSV encodingHans Verkuil2018-09-111-2/+6
* media: i2c: mt9v111: Fix v4l2-ctrl error handlingJacopo Mondi2018-09-101-28/+13
* media: adv7842: enable reduced fps detectionHans Verkuil2018-08-311-0/+9
* media: cobalt: Use v4l2_calc_timeperframe helperJose Abreu2018-08-311-2/+7
* media: v4l2-dv-timings: Introduce v4l2_calc_timeperframe helperJose Abreu2018-08-311-0/+39
* media: ov5640: fix mode change regressionHugues Fruchet2018-08-311-5/+16
* media: ov772x: Disable clk on error pathAlexey Khoroshilov2018-08-311-0/+1
* media: ipu3-cio2: Use dma_zalloc_coherent to replace dma_alloc_coherent + memsetzhong jiang2018-08-311-4/+2
* media: i2c: Fix pm_runtime_get_if_in_use() usage in sensor driversSakari Ailus2018-08-315-5/+5
* media: ov5670, ov13858: Use pm_runtime_idleSakari Ailus2018-08-312-18/+2
* media: ov9650: use SCCB regmapAkinobu Mita2018-08-312-82/+76
* media: ov772x: use SCCB regmapAkinobu Mita2018-08-312-111/+82
* media: vicodec: fix out-of-range values when decodingHans Verkuil2018-08-311-2/+8
* media: vicodec: split off v4l2 specific parts for the codecHans Verkuil2018-08-314-382/+458
* media: vicodec: rename and use proper fwht prefix for codecHans Verkuil2018-08-314-113/+117
* media: vicodec: improve handling of uncompressable planesHans Verkuil2018-08-312-5/+7
* media: vicodec: simplify blocktype checkingHans Verkuil2018-08-311-2/+1
* media: vicodec: simplify flags handlingHans Verkuil2018-08-311-13/+13
* media: vicodec: add support for more pixel formatsHans Verkuil2018-08-313-100/+324
* media: vicodec: add QP controlsHans Verkuil2018-08-313-17/+68
* media: camss: add missing includesArnd Bergmann2018-08-297-0/+7
* media: camss: Use managed memory allocationsTodor Tomov2018-08-292-7/+8
* media: camss: mark PM functions as __maybe_unusedArnd Bergmann2018-08-291-2/+2
* media: af9035: prevent buffer overflow on writeJozef Balga2018-08-291-2/+4
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-11/+5
|\
| * media: Convert entity ID allocation to new IDA APIMatthew Wilcox2018-08-221-11/+5
* | Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-225-19/+19
|\ \
| * \ Merge tag 'v4.18-rc5' into i2c/for-4.19Wolfram Sang2018-07-171-12/+2
| |\ \
| * | | media: tda18271: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-4/+4
| * | | media: tda1004x: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-3/+3
| * | | media: rtl2830: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-6/+6
| * | | media: drxk_hard: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-2/+2
| * | | media: af9013: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-4/+4
* | | | Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-08-215-3/+369
|\ \ \ \
| * | | | media: platform: cros-ec-cec: Fix dependency on MFD_CROS_ECArnd Bergmann2018-08-161-1/+1
| * | | | media: platform: Add ChromeOS EC CEC driverNeil Armstrong2018-07-134-0/+361