aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-21Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds5-83/+79
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2011-01-19[media] saa7134: Kworld SBTVD: make both analog and digital to workMauro Carvalho Chehab1-0/+1
2011-01-19[media] tda8290: Turn tda829x on before touching at the I2C gateMauro Carvalho Chehab1-5/+6
2011-01-19[media] tda8290: Fix a bug if no tuner is detectedMauro Carvalho Chehab1-1/+4
2011-01-19[media] tda8290: Make all read operations atomicMauro Carvalho Chehab1-53/+66
2011-01-19[media] saa7146: Convert from .ioctl to .unlocked_ioctlHans Verkuil4-27/+5
2011-01-04[media] tda18218: fix compile warningHans Verkuil1-1/+1
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil1-32/+0
2010-12-29[media] drivers/media: Removed unnecessary KERN_<level>s from dprintk usesJoe Perches1-6/+4
2010-12-20Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds2-12/+12
2010-12-02[media] Don't export format_by_forcc on two different driversMauro Carvalho Chehab2-12/+12
2010-11-22[media] Fix Kconfig errors due to two visible menusMauro Carvalho Chehab1-4/+4
2010-11-15i2c: Drivers shouldn't include <linux/i2c-id.h>Jean Delvare1-1/+0
2010-10-27[media] af9015: Fix max I2C message size when used with tda18271Mauro Carvalho Chehab1-1/+1
2010-10-21[media] tda18271: allow restricting max out to 4 bytesMauro Carvalho Chehab2-27/+37
2010-10-21V4L/DVB: tda18271: Add some hint about what tda18217 reg ID returnedMauro Carvalho Chehab1-9/+7
2010-10-21V4L/DVB: videobuf: add queue argument to videobuf_waiton()Hans Verkuil1-1/+1
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil2-2/+2
2010-10-21V4L/DVB: saa7146/tuner: remove mxb hackHans Verkuil1-1/+0
2010-10-21V4L/DVB: drivers/media: Make static data tables and strings constlawrence rust2-3/+3
2010-10-21V4L/DVB: NXP TDA18218 silicon tuner driverAntti Palosaari5-0/+493
2010-08-08V4L/DVB: V4L: do not autoselect components on embedded systemsGuennadi Liakhovetski1-1/+1
2010-08-02V4L/DVB: drivers/media: Remove unnecessary casts of private_dataJoe Perches2-4/+4
2010-08-02V4L/DVB: xc5000: Fix a few warningsMauro Carvalho Chehab1-1/+3
2010-08-02V4L/DVB: tuners:tuner-simple Fix warning: variable 'tun' set but not usedJustin P. Mattock1-3/+0
2010-08-02V4L/DVB: xc5000, rework xc_write_regDmitri Belimov1-31/+26
2010-08-02V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functionsLaurent Pinchart1-1/+1
2010-08-02V4L/DVB: tda18271: fix error detection during initialization of first instanceMichael Krufky1-3/+5
2010-07-08V4L/DVB: tuner: Add a definition for the Philips FQ1236 MK5 NTSC tunerAndy Walls2-0/+17
2010-05-18V4L/DVB: xc3028: fix regression in firmware loading timeDevin Heitmueller1-4/+7
2010-05-18V4L/DVB (12846): tuner-xc2028: Fix skip code for devices with broken read (tm6000)Mauro Carvalho Chehab1-0/+5
2010-05-18V4L/DVB (12825): tm6000: I2C reading operations is not reliable on tm6000Mauro Carvalho Chehab2-2/+9
2010-05-18V4L/DVB (12824): tuner-xc2028: adds an option to send i2c data on slower speedMauro Carvalho Chehab2-1/+5
2010-05-06V4L/DVB: saa7146: fix regression of the av7110/budget-av driverHans Verkuil1-6/+5
2010-05-06V4L/DVB: saa7146: fix up bytesperline if it is an impossible valueMichael Hunold1-3/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo13-1/+12
2010-02-26V4L/DVB: tuner-types: Add Sony BTF-Pxn01Z tuner type used on GigaPocket cardsAndy Walls1-0/+21
2010-02-26V4L/DVB: saa7146_vv: fix regression where v4l2_device was registered too lateHans Verkuil1-5/+6
2010-02-26V4L/DVB: tuner-xc2028: Fix demod breakage for XC3028LMauro Carvalho Chehab1-1/+3
2010-02-26V4L/DVB: tuner-xc2028: fix tuning logic to solve a regression in AustraliaMauro Carvalho Chehab1-17/+60
2010-02-01saa7146: stop DMA before de-allocating DMA scatter/gather page buffersMauro Carvalho Chehab1-2/+2
2010-01-17V4L/DVB (13934): tda8290: Fix FM radio easy programming standard selection for TDA8295Michael Krufky1-1/+2
2010-01-17V4L/DVB (13887): tda8290: add autodetection support for TDA8295c2Michael Krufky1-3/+6
2009-12-16V4L/DVB (13612): IR: Move common IR code to drivers/media/IRMauro Carvalho Chehab4-4202/+0
2009-12-16V4L/DVB (13576): ir-common: fix an oops caused by the usage of an initialized drvdataMauro Carvalho Chehab1-0/+3
2009-12-16V4L/DVB (13557): v4l: Remove unneeded video_device::minor usage in driversLaurent Pinchart1-19/+0
2009-12-16V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart1-2/+1
2009-12-16V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart1-25/+7
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart1-7/+5