summaryrefslogtreecommitdiff
path: root/drivers/media/pci
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-10media: ipu-bridge: Fix null pointer deref on SSDB/PLD parsing warningsHans de Goede1-0/+5
2023-08-10media: cx23885: debug cosmeticsMariusz Bialonczyk1-3/+3
2023-08-10media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warningSakari Ailus1-1/+1
2023-08-10media: ipu3-cio2: allow ipu_bridge to be a module againArnd BergmannArnd Bergmann3-16/+28
2023-08-10media: v4l: async: Set v4l2_device and subdev in async notifier initSakari Ailus1-2/+2
2023-07-28media: v4l: async: Rework internal listsSakari Ailus1-1/+1
2023-07-28media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connectionSakari Ailus1-5/+5
2023-07-28media: v4l: async: Clean up list heads and entriesSakari Ailus1-1/+1
2023-07-25media: pci: saa7164: replace BUG with error returnHans Verkuil1-1/+1
2023-07-25media: pci: cx23885: replace BUG with error returnHans Verkuil1-1/+1
2023-07-25media: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann1-1/+0
2023-07-24media: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann1-1/+0
2023-07-19drivers: saa7164: remove duplicate assignmentsMinjie Du1-1/+0
2023-07-19media: cx18: remove unnecessary (void*) conversionsYu Zhe2-2/+2
2023-07-19media: ttpci: remove unnecessary (void*) conversionsYu Zhe4-45/+45
2023-07-14media: ipu3-cio2: rename ipu3-cio2-main.c back to ipu3-cio2.cBingbu Cao2-2/+0
2023-07-14media: ipu-bridge: use IPU_MAX_PORTS for bridge instead of CIO2_NUM_PORTSBingbu Cao2-4/+3
2023-07-14media: ipu3-cio2: rename cio2 bridge to ipu bridge and move out of ipu3Bingbu Cao9-143/+147
2023-07-14media: pci: cx23885: fix error handling for cx23885 ATSC boardsNikolay Burykin1-12/+0
2023-07-05Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds8-27/+24
2023-06-28media: add HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie1-9/+10
2023-06-09media: pci: tw686x: no need to check 'next'Hans Verkuil1-1/+1
2023-05-26media: pci: cx18-av-vbi: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1