aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/ddbridge (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada1-2/+2
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-2/+2
2018-12-20media: ddbridge: Move asm includes after linux onesNathan Chancellor1-3/+3
2018-12-05media: ddbridge: remove another duplicate of io.h and sort includesMauro Carvalho Chehab1-27/+25
2018-12-05media: ddbridge: remove some duplicated include filezhong jiang1-2/+0
2018-09-12media: ddbridge/sx8: remove redundant check of iq_mode == 2Colin Ian King1-3/+1
2018-09-12media: ddbridge: header/boilerplate cleanups and cosmeticsDaniel Scheller13-28/+1
2018-09-12media: ddbridge: add SPDX license identifiersDaniel Scheller13-0/+13
2018-09-12media: mxl5xx/stv0910/stv6111/ddbridge: fix MODULE_LICENSE to 'GPL v2'Daniel Scheller1-1/+1
2018-08-02media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab1-4/+2
2018-07-30media: ddbridge/mci: add SX8 I/Q mode remark and remove DIAG CMD definesDaniel Scheller1-8/+16
2018-07-30media: ddbridge/sx8: enable modulation selection in set_parameters()Daniel Scheller1-7/+23
2018-07-30media: ddbridge/sx8: disable automatic PLS code searchDaniel Scheller1-1/+1
2018-07-30media: ddbridge/mci: add more MCI status codes, improve MCI_SUCCESS macroDaniel Scheller1-2/+6
2018-07-30media: ddbridge/mci: split MaxSX8 specific code off to ddbridge-sx8.cDaniel Scheller7-419/+516
2018-07-30media: ddbridge/mci: make ddb_mci_cmd() and ddb_mci_config() publicDaniel Scheller2-47/+51
2018-07-30media: ddbridge/mci: store mci type and number of ports in the hwinfoDaniel Scheller3-6/+10
2018-07-30media: ddbridge/mci: extend mci_command and mci_result structsDaniel Scheller1-8/+66
2018-07-30media: ddbridge/mci: rename defines and fix i/q var typesDaniel Scheller2-29/+29
2018-07-30media: ddbridge/mci: read and report signal strength and SNRDaniel Scheller1-1/+46
2018-07-30media: ddbridge/mci: update copyright year in headersDaniel Scheller2-6/+6
2018-07-30media: ddbridge: change MCI base ID and define a SX8 IDDaniel Scheller2-3/+5
2018-07-30media: ddbridge: link structure access cosmetics in ddb_port_probe()Daniel Scheller1-8/+9
2018-07-30media: ddbridge: remove unused MDIO defines and hwinfo memberDaniel Scheller2-9/+0
2018-07-30media: ddbridge: report I2C bus errorsDaniel Scheller1-1/+4
2018-07-30media: ddbridge: evaluate the actual link when setting up the dummy tunerDaniel Scheller1-1/+1
2018-07-30media: ddbridge: probe for LNBH25 chips before attachingDaniel Scheller1-7/+15
2018-05-28media: ddbridge: conditionally enable fast TS for stv0910-equipped bridgesDaniel Scheller1-5/+29
2018-05-28media: dvb-frontends/stv0910: make TS speed configurableDaniel Scheller1-0/+1
2018-05-28media: ddbridge/mci: add identifiers to function definition argumentsDaniel Scheller2-2/+2
2018-05-28media: ddbridge/mci: protect against out-of-bounds array access in stop()Daniel Scheller2-10/+15
2018-05-05media: frontends: fix ops get_algo()'s return typeLuc Van Oostenryck1-1/+1
2018-05-04media: ddbridge, cxd2099: include guard, fix unneeded NULL init, stringsDaniel Scheller2-1/+5
2018-05-04media: ddbridge: set driver version to 0.9.33-integratedDaniel Scheller1-1/+1
2018-05-04media: ddbridge: recognize and attach the MaxSX8 cardsDaniel Scheller1-0/+15
2018-05-04media: ddbridge: add hardware defs and PCI IDs for MCI cardsDaniel Scheller3-4/+19
2018-05-04media: ddbridge/max: implement MCI/MaxSX8 attach functionDaniel Scheller2-0/+43
2018-05-04media: ddbridge: initial support for MCI-based MaxSX8 cardsDaniel Scheller3-1/+703
2018-05-04media: ddbridge: support dummy tuners with 125MByte/s dummy data streamDaniel Scheller3-0/+38
2018-05-04media: ddbridge: make DMA buffer count and size modparam-configurableDaniel Scheller2-18/+24
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