aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common
Commit message (Expand)AuthorAgeFilesLines
* [media] DVB: mxl5005s: handle new bandwidths by returning -EINVALAndreas Oberritter2011-05-201-0/+2
* [media] tda18271: add DVB-C supportAntti Palosaari2011-05-201-0/+4
* [media] NXP TDA18212HN silicon tuner driverAntti Palosaari2011-05-205-0/+366
* [media] use pci_dev->revisionBjørn Mork2011-05-201-6/+1
* [media] xc5000: Improve it to work better with 6MHz-spaced channelsMauro Carvalho Chehab2011-05-201-6/+26
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-04-273-26/+18
|\
| * [media] tda18271: update tda18271c2_rf_cal as per NXP's rev.04 datasheetMichael Krufky2011-04-191-4/+5
| * [media] tda18271: update tda18271_rf_band as per NXP's rev.04 datasheetMichael Krufky2011-04-191-2/+1
| * [media] tda18271: fix bad calculation of main post divider byteMichael Krufky2011-04-191-10/+1
| * [media] tda18271: prog_cal and prog_tab variables should be s32, not u8Michael Krufky2011-04-191-10/+11
| * [media] tda18271: fix calculation bug in tda18271_rf_tracking_filters_initMichael Krufky2011-04-191-4/+4
* | Fix common misspellingsLucas De Marchi2011-03-313-6/+6
|/
* [media] tuner-xc2028.c: fix compile warningHans Verkuil2011-03-221-2/+2
* [media] xc5000: add set_config and otherDmitri Belimov2011-03-212-2/+37
* [media] xc5000: add support for DVB-C tuningIgor M. Liplianin2011-03-211-0/+18
* [media] tuner: Remove remaining usages of T_DIGITAL_TVMauro Carvalho Chehab2011-03-211-4/+4
* [media] Remove the remaining usages for T_STANDBYMauro Carvalho Chehab2011-03-212-8/+34
* [media] tuner-xc2028: More firmware loading retriesAlina Friedrichsen2011-03-211-3/+3
* [media] tuner-simple: add support for Tena TNF5337 MFDMauro Carvalho Chehab2011-03-211-0/+21
* [media] tda829x: fix regression in probe functionsJarod Wilson2011-03-021-7/+7
* Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2011-01-215-83/+79
|\
| * [media] saa7134: Kworld SBTVD: make both analog and digital to workMauro Carvalho Chehab2011-01-191-0/+1
| * [media] tda8290: Turn tda829x on before touching at the I2C gateMauro Carvalho Chehab2011-01-191-5/+6
| * [media] tda8290: Fix a bug if no tuner is detectedMauro Carvalho Chehab2011-01-191-1/+4
| * [media] tda8290: Make all read operations atomicMauro Carvalho Chehab2011-01-191-53/+66
| * [media] saa7146: Convert from .ioctl to .unlocked_ioctlHans Verkuil2011-01-194-27/+5
* | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-1/+1
|/
* [media] tda18218: fix compile warningHans Verkuil2011-01-041-1/+1
* [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-291-32/+0
* [media] drivers/media: Removed unnecessary KERN_<level>s from dprintk usesJoe Perches2010-12-291-6/+4
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-12-202-12/+12
|\
| * [media] Don't export format_by_forcc on two different driversMauro Carvalho Chehab2010-12-022-12/+12
* | [media] Fix Kconfig errors due to two visible menusMauro Carvalho Chehab2010-11-221-4/+4
* | i2c: Drivers shouldn't include <linux/i2c-id.h>Jean Delvare2010-11-151-1/+0
|/
* [media] af9015: Fix max I2C message size when used with tda18271Mauro Carvalho Chehab2010-10-271-1/+1
* [media] tda18271: allow restricting max out to 4 bytesMauro Carvalho Chehab2010-10-212-27/+37
* V4L/DVB: tda18271: Add some hint about what tda18217 reg ID returnedMauro Carvalho Chehab2010-10-211-9/+7
* V4L/DVB: videobuf: add queue argument to videobuf_waiton()Hans Verkuil2010-10-211-1/+1
* V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil2010-10-212-2/+2
* V4L/DVB: saa7146/tuner: remove mxb hackHans Verkuil2010-10-211-1/+0
* V4L/DVB: drivers/media: Make static data tables and strings constlawrence rust2010-10-212-3/+3
* V4L/DVB: NXP TDA18218 silicon tuner driverAntti Palosaari2010-10-215-0/+493
* V4L/DVB: V4L: do not autoselect components on embedded systemsGuennadi Liakhovetski2010-08-081-1/+1
* V4L/DVB: drivers/media: Remove unnecessary casts of private_dataJoe Perches2010-08-022-4/+4
* V4L/DVB: xc5000: Fix a few warningsMauro Carvalho Chehab2010-08-021-1/+3
* V4L/DVB: tuners:tuner-simple Fix warning: variable 'tun' set but not usedJustin P. Mattock2010-08-021-3/+0
* V4L/DVB: xc5000, rework xc_write_regDmitri Belimov2010-08-021-31/+26
* V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functionsLaurent Pinchart2010-08-021-1/+1
* V4L/DVB: tda18271: fix error detection during initialization of first instanceMichael Krufky2010-08-021-3/+5
* V4L/DVB: tuner: Add a definition for the Philips FQ1236 MK5 NTSC tunerAndy Walls2010-07-082-0/+17