aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/cx231xx (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-30[media] cx231xx: give each master i2c bus a seperate nameMatthias Schwarzott1-1/+1
2014-10-30[media] cx231xx: delete i2c_client per busMatthias Schwarzott2-8/+0
2014-10-30[media] cx231xx: use own i2c_client for eeprom accessMatthias Schwarzott1-11/+13
2014-10-30[media] cx231xx: let i2c bus scanning use its own i2c_clientMatthias Schwarzott2-7/+12
2014-09-26[media] usb drivers: use %zu instead of %zdMauro Carvalho Chehab1-1/+1
2014-09-23[media] cx231xx: Add support for Hauppauge WinTV-HVR-901H (1114xx)Matthias Schwarzott1-1/+4
2014-09-23[media] cx231xx: Add support for Hauppauge WinTV-HVR-900H (111xxx)Matthias Schwarzott1-1/+4
2014-09-03[media] cx231xx: just return 0 instead of using a varMauro Carvalho Chehab1-3/+1
2014-09-03[media] cx231xx: fix sparse warningsHans Verkuil3-9/+9
2014-07-27[media] cx231xx: handle errors at read_eeprom()Mauro Carvalho Chehab1-1/+8
2014-07-27[media] cx231xx: Add support for PCTV QuatroStick 522eMatthias Schwarzott1-1/+4
2014-07-27[media] cx231xx: Add support for PCTV QuatroStick 521eMatthias Schwarzott1-1/+4
2014-07-27[media] cx231xx: Add digital support for HVR930C-HD model 1114xxMatthias Schwarzott4-0/+107
2014-07-27[media] cx231xx: Add digital support for HVR 930c-HD model 1113xxMatthias Schwarzott6-0/+132
2014-07-27[media] cx231xx: prepare for i2c_client attachmentMatthias Schwarzott1-0/+8
2014-07-27[media] cx231xx: return an error if it can't read PCB configMauro Carvalho Chehab3-5/+13
2014-07-27[media] cx231xx: move analog init code to a separate functionMauro Carvalho Chehab1-106/+114
2014-07-27[media] cx231xx: use devm_ functions to allocate memoryMauro Carvalho Chehab1-30/+13
2014-07-27[media] cx231xx: Don't let an interface number to go past the arrayMauro Carvalho Chehab1-12/+30
2014-07-27[media] cx231xx: Fix the max number of interfacesMauro Carvalho Chehab1-2/+1
2014-07-25[media] rc-core: rename dev->scanmask to dev->scancode_maskDavid Härdeman1-1/+1