summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
* media: pci: intel: Add IVSC support for IPU bridge driverWentong Wu2023-08-141-3/+260
* media: pci: intel: ivsc: Add ACE submoduleWentong Wu2023-08-142-0/+582
* media: pci: intel: ivsc: Add CSI submoduleWentong Wu2023-08-145-0/+845
* media: ipu-bridge: Add a runtime-pm device-link between VCM and sensorHans de Goede2023-08-102-58/+108
* media: ipu-bridge: Add GalaxyCore GC0310 to ipu_supported_sensors[]Hans de Goede2023-08-101-0/+2
* media: ipu-bridge: Move ipu-bridge.h to include/media/Hans de Goede2023-08-103-168/+4
* media: ipu-bridge: Add a parse_sensor_fwnode callback to ipu_bridge_init()Hans de Goede2023-08-103-7/+16
* media: ipu-bridge: Drop early setting of sensor->adevHans de Goede2023-08-101-5/+0
* media: ipu-bridge: Add a ipu_bridge_parse_ssdb() helper functionHans de Goede2023-08-102-45/+59
* media: ipu-bridge: Only keep PLD around while parsingHans de Goede2023-08-102-22/+27
* media: ipu-bridge: Store dev pointer in struct ipu_bridgeHans de Goede2023-08-102-8/+8
* media: ipu-bridge: Move initialization of node_names.vcm to ipu_bridge_init_s...Hans de Goede2023-08-103-12/+10
* media: ipu-bridge: Move initialization of node_names.vcm to ipu_bridge_init_s...Hans de Goede2023-08-101-7/+7
* media: ipu-bridge: Do not use on stack memory for software_node.name fieldHans de Goede2023-08-102-4/+4
* media: ipu-bridge: Fix null pointer deref on SSDB/PLD parsing warningsHans de Goede2023-08-101-0/+5
* media: cx23885: debug cosmeticsMariusz Bialonczyk2023-08-101-3/+3
* media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warningSakari Ailus2023-08-101-1/+1
* media: ipu3-cio2: allow ipu_bridge to be a module againArnd BergmannArnd Bergmann2023-08-103-16/+28
* media: v4l: async: Set v4l2_device and subdev in async notifier initSakari Ailus2023-08-101-2/+2
* media: v4l: async: Rework internal listsSakari Ailus2023-07-281-1/+1
* media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connectionSakari Ailus2023-07-281-5/+5
* media: v4l: async: Clean up list heads and entriesSakari Ailus2023-07-281-1/+1
* media: pci: saa7164: replace BUG with error returnHans Verkuil2023-07-251-1/+1
* media: pci: cx23885: replace BUG with error returnHans Verkuil2023-07-251-1/+1
* media: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann2023-07-251-1/+0
* drivers: saa7164: remove duplicate assignmentsMinjie Du2023-07-191-1/+0
* media: cx18: remove unnecessary (void*) conversionsYu Zhe2023-07-192-2/+2
* media: ttpci: remove unnecessary (void*) conversionsYu Zhe2023-07-194-45/+45
* media: ipu3-cio2: rename ipu3-cio2-main.c back to ipu3-cio2.cBingbu Cao2023-07-142-2/+0
* media: ipu-bridge: use IPU_MAX_PORTS for bridge instead of CIO2_NUM_PORTSBingbu Cao2023-07-142-4/+3
* media: ipu3-cio2: rename cio2 bridge to ipu bridge and move out of ipu3Bingbu Cao2023-07-149-143/+147
* media: pci: cx23885: fix error handling for cx23885 ATSC boardsNikolay Burykin2023-07-141-12/+0
* Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-07-058-27/+24
|\
| * media: add HAS_IOPORT dependenciesNiklas Schnelle2023-06-281-1/+1
| * media: pci: tw686x: no need to check 'next'Hans Verkuil2023-06-091-1/+1
| * media: pci: cx18-av-vbi: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-05-261-1/+1
| * media: ipu3-cio2: Fix container_of() macro wrapper argumentsSakari Ailus2023-05-251-1/+2
| * media: pci: ipu3-cio2: Obtain remote pad from endpointSakari Ailus2023-05-251-16/+12
| * media: pci: remove unnecessary (void*) conversionsSu Hui2023-05-254-7/+7
* | Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie2023-06-191-9/+10
|\|
| * media: netup_unidvb: fix irq init by register it at the end of probeWei Chen2023-05-141-8/+9
| * media: netup_unidvb: fix use-after-free at del_timer()Duoming Zhou2023-05-141-1/+1
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-0937-1762/+490
|\|
| * Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+0
| |\
| | * drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
| * | Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-251-3/+7
| |\ \
| | * | gpiolib: remove legacy gpio_export()Arnd Bergmann2023-03-061-3/+7
| | |/
| * | media: pci: saa7146: advertise only those TV standard that are supportedHans Verkuil2023-04-153-21/+24
| * | media: mxb: allow tuner/input/audio ioctls for vbiHans Verkuil2023-04-151-0/+11
| * | media: mxb: update the tvnorms when changing inputHans Verkuil2023-04-151-0/+3