summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/cx231xx
Commit message (Expand)AuthorAgeFilesLines
* media: cx231xx: Add support for AverMedia DVD EZMaker 7Kai-Heng Feng2018-04-201-0/+3
* media: cx231xx: Increase USB bridge bandwidthBrad Love2018-04-041-1/+1
* media: add tuner standby op, use where neededHans Verkuil2018-03-211-1/+1
* media: cx231xx: Add second i2c demod to Hauppauge 975Brad Love2018-03-072-3/+50
* media: cx231xx: Use constant instead of hard code for maxBrad Love2018-03-071-1/+2
* media: cx231xx: Set mfe_shared if second frontend foundBrad Love2018-03-071-0/+3
* media: cx231xx: Use frontend i2c adapter with tunerBrad Love2018-03-071-1/+1
* media: usb: don't initialize vars if not neededMarkus Elfring2018-03-062-2/+2
* media: cx231xx: Add second i2c demod clientBrad Love2018-03-062-20/+26
* media: cx231xx: Add second frontend optionBrad Love2018-03-061-76/+97
* media: cx231xx: Add support for Hauppauge HVR-975Brad Love2018-03-063-0/+117
* media: cx231xx: Add support for Hauppauge HVR-935CBrad Love2018-03-063-0/+118
* media: s5h14*.h: fix typos for CONTINUOUSMauro Carvalho Chehab2018-03-061-3/+3
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-7/+7
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-0612-45/+64
|\
| * media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab2018-01-046-17/+17
| * media: fix usage of whitespaces and on indentationMauro Carvalho Chehab2018-01-041-1/+1
| * media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab2017-12-281-1/+0Star
| * media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab2017-12-283-3/+2Star
| * media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab2017-12-181-0/+2
| * media: cx231xx: Use semicolon after assignment instead of commaMatthias Schwarzott2017-12-121-4/+4
| * media: si2165: Make checkpatch happyMatthias Schwarzott2017-12-121-2/+2
| * media: usb: add SPDX identifiers to some code I wroteMauro Carvalho Chehab2017-12-111-19/+9Star
| * media: cx231xx: Add support for The Imaging Source DFG/USB2proRomain Reignier2017-12-082-0/+29
* | media: annotate ->poll() instancesAl Viro2017-11-272-4/+4
* | annotate poll_table_struct ->_keyAl Viro2017-11-272-2/+2
|/
* Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-165-10/+11
|\
| * media: usb: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King2017-11-073-6/+6
| * media: cx231xx: make cx231xx_vbi_qops constBhumika Goyal2017-10-312-2/+2
| * media: cx231xx: Fix NTSC/PAL on Astrometa T2hybridOleh Kravchenko2017-10-311-0/+1
| * media: cx231xx: Fix NTSC/PAL on Evromedia USB Full Hybrid Full HDOleh Kravchenko2017-10-311-0/+1
| * media: rc: mceusb: add support for 1b80:d3b2Oleh Kravchenko2017-10-311-1/+0Star
| * [media] cx231xx-cards: fix NULL-deref on missing association descriptorJohan Hovold2017-10-041-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* media: cx231xx: fix use-after-free when unregistering the i2c_client for the ...Matthias Schwarzott2017-08-271-3/+3
* media: usb: make i2c_adapter constBhumika Goyal2017-08-261-1/+1
* media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young2017-08-201-3/+3
* media: cx231xx: constify videobuf_queue_ops structuresJulia Lawall2017-08-202-2/+2
* media: usb: make snd_pcm_hardware constBhumika Goyal2017-08-201-1/+1
* media: cx231xx: only unregister successfully registered i2c adaptersPeter Rosin2017-08-092-1/+5
* media: cx231xx: drop return value of cx231xx_i2c_unregisterPeter Rosin2017-08-092-3/+2Star
* media: cx231xx: fail probe if i2c_add_adapter failsPeter Rosin2017-08-092-2/+2
* media: : usb: add const to v4l2_file_operations structuresBhumika Goyal2017-07-201-1/+1
* [media] rc-core: cx231xx - leave the internals of rc_dev aloneDavid Härdeman2017-06-061-3/+2Star
* [media] cx231xx: Initial support Astrometa T2hybridOleh Kravchenko2017-06-064-0/+86
* [media] media drivers: annotate fall-throughMauro Carvalho Chehab2017-05-191-1/+1
* Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-05-063-26/+80
|\
| * [media] cx231xx-audio: fix NULL-deref at probeJohan Hovold2017-04-101-2/+15
| * [media] cx231xx-audio: fix init error pathJohan Hovold2017-04-101-11/+14
| * [media] cx231xx-cards: fix NULL-deref at probeJohan Hovold2017-04-101-5/+40