summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* media: imx-mipi-csis: Remove an incorrect fwnode_handle_put() callChristophe JAILLET2023-09-191-2/+0
* media: vb2: frame_vector.c: replace WARN_ONCE with a commentHans Verkuil2023-09-141-2/+4
* media: uvcvideo: Fix OOB readRicardo Ribalda2023-09-141-0/+3
* media: bt8xx: bttv_risc_packed(): remove field checksHans Verkuil2023-09-141-3/+1
* media: i2c: rdacm21: Remove an incorrect fwnode_handle_put() callChristophe JAILLET2023-09-141-1/+0
* media: i2c: imx219: Perform a full mode set unconditionallyLaurent Pinchart2023-09-141-3/+0
* media: i2c: imx219: Fix crop rectangle setting when changing formatLaurent Pinchart2023-09-141-2/+6
* media: i2c: imx219: Fix a typo referring to a wrong variableLaurent Pinchart2023-09-141-2/+2
* media: i2c: max9286: Remove an incorrect fwnode_handle_put() callChristophe JAILLET2023-09-141-1/+0
* media: ivsc: Depend on VIDEO_DEVSakari Ailus2023-09-141-1/+1
* media: via: Use correct dependency for camera sensor driversSakari Ailus2023-09-141-1/+1
* media: v4l: Use correct dependency for camera sensor driversSakari Ailus2023-09-143-5/+5
* media: pci: ivsc: Select build dependenciesSakari Ailus2023-09-141-0/+3
* media: dvb: symbol fixup for dvb_attach()Greg Kroah-Hartman2023-09-09105-112/+112
* Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-09-01301-7568/+17188
|\
| * media: ivsc: Add ACPI dependencySakari Ailus2023-08-181-1/+1
| * media: bttv: convert to vb2Deborah Brouwer2023-08-146-896/+542
| * media: bttv: use audio defaults for winfast2000Deborah Brouwer2023-08-141-9/+1
| * media: bttv: refactor bttv_set_dma()Deborah Brouwer2023-08-142-41/+71
| * media: bttv: move vbi_skip/vbi_count out of bufferDeborah Brouwer2023-08-144-12/+17
| * media: bttv: remove crop info from bttv_bufferDeborah Brouwer2023-08-143-12/+11
| * media: bttv: remove tvnorm field from bttv_bufferDeborah Brouwer2023-08-143-4/+3
| * media: bttv: remove format field from bttv_bufferDeborah Brouwer2023-08-143-29/+27
| * media: bttv: move do_crop flag out of bttv_fhDeborah Brouwer2023-08-142-18/+11
| * media: bttv: copy vbi_fmt from bttv_fhDeborah Brouwer2023-08-143-8/+12
| * media: bttv: copy vid fmt/width/height from fhDeborah Brouwer2023-08-142-17/+20
| * media: bttv: radio use v4l2_fh instead of bttv_fhDeborah Brouwer2023-08-141-27/+10
| * media: bttv: replace BUG with WARN_ONDeborah Brouwer2023-08-143-12/+12
| * media: bttv: use video_drvdata to get bttvDeborah Brouwer2023-08-142-53/+32
| * media: i2c: rdacm21: Fix uninitialized valueJacopo Mondi2023-08-141-1/+1
| * media: coda: Remove duplicated includeGUO Zihua2023-08-141-1/+0
| * media: vivid: fix the racy dev->radio_tx_rds_ownerSishuai Gong2023-08-141-1/+1
| * media: i2c: ccs: Check rules is non-NULLSakari Ailus2023-08-141-45/+56
| * media: i2c: ds90ub960: Fix PLL config for 1200 MHz CSI rateTomi Valkeinen2023-08-141-0/+1
| * media: i2c: ds90ub953: Fix use of uninitialized variablesTomi Valkeinen2023-08-141-3/+3
| * media: i2c: ds90ub913: Fix use of uninitialized variablesTomi Valkeinen2023-08-141-1/+1
| * media: ipu-bridge: Add link-frequency to OV2680 ipu_supported_sensors[] entryHans de Goede2023-08-141-1/+1
| * media: ov2680: Add bus-cfg / endpoint property verificationHans de Goede2023-08-141-13/+47
| * media: ov2680: Add link-freq and pixel-rate controlsHans de Goede2023-08-141-0/+24
| * media: ov2680: Read and log sensor revision during probeHans de Goede2023-08-141-6/+9
| * media: ov2680: Drop unnecessary pad checksHans de Goede2023-08-141-7/+1
| * media: ov2680: Add a bunch of register tweaksHans de Goede2023-08-141-0/+53
| * media: ov2680: Fix exposure and gain ctrls range and default valueHans de Goede2023-08-141-3/+8
| * media: ov2680: Implement selection supportHans de Goede2023-08-141-12/+141
| * media: ov2680: Add an __ov2680_get_pad_format() helper functionHans de Goede2023-08-141-10/+16
| * media: ov2680: Make setting the mode algorithm basedHans de Goede2023-08-141-177/+157
| * media: ov2680: Add ov2680_mode structHans de Goede2023-08-141-13/+17
| * media: ov2680: Annotate the per mode register setting listsHans de Goede2023-08-141-14/+104
| * media: ov2680: Fix ov2680_enum_frame_interval()Hans de Goede2023-08-141-8/+17
| * media: ov2680: Add support for ACPI enumerationHans de Goede2023-08-141-0/+7