aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-04media: ddbridge: set devid entry for link 0Daniel Scheller1-0/+1
2018-05-04media: ddbridge: fix output buffer checkDaniel Scheller1-2/+2
2018-05-04media: ddbridge: use spin_lock_irqsave() in output_work()Daniel Scheller1-6/+6
2018-05-04media: ddbridge: improve separated MSI IRQ handlingDaniel Scheller1-10/+12
2018-05-04media: ddbridge: add macros to handle IRQs in nibble and byte blocksDaniel Scheller1-40/+27
2018-05-04media: ddbridge: add helper for IRQ handler setupDaniel Scheller3-28/+41
2018-05-04media: ddbridge: request/free_irq using pci_irq_vector, enable MSI-XDaniel Scheller1-10/+14
2018-05-04media: ddbridge: move MSI IRQ cleanup to a helper functionDaniel Scheller1-6/+10
2018-05-04media: ddbridge: move ddb_wq and the wq+class initialisation to -coreDaniel Scheller3-22/+38
2018-05-04media: ddbridge: move modparams to ddbridge-core.cDaniel Scheller3-34/+28
2018-05-04media: ipu3: allow building it with COMPILE_TEST on non-x86 archsMauro Carvalho Chehab1-2/+1
2018-05-04media: sta2x11_vip: allow build with COMPILE_TESTMauro Carvalho Chehab1-1/+1
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab11-13/+13
2018-04-20media: cx88: enable IR transmitter on HVR-1300Sean Young1-2/+3
2018-04-17media: ddbridge: don't uselessly check for dma in start/stop functionsDaniel Scheller1-50/+35
2018-04-17media: mantis: prevent staying forever in a loop at IRQMauro Carvalho Chehab1-0/+7
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+4
2018-03-23media: saa7134-alsa: don't use casts to print a buffer addressMauro Carvalho Chehab1-3/+2
2018-03-23media: solo6x10: get rid of an address space warningMauro Carvalho Chehab1-15/+24
2018-03-23media: zoran: don't cast pointers to print themMauro Carvalho Chehab1-2/+2
2018-03-23media: saa7134-input: improve error handlingMauro Carvalho Chehab1-9/+37
2018-03-23media: ivtvfb: Cleanup some warningsMauro Carvalho Chehab1-7/+5
2018-03-23media: cx23885: fix a warningMauro Carvalho Chehab1-3/+2
2018-03-23media: cx88: fix two warningsMauro Carvalho Chehab1-4/+4
2018-03-23media: solo6x10: simplify the logic at solo_p2m_dma_desc()Mauro Carvalho Chehab1-5/+2
2018-03-23media: bttv-input: better handle errors at I2C transferMauro Carvalho Chehab1-1/+5
2018-03-22media: ngene: avoid unused variable warningArnd Bergmann1-1/+1
2018-03-22media: ttpci: improve printing of encoded MAC addressDaniel Scheller1-6/+3
2018-03-21media: add tuner standby op, use where neededHans Verkuil5-7/+7
2018-03-08media: ngene: use common DVB I2C client handling helpersDaniel Scheller2-53/+15
2018-03-08media: ddbridge: use common DVB I2C client handling helpersDaniel Scheller2-55/+14
2018-03-07media: cx23885: Override 888 ImpactVCBe crystal frequencyBrad Love1-0/+10
2018-03-07media: cx23885: Set subdev host data to clk_freq pointerBrad Love1-0/+4
2018-03-07media: cx23885: change 887/888 default to 888Brad Love1-3/+3
2018-03-07media: cx23885: Fix gpio on Hauppauge QuadHD PCIe cardsBrad Love1-2/+2
2018-03-07media: cx23885: Add tuner type and analog inputs to 1265Brad Love1-0/+16
2018-03-06media: ngene: compensate for TS buffer offset shiftsDaniel Scheller2-1/+93
2018-03-06media: ngene: move the tsin_exchange() stripcopy block into a functionDaniel Scheller1-28/+11
2018-03-06media: ngene: add I2C_FUNC_I2C to the I2C interface functionalityDaniel Scheller1-1/+1
2018-03-06media: ddbridge: adapt cxd2099 attach to new i2c_client wayDaniel Scheller2-5/+58
2018-03-06media: ngene: add proper polling to the dvbdev_ci file opsDaniel Scheller1-3/+26
2018-03-06media: ngene: don't treat non-existing demods as errorDaniel Scheller1-1/+1
2018-03-06media: ngene: check for CXD2099AR presence before attachingDaniel Scheller3-0/+36
2018-03-06media: ngene: deduplicate I2C adapter evaluationDaniel Scheller1-26/+15
2018-03-06media: ngene: add support for DuoFlex S2 V4 addon modulesDaniel Scheller2-0/+86
2018-03-06media: ngene: add support for Sony CXD28xx-based DuoFlex modulesDaniel Scheller2-5/+59
2018-03-06media: ngene: add XO2 module supportDaniel Scheller2-1/+155
2018-03-06media: ngene: support STV0367 DVB-C/T DuoFlex addonsDaniel Scheller4-19/+191
2018-03-06media: ngene: use defines to identify the demod_typeDaniel Scheller2-4/+10
2018-03-06media: ngene: convert kernellog printing from printk() to dev_*() macrosDaniel Scheller3-70/+84