aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/cx231xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds5-10/+11
2017-11-07media: usb: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King3-6/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31media: cx231xx: make cx231xx_vbi_qops constBhumika Goyal2-2/+2
2017-10-31media: cx231xx: Fix NTSC/PAL on Astrometa T2hybridOleh Kravchenko1-0/+1
2017-10-31media: cx231xx: Fix NTSC/PAL on Evromedia USB Full Hybrid Full HDOleh Kravchenko1-0/+1
2017-10-31media: rc: mceusb: add support for 1b80:d3b2Oleh Kravchenko1-1/+0
2017-10-04[media] cx231xx-cards: fix NULL-deref on missing association descriptorJohan Hovold1-1/+1
2017-08-27media: cx231xx: fix use-after-free when unregistering the i2c_client for the dvb demodMatthias Schwarzott1-3/+3
2017-08-26media: usb: make i2c_adapter constBhumika Goyal1-1/+1
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young1-3/+3
2017-08-20media: cx231xx: constify videobuf_queue_ops structuresJulia Lawall2-2/+2
2017-08-20media: usb: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-08-09media: cx231xx: only unregister successfully registered i2c adaptersPeter Rosin2-1/+5
2017-08-09media: cx231xx: drop return value of cx231xx_i2c_unregisterPeter Rosin2-3/+2
2017-08-09media: cx231xx: fail probe if i2c_add_adapter failsPeter Rosin2-2/+2
2017-07-20media: : usb: add const to v4l2_file_operations structuresBhumika Goyal1-1/+1
2017-06-06[media] rc-core: cx231xx - leave the internals of rc_dev aloneDavid Härdeman1-3/+2
2017-06-06[media] cx231xx: Initial support Astrometa T2hybridOleh Kravchenko4-0/+86
2017-05-19[media] media drivers: annotate fall-throughMauro Carvalho Chehab1-1/+1
2017-05-05Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds3-26/+80
2017-04-19[media] cx231xx: stop double error reportingPeter Rosin1-11/+4
2017-04-10[media] cx231xx-audio: fix NULL-deref at probeJohan Hovold1-2/+15
2017-04-10[media] cx231xx-audio: fix init error pathJohan Hovold1-11/+14
2017-04-10[media] cx231xx-cards: fix NULL-deref at probeJohan Hovold1-5/+40
2017-03-03[media] tveeprom: get rid of unused arg on tveeprom_hauppauge_analog()Mauro Carvalho Chehab1-2/+1
2017-03-03[media] cx231xx-i2c: reduce stack size in bus scanArnd Bergmann1-6/+10
2017-02-07[media] cx231xx: Fix I2C on Internal Master 3 BusOleh Kravchenko1-1/+6
2017-02-07[media] cx231xx: Initial support Evromedia USB Full Hybrid Full HDOleh Kravchenko4-0/+101
2017-01-30[media] rc-main: assign driver type during allocationAndi Shyti1-1/+1
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus3-12/+0
2016-10-21[media] cx231xx: don't break long linesMauro Carvalho Chehab2-8/+6
2016-09-22[media] cx231xx: attach si2165 driver via i2c_clientMatthias Schwarzott1-25/+48
2016-09-22[media] cx231xx: Prepare for attaching new style i2c_client DVB demod driversMatthias Schwarzott1-1/+8
2016-09-19[media] constify i2c_algorithm structuresJulia Lawall1-1/+1
2016-09-19[media] usb: constify snd_pcm_ops structuresJulia Lawall1-1/+1
2016-09-05[media] cx231xx-cards: unregister IR earlierMauro Carvalho Chehab1-2/+2
2016-09-05[media] cx231xx: can't proceed if I2C bus register failsMauro Carvalho Chehab1-5/+19
2016-09-05[media] cx231xx-i2c: handle errors with cx231xx_get_i2c_adap()Mauro Carvalho Chehab1-1/+1
2016-09-05[media] cx231xx-core: fix GPIO commentsMauro Carvalho Chehab1-4/+4
2016-09-05[media] cx231xx: prints error code if can't switch TV modeMauro Carvalho Chehab1-1/+8
2016-09-05[media] cx231xx: fix GPIOs for Pixelview SBTVD hybridMauro Carvalho Chehab2-2/+3
2016-09-05[media] cx231xx: don't return error on successMauro Carvalho Chehab1-1/+4
2016-08-24[media] media: usb: cx231xx: cx231xx-vbi: don't print error when allocating urb failsWolfram Sang1-2/+0
2016-08-24[media] media: usb: cx231xx: cx231xx-core: don't print error when allocating urb failsWolfram Sang1-4/+0
2016-08-24[media] media: usb: cx231xx: cx231xx-audio: don't print error when allocating urb failsWolfram Sang1-2/+0
2016-08-06[media] cx231xx: reset pipe endpoint when it is stalledTerry Heo1-2/+21
2016-07-12[media] cx231xx: use v4l2_s_ctrl instead of the s_ctrl opHans Verkuil1-1/+3
2016-05-19Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds3-26/+31
2016-04-25[media] cx231xx: silence uninitialized variable warningDan Carpenter1-1/+2