summaryrefslogtreecommitdiffstats
path: root/drivers/media/common
Commit message (Expand)AuthorAgeFilesLines
* [media] tveeprom: Fix lots of bad whitespaceMauro Carvalho Chehab2013-02-081-148/+142Star
* [media] tveeprom: move from media/i2c to media/commonHans Verkuil2013-02-083-0/+797
* [media] btcx-risc: move from media/i2c to media/commonHans Verkuil2013-02-084-0/+299
* [media] cx2341x: move from media/i2c to media/commonHans Verkuil2013-02-083-0/+1730
* [media] media: saa7146: don't use mutex_lock_interruptible() in device_release()Cyril Roelandt2012-12-271-2/+1Star
* [media] v4l: Convert drivers to use monotonic timestampsSakari Ailus2012-12-211-1/+1
* [media] siano: fix build with allmodconfigMauro Carvalho Chehab2012-11-231-1/+1
* Revert "[media] siano: fix build with allmodconfig"Mauro Carvalho Chehab2012-11-231-1/+1
* [media] siano: fix build with allmodconfigMauro Carvalho Chehab2012-11-131-1/+1
* [media] siano: fix RC compilationMauro Carvalho Chehab2012-11-072-1/+5
* [media] siano: get rid of warning: no previous prototypeMauro Carvalho Chehab2012-10-271-1/+1
* [media] rc-core: add separate defines for protocol bitmaps and numbersDavid Härdeman2012-10-271-1/+1
* [media] common/*/Kconfig: Remove unused helpsMauro Carvalho Chehab2012-10-172-12/+0Star
* [media] siano: allow compiling it without RC supportMauro Carvalho Chehab2012-10-174-2/+27
* [media] v4l2: make vidioc_s_fbuf constHans Verkuil2012-09-261-1/+1
* [media] flexcop: Show the item to enable debug after the driverMauro Carvalho Chehab2012-08-211-5/+2Star
* [media] Kconfig: merge all customise options into just oneMauro Carvalho Chehab2012-08-211-14/+14
* [media] b2c2: export b2c2_flexcop_debug symbolMauro Carvalho Chehab2012-08-171-0/+1
* [media] Fix some Makefile rulesMauro Carvalho Chehab2012-08-171-2/+3
* [media] siano: break it into common, mmc and usbMauro Carvalho Chehab2012-08-1413-1/+4254
* [media] saa7146: Move it to its own directoryMauro Carvalho Chehab2012-08-1410-16/+16
* [media] common: move media/common/tuners to media/tunersMauro Carvalho Chehab2012-08-1472-30391/+2Star
* [media] b2c2: break it into common/pci/usb directoriesMauro Carvalho Chehab2012-08-1416-1/+3449
* [media] move the dvb/frontends to drivers/media/dvb-frontendsMauro Carvalho Chehab2012-08-141-1/+1
* [media] dvb: move the dvb core one level upMauro Carvalho Chehab2012-08-141-1/+1
* [media] common: tunners: use %*ph to dump small buffersAndy Shevchenko2012-08-132-4/+2Star
* [media] qt1010: signedness bug in qt1010_init_meas1()Dan Carpenter2012-08-121-1/+1
* [media] tda18218: silence compiler warningAntti Palosaari2012-08-121-1/+1
* [media] tda18212: use Kernel dev_* loggingAntti Palosaari2012-08-121-21/+14Star
* [media] tda18212: silence compiler warningAntti Palosaari2012-08-121-1/+1
* [media] tuner-xc2028: add missing else caseHans Petter Selasky2012-08-121-2/+2
* [media] xc5000: change filename to production/redistributable xc5000c firmwareDevin Heitmueller2012-08-101-1/+1
* [media] xc5000: show debug version fields in decimal instead of hexDevin Heitmueller2012-08-101-1/+1
* [media] xc5000: add support for firmware load check and init statusDevin Heitmueller2012-08-101-0/+39
* [media] xc5000: reset device if encountering PLL lock failureDevin Heitmueller2012-08-101-6/+52
* [media] xc5000: don't invoke auto calibration unless we really did reset tunerDevin Heitmueller2012-08-101-22/+18Star
* [media] xc5000: properly report i2c write failuresDevin Heitmueller2012-08-101-1/+1
* [media] xc5000: add support for showing the SNR and gain in the debug outputDevin Heitmueller2012-08-101-0/+20
* [media] xc5000: properly show quality register valuesDevin Heitmueller2012-08-101-1/+1
* [media] saa7146: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil2012-08-102-24/+39
* [media] xc5000: Add MODULE_FIRMWARE statementsTim Gardner2012-07-311-2/+6
* [media] tuner-xc2028: unlock on error in xc2028_get_afc()Dan Carpenter2012-07-311-1/+1
* [media] tuner-xc2028: fix "=" vs "==" typoDan Carpenter2012-07-311-1/+1
* [media] tuner-xc2028: tag the usual firmwares to help dracutMauro Carvalho Chehab2012-07-061-0/+2
* [media] media: Remove VIDEO_MEDIA Kconfig optionMauro Carvalho Chehab2012-07-051-31/+32
* [media] media: reorganize the main Kconfig itemsMauro Carvalho Chehab2012-07-051-0/+1
* [media] xc5000: Add support for DMB-TH and ISDB-TMauro Carvalho Chehab2012-07-051-0/+6
* [media] tuner, xc2028: add support for get_afc()Mauro Carvalho Chehab2012-07-041-1/+45
* [media] tuner-xc2028: Fix signal strength reportMauro Carvalho Chehab2012-07-041-9/+16
* [media] tuner-xc2028: use request_firmware_nowait()Mauro Carvalho Chehab2012-06-301-49/+129