summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-01-3127-353/+126
|\
| * media: pci: smipcie: smipcie-main: convert to use i2c_new_client_device()Wolfram Sang2020-01-091-2/+2
| * media: pci: saa7164: saa7164-dvb: convert to use i2c_new_client_device()Wolfram Sang2020-01-091-14/+10
| * media: pci: cx23885: cx23885-dvb: convert to use i2c_new_client_device()Wolfram Sang2020-01-091-60/+54
| * media: pci: ivtv: convert to i2c_new_scanned_deviceWolfram Sang2020-01-082-4/+4
| * media: pci: cx18: convert to i2c_new_scanned_deviceWolfram Sang2020-01-081-1/+1
| * media: pci: bt8xx: convert to i2c_new_scanned_deviceWolfram Sang2020-01-081-3/+3
| * media: pci: cx88: convert to i2c_new_scanned_deviceWolfram Sang2020-01-081-1/+1
| * media: pci: cx23885: convert to i2c_new_scanned_deviceWolfram Sang2020-01-081-2/+2
| * media: v4l2: abstract timeval handling in v4l2_bufferArnd Bergmann2020-01-031-2/+2
| * media: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-136-6/+0
| * media: ivtv: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-131-13/+0
| * media: cx18: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-131-13/+0
| * media: cobalt: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-131-8/+0
| * media: ivtv: Clean up ALSA PCM API usagesTakashi Iwai2019-12-131-62/+1
| * media: cx18: Clean up ALSA PCM API usagesTakashi Iwai2019-12-131-61/+1
| * media: cobalt: Clean up ALSA PCM API usagesTakashi Iwai2019-12-131-57/+4
| * media: tw686x: Use managed buffer allocationTakashi Iwai2019-12-131-14/+1
| * media: solo6x10: Use managed buffer allocationTakashi Iwai2019-12-131-18/+5
| * media: ivtv/cx18: remove ivtvdriver.org referencesHans Verkuil2019-12-135-11/+8
| * media: cx23885: Add support for AVerMedia CE310BForest Crossman2019-12-133-1/+27
* | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-301-2/+1
|\ \
| * \ Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-171-2/+1
| |\ \ | | |/ | |/|
| | * media: constify fb ops across all driversJani Nikula2019-12-131-2/+1
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-1/+1
|\ \ \
| * | | x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-101-1/+1
| |/ /
* / / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-4/+4
|/ /
* | Merge tag 'media/v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-11-2612-76/+165
|\ \
| * | media: mantis: fix two smatch errorsHans Verkuil2019-11-082-6/+2
| * | media: cx18: make array mapping static, makes object smallerColin Ian King2019-10-101-1/+1
| * | media: cx88: Fix some error handling path in 'cx8800_initdev()'Christophe JAILLET2019-10-101-4/+7
| * | media: cx88: Add support for NotOnlyTV LV3H cardDaniel Gonzalez Cabanelas2019-10-103-0/+45
| * | media: media/pci/ivtv: Variable vbi.type could be uninitialized if macro v4l2...Yizhuo2019-10-101-1/+1
| * | media: rc: prevent memory leak in cx23888_ir_probeNavid Emamdoost2019-10-071-1/+4
| * | media: delete unused proc_fs.h includeSean Young2019-10-072-2/+0
| * | media: saa7164: use debugfs rather than procfs for debugging fileSean Young2019-10-071-61/+105
| |/
* | media: tw686x: audio: Avoid non-standard macro usageTakashi Iwai2019-11-111-1/+1
* | media: solo6x10: Remove superfluous snd_dma_continuous_data()Takashi Iwai2019-11-111-1/+1
|/
* media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab2019-08-265-9/+9
* media: use the BIT() macroMauro Carvalho Chehab2019-08-264-263/+266
* media: remove include stdarg.h from some driversMauro Carvalho Chehab2019-08-263-4/+1
* media: saa7134: fix terminology around saa7134_i2c_eeprom_md7134_gate()Maciej S. Szmigiero2019-08-261-4/+8
* media: saa7134: keep demod i2c gate closed on Medion 7134Maciej S. Szmigiero2019-08-261-0/+14
* media: saa7146: add cleanup in hexium_attach()Wenwen Wang2019-08-261-0/+3
* media: dvb-bt8xx: Make variable dst_config constantNishka Dasgupta2019-08-211-1/+1
* media: ttpci: unknown protocol is rc-mm-32Sean Young2019-08-211-8/+6
* media: ngene: Remove call to memset after pci_alloc_consistentFuqian Huang2019-08-131-4/+0
* media: adv7511/cobalt: rename driver name to adv7511-v4l2Hans Verkuil2019-08-071-1/+1
* media: ipu3-cio2: Parse information from firmware without using callbacksSakari Ailus2019-07-251-43/+50
* media: ipu3-cio2: Proceed with notifier init even if there are no subdevsSakari Ailus2019-07-251-5/+5