summaryrefslogtreecommitdiff
path: root/drivers/media/usb/cx231xx
AgeCommit message (Expand)Author
2015-02-02[media] cx231xx: don't use dev it not allocatedMauro Carvalho Chehab
2015-02-02[media] cx231xx: fix usbdev leak on failure paths in cx231xx_usb_probe()Alexey Khoroshilov
2014-12-23[media] media: drivers shouldn't touch debug field in video_deviceHans Verkuil
2014-12-23[media] cx231xx: remove btcx_riscmem referenceHans Verkuil
2014-11-14[media] usb: Make use of media_bus_format enumBoris BREZILLON
2014-11-03[media] cx231xx: Remove a bogus check for NULLMauro Carvalho Chehab
2014-11-03[media] cx231xx: Improve the log messageMauro Carvalho Chehab
2014-11-03[media] cx231xx: simplify I2C scan debug messagesMauro Carvalho Chehab
2014-11-03[media] cx231xx: too much changes. Bump version numberMauro Carvalho Chehab
2014-11-03[media] cx231xx: use dev_info() for extension load/unloadMauro Carvalho Chehab
2014-11-03[media] cx231xx: add addr for demod and make i2c_devs constMauro Carvalho Chehab
2014-11-03[media] cx231xx: use dev_foo instead of printkMauro Carvalho Chehab
2014-11-03[media] cx231xx: get rid of audio debug parameterMauro Carvalho Chehab
2014-11-03[media] cx231xx: convert from pr_foo to dev_fooMauro Carvalho Chehab
2014-11-03[media] cx231xx: disable I2C errors during i2c_scanMauro Carvalho Chehab
2014-11-03[media] cx231xx: use 1 byte read for i2c scanMatthias Schwarzott
2014-11-03[media] cx231xx: Cleanup printk at the driverMauro Carvalho Chehab
2014-11-03[media] cx231xx: Fix identationMauro Carvalho Chehab
2014-11-03[media] cx231xx: get rid of driver-defined printk macrosMauro Carvalho Chehab
2014-11-01[media] cx231xx: remove direct register PWR_CTL_EN modification that switches...Matthias Schwarzott
2014-10-30[media] cx231xx: scan all four existing i2c busses instead of the 3 mastersMatthias Schwarzott
2014-10-30[media] cx231xx: drop unconditional port3 switchingMatthias Schwarzott
2014-10-30[media] cx231xx: register i2c mux adapters for bus 1Matthias Schwarzott
2014-10-30[media] cx231xx: change usage of I2C_1 to the real i2c portMatthias Schwarzott
2014-10-30[media] cx231xx: let is_tuner check the real i2c port and not the i2c master ...Matthias Schwarzott
2014-10-30[media] cx231xx: remember status of i2c port_3 switchMatthias Schwarzott
2014-10-30[media] cx231xx: add wrapper to get the i2c_adapter pointerMatthias Schwarzott
2014-10-30[media] cx231xx: Use symbolic constants for i2c ports instead of numbersMatthias Schwarzott
2014-10-30[media] cx231xx: Modifiy the symbolic constants for i2c ports and describeMatthias Schwarzott
2014-10-30[media] cx231xx: give each master i2c bus a seperate nameMatthias Schwarzott
2014-10-30[media] cx231xx: delete i2c_client per busMatthias Schwarzott
2014-10-30[media] cx231xx: use own i2c_client for eeprom accessMatthias Schwarzott
2014-10-30[media] cx231xx: let i2c bus scanning use its own i2c_clientMatthias Schwarzott
2014-09-26[media] usb drivers: use %zu instead of %zdMauro Carvalho Chehab
2014-09-23[media] cx231xx: Add support for Hauppauge WinTV-HVR-901H (1114xx)Matthias Schwarzott
2014-09-23[media] cx231xx: Add support for Hauppauge WinTV-HVR-900H (111xxx)Matthias Schwarzott
2014-09-03[media] cx231xx: just return 0 instead of using a varMauro Carvalho Chehab
2014-09-03[media] cx231xx: fix sparse warningsHans Verkuil
2014-07-27[media] cx231xx: handle errors at read_eeprom()Mauro Carvalho Chehab
2014-07-27[media] cx231xx: Add support for PCTV QuatroStick 522eMatthias Schwarzott
2014-07-27[media] cx231xx: Add support for PCTV QuatroStick 521eMatthias Schwarzott
2014-07-27[media] cx231xx: Add digital support for HVR930C-HD model 1114xxMatthias Schwarzott
2014-07-27[media] cx231xx: Add digital support for HVR 930c-HD model 1113xxMatthias Schwarzott
2014-07-27[media] cx231xx: prepare for i2c_client attachmentMatthias Schwarzott
2014-07-27[media] cx231xx: return an error if it can't read PCB configMauro Carvalho Chehab
2014-07-27[media] cx231xx: move analog init code to a separate functionMauro Carvalho Chehab
2014-07-27[media] cx231xx: use devm_ functions to allocate memoryMauro Carvalho Chehab
2014-07-27[media] cx231xx: Don't let an interface number to go past the arrayMauro Carvalho Chehab
2014-07-27[media] cx231xx: Fix the max number of interfacesMauro Carvalho Chehab
2014-07-25[media] rc-core: rename dev->scanmask to dev->scancode_maskDavid Härdeman