summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-08-301-33/+6
|\ \
| * | Merge branch 'for-linus' into for-nextTakashi Iwai2023-08-241-12/+0
| |\|
| * | media: solo6x10: Convert to generic PCM copy opsTakashi Iwai2023-08-181-33/+6
* | | BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2023-08-241-12/+0
|\ \ \ | | |/ | |/|
| * | media: pci: cx23885: fix error handling for cx23885 ATSC boardsNikolay Burykin2023-07-141-12/+0
| |/
* / media: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann2023-07-241-1/+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
| * | media: saa7146: convert to vb2Hans Verkuil2023-04-151-10/+0
| * | media: saa7146: drop 'dev' and 'resources' from struct saa7146_fhHans Verkuil2023-04-154-17/+17
| * | media: pci: saa7146: hexium_orion: initialize input 0Hans Verkuil2023-04-151-0/+1
| * | media: Use designated initializers for all subdev pad opsLaurent Pinchart2023-04-121-2/+3
| * | media: Zero-initialize all structures passed to subdev pad operationsLaurent Pinchart2023-04-122-6/+11
| * | media: Fix indentation issues introduced by subdev-wide state structLaurent Pinchart2023-04-121-2/+2