summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2010-05-18V4L/DVB: s2255drv: Add support for 2257 deviceDean Anderson1-25/+129
2010-05-18V4L/DVB: s2255drv: cleanup of V4L2 controlsDean Anderson1-104/+62
2010-05-18V4L/DVB: s2255drv: fixes for big endian archDean Anderson1-30/+25
2010-05-18V4L/DVB: em28xx: Support for Kworld VS-DVB-T 323URAntonio Larrosa2-1/+7
2010-05-18V4L/DVB: s2255drv: adding video input status capabilityDean Anderson1-4/+81
2010-05-18V4L/DVB: Allow to enable TS continuity and TEI check on loaded moduleAbylay Ospan1-7/+4
2010-05-18V4L/DVB: gspca - cpia1 / sn9c2028: Make control descriptors constantJean-François Moine2-2/+2
2010-05-18V4L/DVB: gspca - main: Use ktime instead of jiffies for buffer timestampingPaulo Assis1-4/+3
2010-05-18V4L/DVB: gspca - sn9c20x: Fix exposure control for HV7131R sensorGerman Galkin1-3/+3
2010-05-18V4L/DVB: gspca - t613: Check the result of kmallocJean-François Moine1-2/+11
2010-05-18V4L/DVB: gspca - pac207: Let all pac207 ctrls have a coherent namingErik Andrén1-2/+2
2010-05-18V4L/DVB: firedtv: correct version number and current/next in CA_PMTHenrik Kurelid1-1/+1
2010-05-18V4L/DVB: az6027: remove redundant condition checkMárton Németh1-11/+8
2010-05-18V4L/DVB: tlg2300: make local variables and functions staticMárton Németh3-20/+23
2010-05-18V4L/DVB: nGene: use NULL when pointer is neededMárton Németh1-10/+10
2010-05-18V4L/DVB: tlg2300: cleanups when power management is not configuredMárton Németh2-2/+6
2010-05-18V4L/DVB: cx88: increase BUFFER_TIMEOUT to 2 secondsMarton Balint1-1/+1
2010-05-18V4L/DVB: au8522: fix case where we don't perform the first tune after going d...Devin Heitmueller2-0/+10
2010-05-18V4L/DVB: au8522: fix race condition in switching from digital to analog modeDevin Heitmueller3-0/+28
2010-05-18V4L/DVB: mt9t031: use runtime pm support to restore ADDRESS_MODE registersValentin Longchamp1-4/+62
2010-05-18V4L/DVB: soc-camera: add runtime pm support for subdevicesMauro Carvalho Chehab1-1/+17
2010-05-18V4L/DVB: The first two parameters of soc_camera_limit_side() are usually poin...Márton Németh4-16/+16
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 (tm...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-07V4L/DVB: pxa_camera: move fifo reset direct before dma startStefan Herbrechtsmeier1-5/+6
2010-05-07V4L/DVB: video: testing unsigned for less than 0Dan Carpenter1-1/+1
2010-05-07V4L/DVB: mx1-camera: compile fixUwe Kleine-König1-5/+3
2010-05-07V4L/DVB: budget: Oops: "BUG: unable to handle kernel NULL pointer dereference"Bjørn Mork1-3/+0
2010-05-07V4L/DVB: ngene: Workaround for stuck DiSEqC pinOliver Endriss1-0/+4
2010-05-07V4L/DVB: saa7146: fix regression of the av7110/budget-av driverHans Verkuil4-22/+13
2010-05-07V4L/DVB: v4l: fix config dependencies: mxb and saa7191 are V4L2 drivers, not ...Hans Verkuil1-2/+2
2010-05-07V4L/DVB: V4L - vpfe capture - fix for kernel crashMuralidharan Karicheri1-13/+20
2010-05-07V4L/DVB: gspca: make usb id 0461:0815 get handled by the right driverJohn Ellson2-1/+1
2010-05-07V4L/DVB: gspca - stv06xx: Remove the 046d:08da from the stv06xx driverErik Andrén1-2/+0
2010-05-07V4L/DVB: gspca - sn9c20x: Correct onstack wait_queue_head declarationYong Zhang1-1/+1
2010-05-07V4L/DVB: saa7146: fix up bytesperline if it is an impossible valueMichael Hunold1-3/+5
2010-05-07V4L/DVB: V4L: vpfe_capture - free ccdc_lock when memory allocation failsMurali Karicheri1-2/+3
2010-05-07V4L/DVB: V4L - Makfile:Removed duplicate entry of davinciVaibhav Hiremath1-2/+0
2010-05-07V4L/DVB: omap24xxcam: potential buffer overflowDan Carpenter1-1/+1
2010-04-07device_attributes: add sysfs_attr_init() for dynamic attributesWolfram Sang1-0/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo205-25/+183
2010-03-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-4/+4
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds6-10/+10
2010-03-09Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov2-4/+4
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina6-10/+10
2010-03-08media: move omap24xxcam's probe function to .devinit.textUwe Kleine-König1-1/+1
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+7
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-34/+5