summaryrefslogtreecommitdiff
path: root/drivers/media/pci/ddbridge
AgeCommit message (Expand)AuthorFilesLines
2017-08-27media: ddbridge: fix sparse warningsDaniel Scheller2-19/+19
2017-08-27media: ddbridge: fix teardown/deregistration order in ddb_input_detach()Daniel Scheller1-5/+6
2017-08-20media: ddbridge: fix semicolon.cocci warningsFengguang Wu1-2/+2
2017-08-20media: ddbridge: get rid of fall though gcc 7.1 warningsMauro Carvalho Chehab1-0/+3
2017-08-20media: ddbridge: constify stv0910_p and lnbh25_cfgJulia Lawall1-2/+2
2017-08-20media: ddbridge: const'ify all ddb_info, ddb_regmap et alDaniel Scheller4-28/+29
2017-08-20media: ddbridge: bump version string to 0.9.31intermediate-integratedDaniel Scheller1-1/+1
2017-08-20media: ddbridge: remove ddb_info's from the global scopeDaniel Scheller2-55/+23
2017-08-20media: ddbridge: move ddb_unmap(), cleanup modparamsDaniel Scheller3-20/+21
2017-08-20media: ddbridge: move device ID table to ddbridge-hwDaniel Scheller5-45/+96
2017-08-20media: ddbridge: fix gap handlingDaniel Scheller1-1/+5
2017-08-20media: ddbridge: fix buffer overflow in max_set_input_unlocked()Daniel Scheller1-3/+4
2017-08-20media: ddbridge: support MaxLinear MXL5xx based cards (MaxS4/8)Daniel Scheller10-4/+588
2017-08-20media: ddbridge: Kconfig option to control the MSI modparam defaultDaniel Scheller2-2/+24
2017-08-20media: ddbridge: fix dereference before checkDaniel Scheller1-4/+14
2017-08-20media: ddbridge: fix impossible condition warningDaniel Scheller1-1/+1
2017-08-20media: ddbridge: remove unreachable codeDaniel Scheller1-23/+4
2017-08-20media: ddbridge: fix possible buffer overflow in ddb_ports_init()Daniel Scheller1-1/+1
2017-08-20media: ddbridge: only register frontends in fe2 if fe is not NULLDaniel Scheller1-9/+11
2017-08-20media: ddbridge: check pointers before dereferencingDaniel Scheller1-2/+2
2017-08-20media: ddbridge: split off hardware definitions and mappingsDaniel Scheller6-286/+354
2017-08-20media: ddbridge: split I/O related functions off from ddbridge.hDaniel Scheller5-43/+74
2017-08-20media: ddbridge: bump ddbridge code to version 0.9.29Daniel Scheller6-1163/+3376
2017-08-09media: ddbridge: split code into multiple filesDaniel Scheller6-577/+710
2017-08-09media: ddbridge: move/reorder functionsDaniel Scheller1-331/+325
2017-07-20media: ddbridge: constify i2c_algorithm structureGustavo A. R. Silva1-1/+1
2017-07-20media: ddbridge: stv0910 single demod mode module optionDaniel Scheller1-0/+7
2017-07-20media: ddbridge: support for CineS2 V7(A) and DuoFlex S2 V4 hardwareDaniel Scheller3-3/+138
2017-07-20media: ddbridge: return stv09xx id in port_has_stv0900_aa()Daniel Scheller1-5/+4
2017-06-26media: staging: cxd2099: Fixed buffer modeRalph Metzler1-0/+1
2017-06-25media: ddbridge: dev_* logging fixupDaniel Scheller1-1/+1
2017-06-24media: ddbridge: use dev_* macros in favor of printkDaniel Scheller1-32/+46
2017-06-24media: ddbridge: make (ddb)readl in while-loops fail-safeDaniel Scheller1-5/+18
2017-06-20[media] ddbridge: hardware IDs for new C2T2 cards and other devicesDaniel Scheller3-4/+88
2017-06-20[media] ddbridge: support for Sony CXD28xx C/C2/T/T2 tuner modulesDaniel Scheller3-14/+132
2017-06-20[media] ddbridge: add I2C functions, add XO2 module supportDaniel Scheller2-0/+158
2017-06-20[media] ddbridge: board control setup, ts quirk flagsDaniel Scheller3-0/+27
2017-06-20[media] ddbridge: support STV0367-based cards and modulesDaniel Scheller3-1/+161
2017-06-20[media] ddbridge: add i2c_read_regs()Daniel Scheller1-2/+8
2017-05-19[media] media drivers: annotate fall-throughMauro Carvalho Chehab1-3/+4
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus3-18/+6
2016-10-21[media] ddbridge: don't break long linesMauro Carvalho Chehab1-4/+2
2016-09-19[media] constify local structuresJulia Lawall1-9/+9
2016-07-08[media] ddbridge: Replace vmalloc with vzallocAmitoj Kaur Chawla1-2/+1
2016-02-01[media] constify stv6110x_devctl structureJulia Lawall1-1/+1
2016-01-11[media] dvb: modify core to implement interfaces/entities at MC new genMauro Carvalho Chehab1-1/+1
2015-11-18[media] ddbridge: fix wait_event_timeout return handlingNicholas Mc Guire1-2/+2
2015-06-09[media] ddbridge: Do not free_irq() if request_irq() failedTakeshi Yoshimura1-1/+2
2014-12-04[media] ddbridge: remove unneeded check before dvb_unregister_device()Markus Elfring1-2/+1
2014-09-03[media] ddbridge: fix sparse warningsHans Verkuil2-23/+19