summaryrefslogtreecommitdiff
path: root/drivers/media/pci
AgeCommit message (Expand)AuthorFilesLines
2023-05-14media: netup_unidvb: fix irq init by register it at the end of probeWei Chen1-8/+9
2023-05-14media: netup_unidvb: fix use-after-free at del_timer()Duoming Zhou1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2023-04-26Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+7
2023-04-15media: pci: saa7146: advertise only those TV standard that are supportedHans Verkuil3-21/+24
2023-04-15media: mxb: allow tuner/input/audio ioctls for vbiHans Verkuil1-0/+11
2023-04-15media: mxb: update the tvnorms when changing inputHans Verkuil1-0/+3
2023-04-15media: saa7146: convert to vb2Hans Verkuil1-10/+0
2023-04-15media: saa7146: drop 'dev' and 'resources' from struct saa7146_fhHans Verkuil4-17/+17
2023-04-15media: pci: saa7146: hexium_orion: initialize input 0Hans Verkuil1-0/+1
2023-04-12media: Use designated initializers for all subdev pad opsLaurent Pinchart1-2/+3
2023-04-12media: Zero-initialize all structures passed to subdev pad operationsLaurent Pinchart2-6/+11
2023-04-12media: Fix indentation issues introduced by subdev-wide state structLaurent Pinchart1-2/+2
2023-04-11media: ipu3-cio2: support more camera sensors in cio2-bridgeBingbu Cao1-0/+8
2023-04-11media: ipu3-cio2: support multiple sensors and VCMs with same HIDBingbu Cao2-5/+13
2023-04-11media: saa7134: fix use after free bug in saa7134_finidev due to race conditionZheng Wang3-0/+3
2023-04-11media: dm1105: Fix use after free bug in dm1105_remove due to race conditionZheng Wang1-0/+1
2023-03-20media: bttv: drop overlay supportHans Verkuil7-763/+11
2023-03-20media: saa7134: drop overlay supportHans Verkuil4-453/+4
2023-03-20media: zoran: drop two obsolete prototypes from zoran_device.hHans Verkuil1-2/+0
2023-03-20media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finishharperchen1-7/+9
2023-03-20media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and buffer_finish()harperchen2-7/+10
2023-03-20media: drop unnecessary networking includesJakub Kicinski1-0/+1
2023-03-20media: cx18: fix format compliance issuesHans Verkuil1-27/+44
2023-03-20media: cx18: reorder fmt_vid_cap functions in cx18-ioctl.cHans Verkuil1-97/+100
2023-03-20media: cx18: missing CAP_AUDIO for vbi streamHans Verkuil1-1/+1
2023-03-20media: cx18: properly report pixelformatsHans Verkuil1-23/+38
2023-03-20media: cx18: fix incorrect input countingHans Verkuil1-2/+2
2023-03-20media: cx18: convert to vb2Hans Verkuil7-346/+199
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-03-06gpiolib: remove legacy gpio_export()Arnd Bergmann1-3/+7
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds16-2/+6758
2023-02-09media: Revert "media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci"Hans Verkuil14-1/+6754
2023-02-08media: saa7134: Use video_unregister_device for radio_devTasos Sahanidis1-1/+1
2023-02-06media: ipu3-cio2: Fix PM runtime usage_count in driver unbindSakari Ailus1-0/+3
2023-01-17media: ipu3-cio2: Convert to use software_node_register_node_group()Andy Shevchenko2-5/+21
2023-01-17media: ipu3-cio2: Don't dereference fwnode handleAndy Shevchenko1-2/+4
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+3
2022-12-07Merge tag 'br-v6.2i' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab1-12/+4
2022-12-07media: pt3: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET1-12/+4
2022-12-07media: ipu3-cio2: make the bridge depend on i2cAdam Borowski1-0/+1
2022-12-06media: saa7164: fix missing pci_disable_device()Liu Shixin1-1/+3
2022-12-01media: pci/ivtv: remove FOLL_FORCE usageDavid Hildenbrand2-4/+3
2022-11-25media: ipu3-cio2: make the bridge depend on i2cAdam Borowski1-0/+1
2022-11-25media: mantis: Kconfig: add depends on DVB_CORE for MANTIS_CORELecopzer Chen1-1/+1
2022-11-25media: solo6x10: fix possible memory leak in solo_sysfs_init()Yang Yingliang1-0/+1
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-2/+2
2022-10-24media: saa7164: remove variable cntColin Ian King1-4/+2