summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
* media: ngene: add proper polling to the dvbdev_ci file opsDaniel Scheller2018-03-061-3/+26
* media: ngene: don't treat non-existing demods as errorDaniel Scheller2018-03-061-1/+1
* media: ngene: check for CXD2099AR presence before attachingDaniel Scheller2018-03-063-0/+36
* media: ngene: deduplicate I2C adapter evaluationDaniel Scheller2018-03-061-26/+15Star
* media: ngene: add support for DuoFlex S2 V4 addon modulesDaniel Scheller2018-03-062-0/+86
* media: ngene: add support for Sony CXD28xx-based DuoFlex modulesDaniel Scheller2018-03-062-5/+59
* media: ngene: add XO2 module supportDaniel Scheller2018-03-062-1/+155
* media: ngene: support STV0367 DVB-C/T DuoFlex addonsDaniel Scheller2018-03-064-19/+191
* media: ngene: use defines to identify the demod_typeDaniel Scheller2018-03-062-4/+10
* media: ngene: convert kernellog printing from printk() to dev_*() macrosDaniel Scheller2018-03-063-70/+84
* media: ngene: add two additional PCI IDsDaniel Scheller2018-03-061-0/+2
* media: cxd2099: move driver out of staging into dvb-frontendsDaniel Scheller2018-03-064-6/+2Star
* media: ngene: adapt cxd2099 attach to the new i2c_client wayDaniel Scheller2018-03-062-4/+38
* media: ddbridge/ci: further deduplicate code/logic in ddb_ci_attach()Daniel Scheller2018-03-061-8/+4Star
* media: mantis: remove mantis_vp3028.c/mantis_vp3028.hCorentin Labbe2018-03-062-71/+0Star
* media: cx23885: Add support for new Hauppauge QuadHD (885)Brad Love2018-03-064-12/+46
* media: cx23885: Add support for Hauppauge PCIe Starburst2Brad Love2018-03-063-8/+22
* media: cx23885: Add support for Hauppauge PCIe HVR1265 K4Brad Love2018-03-065-1/+81
* media: cx23885: Enable new Hauppauge PCIe ImpactVCBe variantBrad Love2018-03-061-0/+4
* media: s5h14*.h: fix typos for CONTINUOUSMauro Carvalho Chehab2018-03-065-16/+16
* Merge commit 'v4.16-rc4~0' into patchworkMauro Carvalho Chehab2018-03-052-5/+6
|\
| * media: dvb: update buffer mmaped flags and frame counterMauro Carvalho Chehab2018-02-232-5/+6
* | media: ivtv: remove ivtv-alsa-mixerCorentin Labbe2018-02-263-193/+1Star
* | media: cx18: remove unused cx18-alsa-mixerCorentin Labbe2018-02-263-189/+0Star
* | media: pci: cx88-input: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-02-261-2/+2
* | media: cx25821: prevent out-of-bounds read on array cardColin Ian King2018-02-261-3/+4
* | media: intel-ipu3: cio2: Use SPDX license headersYong Zhi2018-02-232-22/+4Star
* | media: intel-ipu3: cio2: Disable and sync irq before stream offYong Zhi2018-02-231-0/+4
* | media: cobalt: add SPDX license infoHans Verkuil2018-02-1426-325/+26Star
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-1110-49/+49
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-06140-1804/+4401
|\
| * media: intel-ipu3: cio2: fixup off-by-one bug in cio2_vb2_buf_initYong Zhi2018-01-231-3/+2Star
| * media: intel-ipu3: cio2: mark more PM functions as __maybe_unusedArnd Bergmann2018-01-231-2/+2
| * media: cobalt: select CONFIG_SND_PCMArnd Bergmann2018-01-231-0/+1
| * media: intel-ipu3: cio2: fix for wrong vb2buf state warningsYong Zhi2018-01-051-4/+5
| * media: intel-ipu3: cio2: fix a crash with out-of-bounds accessYong Zhi2018-01-051-2/+5
| * media: intel-ipu3: cio2: fix building with large PAGE_SIZEArnd Bergmann2018-01-051-1/+1
| * media: intel-ipu3: cio2: mark PM functions as __maybe_unusedArnd Bergmann2018-01-051-2/+2
| * media: intel-ipu3: Rename arr_size macro, use minSakari Ailus2018-01-051-7/+4Star
| * media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab2018-01-0441-884/+884
| * media: fix usage of whitespaces and on indentationMauro Carvalho Chehab2018-01-0412-13/+13
| * media: intel-ipu3: cio2: add new MIPI-CSI2 driverYong Zhi2017-12-297-1/+2526
| * media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab2017-12-287-11/+0Star
| * media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab2017-12-2870-215/+202Star
| * media: ddbridge: move CI detach code to ddbridge-ci.cDaniel Scheller2017-12-193-7/+13
| * media: ddbridge: improve ddb_ports_attach() failure handlingDaniel Scheller2017-12-191-3/+23
| * media: ddbridge: detach first input if the second one failed to initDaniel Scheller2017-12-191-1/+3
| * media: ddbridge: fix deinit order in case of failure in ddb_init()Daniel Scheller2017-12-191-5/+5
| * media: ddbridge: deduplicate calls to dvb_ca_en50221_init()Daniel Scheller2017-12-191-4/+2Star
| * media: ddbridge: completely tear down input resources on failureDaniel Scheller2017-12-191-19/+27