aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/cx231xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-03[media] cx231xx: Use wake_up_interruptible() instead of wake_up_interruptible_nr()Steven Rostedt1-2/+2
2015-06-09[media] cx231xx: Add support for Terratec GrabbyTommi Rantala2-0/+29
2015-06-09[media] usb drivers: use BUG_ON() instead of if () BUGMauro Carvalho Chehab3-6/+3
2015-06-09[media] cx231xx: fix compiler warningHans Verkuil1-10/+18
2015-05-12[media] si2157: support selection of IF interfaceOlli Salonen1-0/+2
2015-05-01[media] v4l2: replace s_mbus_fmt by set_fmt in bridge driversHans Verkuil2-15/+20
2015-05-01[media] cx231xx: fix bad indentingMauro Carvalho Chehab3-41/+39
2015-04-02[media] cx231xx: embed video_deviceHans Verkuil4-92/+49
2015-04-02[media] cx231xx: fix compiler warningsHans Verkuil1-2/+5
2015-03-03[media] cx231xx: Hauppauge HVR-955Q ATSC/QAM tunerOlli Salonen4-0/+111
2015-03-02[media] cx231xx: drop condition with no effectNicholas Mc Guire1-10/+3
2015-03-02[media] use a function for DVB media controller registerMauro Carvalho Chehab1-3/+1
2015-03-02[media] dvbdev: use adapter arg for dvb_create_media_graph()Mauro Carvalho Chehab1-3/+2
2015-02-26[media] cx231xx: enable the analog tuner at buffer setupMauro Carvalho Chehab1-71/+72
2015-02-26[media] cx231xx: Improve the media controller commentMauro Carvalho Chehab1-6/+7
2015-02-26[media] cx231xx: fix compilation if the media controller is not definedMauro Carvalho Chehab2-0/+4
2015-02-13[media] cx231xx: enable tuner->decoder link at videobuf startMauro Carvalho Chehab1-0/+71
2015-02-13[media] cx231xx: create DVB graphMauro Carvalho Chehab1-0/+1
2015-02-13[media] cx231xx: create media links for analog modeMauro Carvalho Chehab1-0/+38
2015-02-13[media] cx231xx: initialize video/vbi padsMauro Carvalho Chehab2-1/+13
2015-02-13[media] cx231xx: add media controller supportMauro Carvalho Chehab3-6/+62
2015-02-02[media] cx231xx: don't use dev it not allocatedMauro Carvalho Chehab1-1/+1
2015-02-02[media] cx231xx: fix usbdev leak on failure paths in cx231xx_usb_probe()Alexey Khoroshilov1-3/+4
2014-12-23[media] media: drivers shouldn't touch debug field in video_deviceHans Verkuil1-1/+0
2014-12-23[media] cx231xx: remove btcx_riscmem referenceHans Verkuil1-9/+1
2014-11-14[media] usb: Make use of media_bus_format enumBoris BREZILLON2-3/+3
2014-11-03[media] cx231xx: Remove a bogus check for NULLMauro Carvalho Chehab1-6/+0
2014-11-03[media] cx231xx: Improve the log messageMauro Carvalho Chehab12-251/+252
2014-11-03[media] cx231xx: simplify I2C scan debug messagesMauro Carvalho Chehab1-6/+2
2014-11-03[media] cx231xx: too much changes. Bump version numberMauro Carvalho Chehab1-1/+1
2014-11-03[media] cx231xx: use dev_info() for extension load/unloadMauro Carvalho Chehab1-6/+6
2014-11-03[media] cx231xx: add addr for demod and make i2c_devs constMauro Carvalho Chehab1-1/+2
2014-11-03[media] cx231xx: use dev_foo instead of printkMauro Carvalho Chehab3-50/+55
2014-11-03[media] cx231xx: get rid of audio debug parameterMauro Carvalho Chehab1-20/+19
2014-11-03[media] cx231xx: convert from pr_foo to dev_fooMauro Carvalho Chehab12-276/+395
2014-11-03[media] cx231xx: disable I2C errors during i2c_scanMauro Carvalho Chehab3-1/+8
2014-11-03[media] cx231xx: use 1 byte read for i2c scanMatthias Schwarzott1-3/+4
2014-11-03[media] cx231xx: Cleanup printk at the driverMauro Carvalho Chehab11-259/+199
2014-11-03[media] cx231xx: Fix identationMauro Carvalho Chehab1-28/+32
2014-11-03[media] cx231xx: get rid of driver-defined printk macrosMauro Carvalho Chehab11-225/+210
2014-11-01[media] cx231xx: remove direct register PWR_CTL_EN modification that switches port3Matthias Schwarzott1-2/+1
2014-10-30[media] cx231xx: scan all four existing i2c busses instead of the 3 mastersMatthias Schwarzott2-4/+10
2014-10-30[media] cx231xx: drop unconditional port3 switchingMatthias Schwarzott5-34/+1
2014-10-30[media] cx231xx: register i2c mux adapters for bus 1Matthias Schwarzott4-1/+53
2014-10-30[media] cx231xx: change usage of I2C_1 to the real i2c portMatthias Schwarzott1-15/+15
2014-10-30[media] cx231xx: let is_tuner check the real i2c port and not the i2c master numberMatthias Schwarzott1-1/+10
2014-10-30[media] cx231xx: remember status of i2c port_3 switchMatthias Schwarzott2-0/+13
2014-10-30[media] cx231xx: add wrapper to get the i2c_adapter pointerMatthias Schwarzott5-24/+50
2014-10-30[media] cx231xx: Use symbolic constants for i2c ports instead of numbersMatthias Schwarzott1-31/+31
2014-10-30[media] cx231xx: Modifiy the symbolic constants for i2c ports and describeMatthias Schwarzott1-4/+5