summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
* media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)Aurelien Jarno2024-01-201-5/+5
* Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-181-1/+1
|\
| * media: netup_unidvb: Don't let i2c adapters declare I2C_CLASS_SPD support if ...Heiner Kallweit2024-01-181-1/+1
* | Merge tag 'media/v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2024-01-1225-93/+124
|\ \
| * | media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard2023-12-1318-22/+22
| * | media: ipu-bridge: Change ov2740 link-frequency to 180 MHzHans de Goede2023-12-131-1/+1
| * | media: ddbridge: fix an error code problem in ddb_probeSu Hui2023-12-131-1/+1
| * | media: bttv: add back vbi hackHans Verkuil2023-12-091-0/+21
| * | media: bttv: start_streaming should return a proper error codeHans Verkuil2023-12-092-9/+5
| * | media: v4l2-subdev: Rename .init_cfg() operation to .init_state()Laurent Pinchart2023-12-041-3/+7
| * | Merge tag 'v6.7-rc4' into media_stageHans Verkuil2023-12-032-5/+16
| |\ \
| * | | media: v4l: subdev: Switch to stream-aware state functionsSakari Ailus2023-11-232-7/+7
| * | | media: ipu3-cio2: Drop comment blocks for subdev op handlersLaurent Pinchart2023-11-231-14/+0
| * | | media: ivtv: don't call s_stream(0) if not streamingHans Verkuil2023-11-232-1/+4
| * | | media: pci: tw68: Stop direct calls to queue num_buffers fieldBenjamin Gaignard2023-11-231-2/+3
| * | | media: pci: netup_unidvb: Stop direct calls to queue num_buffers fieldBenjamin Gaignard2023-11-231-2/+3
| * | | media: pci: cx18: Stop direct calls to queue num_buffers fieldBenjamin Gaignard2023-11-231-2/+3
| * | | media: pci: tw686x: Stop direct calls to queue num_buffers fieldBenjamin Gaignard2023-11-231-2/+3
| * | | media: pci: dt3155: Remove useless checkBenjamin Gaignard2023-11-231-2/+0
| * | | media: ivsc: csi: Check number of lanes on source, tooSakari Ailus2023-11-221-9/+31
| * | | media: ivsc: csi: Don't mask v4l2_fwnode_endpoint_parse return valueSakari Ailus2023-11-221-1/+0
| * | | media: ivsc: csi: Clean up parsing firmware and setting up async notifierSakari Ailus2023-11-221-6/+8
| * | | media: ivsc: csi: Clean up notifier set-upSakari Ailus2023-11-221-7/+3
| * | | media: ivsc: csi: Clean up V4L2 async notifier on errorSakari Ailus2023-11-221-5/+9
| * | | media: ivsc: csi: Don't parse remote endpointsSakari Ailus2023-11-221-6/+2
| | |/ | |/|
* | | Backmerge tag 'v6.7-rc5' into drm-nextDave Airlie2023-12-122-5/+16
|\ \ \ | | |/ | |/|
| * | media: pci: mgb4: add COMMON_CLK dependencyArnd Bergmann2023-11-161-0/+1
| * | media: mgb4: Added support for T200 card variantMartin Tůma2023-11-161-5/+15
| |/
* / media/ivtvfb: Initialize fb_ops to fbdev I/O-memory helpersThomas Zimmermann2023-11-292-6/+4
|/
* Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-11-0636-29/+4990
|\
| * media: pci: cx18: if cx == NULL, then don't use it.Hans Verkuil2023-10-131-1/+1
| * media: pci: mgb4: fix potential spectre vulnerabilityHans Verkuil2023-10-131-1/+4
| * media: cobalt: Use FIELD_GET() to extract Link WidthIlpo Järvinen2023-10-071-5/+6
| * media: pci: mgb4: Added Digiteq Automotive MGB4 driverMartin Tůma2023-10-0725-0/+4949
| * media: zoran: increase name sizeHans Verkuil2023-09-271-1/+1
| * media: cx18: increase in_workq_name sizeHans Verkuil2023-09-271-1/+1
| * media: bt8xx: make read-only arrays staticColin Ian King2023-09-271-5/+9
| * media: bttv: Add MODULE_FIRMWARE macroJuerg Haefliger2023-09-271-0/+1
| * media: bttv: fix use after free error due to btv->timeout timerZheng Wang2023-09-271-0/+1
| * media: ivsc: ace: probe ace device after IPU bridge is initialized.Wentong Wu2023-09-271-0/+3
| * media: ivsc: ace: remove name identifierWentong Wu2023-09-271-4/+2
| * media: ivsc: csi: remove name identifierWentong Wu2023-09-271-3/+2
| * media: ivsc: Improve Kconfig help textSakari Ailus2023-09-271-3/+9
| * media: cobalt: Use list_for_each_entry() helperJinjie Ruan2023-09-271-6/+2
* | media: ipu-bridge: Add missing acpi_dev_put() in ipu_bridge_get_ivsc_acpi_dev()Geert Uytterhoeven2023-10-111-1/+3
* | media: pci: intel: ivsc: select V4L2_FWNODEArnd Bergmann2023-10-021-1/+1
* | media: ipu-bridge: Fix Kconfig dependenciesSakari Ailus2023-10-022-26/+15
|/
* media: bt8xx: bttv_risc_packed(): remove field checksHans Verkuil2023-09-141-3/+1
* media: ivsc: Depend on VIDEO_DEVSakari Ailus2023-09-141-1/+1
* media: pci: ivsc: Select build dependenciesSakari Ailus2023-09-141-0/+3