summaryrefslogtreecommitdiff
path: root/drivers/media/pci
AgeCommit message (Expand)AuthorFilesLines
2023-10-07media: cobalt: Use FIELD_GET() to extract Link WidthIlpo Järvinen1-5/+6
2023-10-07media: pci: mgb4: Added Digiteq Automotive MGB4 driverMartin Tůma25-0/+4949
2023-09-27media: zoran: increase name sizeHans Verkuil1-1/+1
2023-09-27media: cx18: increase in_workq_name sizeHans Verkuil1-1/+1
2023-09-27media: bt8xx: make read-only arrays staticColin Ian King1-5/+9
2023-09-27media: bttv: Add MODULE_FIRMWARE macroJuerg Haefliger1-0/+1
2023-09-27media: bttv: fix use after free error due to btv->timeout timerZheng Wang1-0/+1
2023-09-27media: ivsc: ace: probe ace device after IPU bridge is initialized.Wentong Wu1-0/+3
2023-09-27media: ivsc: ace: remove name identifierWentong Wu1-4/+2
2023-09-27media: ivsc: csi: remove name identifierWentong Wu1-3/+2
2023-09-27media: ivsc: Improve Kconfig help textSakari Ailus1-3/+9
2023-09-27media: cobalt: Use list_for_each_entry() helperJinjie Ruan1-6/+2
2023-09-15media: bt8xx: bttv_risc_packed(): remove field checksHans Verkuil1-3/+1
2023-09-15media: ivsc: Depend on VIDEO_DEVSakari Ailus1-1/+1
2023-09-14media: pci: ivsc: Select build dependenciesSakari Ailus1-0/+3
2023-09-09media: dvb: symbol fixup for dvb_attach()Greg Kroah-Hartman3-3/+3
2023-09-01Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds31-1803/+3044
2023-08-30Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-33/+6
2023-08-24Merge branch 'for-linus' into for-nextTakashi Iwai1-12/+0
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie1-12/+0
2023-08-18media: ivsc: Add ACPI dependencySakari Ailus1-1/+1
2023-08-18media: solo6x10: Convert to generic PCM copy opsTakashi Iwai1-33/+6
2023-08-14media: bttv: convert to vb2Deborah Brouwer6-896/+542
2023-08-14media: bttv: use audio defaults for winfast2000Deborah Brouwer1-9/+1
2023-08-14media: bttv: refactor bttv_set_dma()Deborah Brouwer2-41/+71
2023-08-14media: bttv: move vbi_skip/vbi_count out of bufferDeborah Brouwer4-12/+17
2023-08-14media: bttv: remove crop info from bttv_bufferDeborah Brouwer3-12/+11
2023-08-14media: bttv: remove tvnorm field from bttv_bufferDeborah Brouwer3-4/+3
2023-08-14media: bttv: remove format field from bttv_bufferDeborah Brouwer3-29/+27
2023-08-14media: bttv: move do_crop flag out of bttv_fhDeborah Brouwer2-18/+11
2023-08-14media: bttv: copy vbi_fmt from bttv_fhDeborah Brouwer3-8/+12
2023-08-14media: bttv: copy vid fmt/width/height from fhDeborah Brouwer2-17/+20
2023-08-14media: bttv: radio use v4l2_fh instead of bttv_fhDeborah Brouwer1-27/+10
2023-08-14media: bttv: replace BUG with WARN_ONDeborah Brouwer3-12/+12
2023-08-14media: bttv: use video_drvdata to get bttvDeborah Brouwer2-53/+32
2023-08-14media: ipu-bridge: Add link-frequency to OV2680 ipu_supported_sensors[] entryHans de Goede1-1/+1
2023-08-14media: pci: intel: Add IVSC support for IPU bridge driverWentong Wu1-3/+260
2023-08-14media: pci: intel: ivsc: Add ACE submoduleWentong Wu2-0/+582
2023-08-14media: pci: intel: ivsc: Add CSI submoduleWentong Wu5-0/+845
2023-08-10media: ipu-bridge: Add a runtime-pm device-link between VCM and sensorHans de Goede2-58/+108
2023-08-10media: ipu-bridge: Add GalaxyCore GC0310 to ipu_supported_sensors[]Hans de Goede1-0/+2
2023-08-10media: ipu-bridge: Move ipu-bridge.h to include/media/Hans de Goede3-168/+4
2023-08-10media: ipu-bridge: Add a parse_sensor_fwnode callback to ipu_bridge_init()Hans de Goede3-7/+16
2023-08-10media: ipu-bridge: Drop early setting of sensor->adevHans de Goede1-5/+0
2023-08-10media: ipu-bridge: Add a ipu_bridge_parse_ssdb() helper functionHans de Goede2-45/+59
2023-08-10media: ipu-bridge: Only keep PLD around while parsingHans de Goede2-22/+27
2023-08-10media: ipu-bridge: Store dev pointer in struct ipu_bridgeHans de Goede2-8/+8
2023-08-10media: ipu-bridge: Move initialization of node_names.vcm to ipu_bridge_init_s...Hans de Goede3-12/+10
2023-08-10media: ipu-bridge: Move initialization of node_names.vcm to ipu_bridge_init_s...Hans de Goede1-7/+7
2023-08-10media: ipu-bridge: Do not use on stack memory for software_node.name fieldHans de Goede2-4/+4