summaryrefslogtreecommitdiff
path: root/drivers/media/pci/ddbridge
AgeCommit message (Expand)Author
2018-05-04media: ddbridge: move MSI IRQ cleanup to a helper functionDaniel Scheller
2018-05-04media: ddbridge: move ddb_wq and the wq+class initialisation to -coreDaniel Scheller
2018-05-04media: ddbridge: move modparams to ddbridge-core.cDaniel Scheller
2018-04-17media: ddbridge: don't uselessly check for dma in start/stop functionsDaniel Scheller
2018-03-08media: ddbridge: use common DVB I2C client handling helpersDaniel Scheller
2018-03-06media: ddbridge: adapt cxd2099 attach to new i2c_client wayDaniel Scheller
2018-03-06media: cxd2099: move driver out of staging into dvb-frontendsDaniel Scheller
2018-03-06media: ddbridge/ci: further deduplicate code/logic in ddb_ci_attach()Daniel Scheller
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab
2017-12-19media: ddbridge: move CI detach code to ddbridge-ci.cDaniel Scheller
2017-12-19media: ddbridge: improve ddb_ports_attach() failure handlingDaniel Scheller
2017-12-19media: ddbridge: detach first input if the second one failed to initDaniel Scheller
2017-12-19media: ddbridge: fix deinit order in case of failure in ddb_init()Daniel Scheller
2017-12-19media: ddbridge: deduplicate calls to dvb_ca_en50221_init()Daniel Scheller
2017-12-19media: ddbridge: completely tear down input resources on failureDaniel Scheller
2017-12-19media: ddbridge: fix resources cleanup for CI hardwareDaniel Scheller
2017-12-19media: ddbridge: unregister I2C tuner client before detaching fe'sDaniel Scheller
2017-12-14media: ddbridge: stv09xx: detach frontends on lnb failureDaniel Scheller
2017-12-13media: ddbridge: improve error handling logic on fe attach failuresDaniel Scheller
2017-12-11media: ddbridge: shut up a new warningMauro Carvalho Chehab
2017-12-11media: ddbridge: update driver version numberDaniel Scheller
2017-12-11media: ddbridge/max: prefix lnb_init_fmode() and fe_attach_mxl5xx()Daniel Scheller
2017-12-11media: ddbridge/max: rename ddbridge-maxs8.[c|h] to ddbridge-max.[c|h]Daniel Scheller
2017-12-11media: ddbridge/ci: change debug printing to debug severityDaniel Scheller
2017-12-11media: ddbridge: split off CI (common interface) from ddbridge-coreDaniel Scheller
2017-12-11media: ddbridge: fixup checkpatch-strict issuesDaniel Scheller
2017-12-11media: ddbridge: remove unneeded *fe vars from attach functionsDaniel Scheller
2017-11-27media: annotate ->poll() instancesAl Viro
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-07media: ddbridge: fix build warningsRandy Dunlap
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-27media: ddbridge: fix sparse warningsDaniel Scheller
2017-08-27media: ddbridge: fix teardown/deregistration order in ddb_input_detach()Daniel Scheller
2017-08-20media: ddbridge: fix semicolon.cocci warningsFengguang Wu
2017-08-20media: ddbridge: get rid of fall though gcc 7.1 warningsMauro Carvalho Chehab
2017-08-20media: ddbridge: constify stv0910_p and lnbh25_cfgJulia Lawall
2017-08-20media: ddbridge: const'ify all ddb_info, ddb_regmap et alDaniel Scheller
2017-08-20media: ddbridge: bump version string to 0.9.31intermediate-integratedDaniel Scheller
2017-08-20media: ddbridge: remove ddb_info's from the global scopeDaniel Scheller
2017-08-20media: ddbridge: move ddb_unmap(), cleanup modparamsDaniel Scheller
2017-08-20media: ddbridge: move device ID table to ddbridge-hwDaniel Scheller
2017-08-20media: ddbridge: fix gap handlingDaniel Scheller
2017-08-20media: ddbridge: fix buffer overflow in max_set_input_unlocked()Daniel Scheller
2017-08-20media: ddbridge: support MaxLinear MXL5xx based cards (MaxS4/8)Daniel Scheller
2017-08-20media: ddbridge: Kconfig option to control the MSI modparam defaultDaniel Scheller
2017-08-20media: ddbridge: fix dereference before checkDaniel Scheller
2017-08-20media: ddbridge: fix impossible condition warningDaniel Scheller
2017-08-20media: ddbridge: remove unreachable codeDaniel Scheller