aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-28Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds3-25/+18
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-22[media] cx18: Don't use module names to load I2C modulesLaurent Pinchart1-18/+5
2010-10-21V4L/DVB: v4l: remove unused i2c-id.h headersHans Verkuil1-1/+0
2010-10-21V4L/DVB: V4L2: avoid name conflicts in macrosGuennadi Liakhovetski1-6/+13
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-08-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-1/+1
2010-08-12V4L/DVB: fix Kconfig to depends on VIDEO_IRMauro Carvalho Chehab1-1/+1
2010-08-11i2c: Add support for custom probe functionJean Delvare1-1/+2
2010-08-02V4L/DVB: drivers/media: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2010-06-01V4L/DVB: cx18, cx23885, v4l2 doc, MAINTAINERS: Update Andy Walls' email addressAndy Walls34-35/+35
2010-06-01V4L/DVB: cx18: remove old g/s_fmt from the cx18_av subdevHans Verkuil3-34/+10
2010-06-01V4L/DVB: cx18: add s_mbus_fmt supportHans Verkuil1-57/+69
2010-05-19V4L/DVB: v4l2-common: simplify prio utility functionsHans Verkuil3-10/+10
2010-05-19V4L/DVB: cx18/cx25840/saa7115/tvp5150: remove vbi support from s_fmtHans Verkuil1-6/+0
2010-05-19V4L/DVB: cx18: switch to new vbi subdev opsHans Verkuil2-4/+7
2010-05-19V4L/DVB: cx18: support new vbi ops to set/get VBI formatHans Verkuil3-31/+29
2010-05-19V4L/DVB: v4l: move vbi-specific video ops to a new vbi ops structHans Verkuil2-2/+6
2010-05-19V4L/DVB: ir-core: Make use of the new IR keymap modulesMauro Carvalho Chehab1-1/+1
2010-05-19V4L/DVB: ir: use IR_KEYTABLE where an IR table is neededMauro Carvalho Chehab1-1/+1
2010-05-18V4L/DVB: cx18: Add a component video input to the PVR2100 and DVR3200H card entriesAndy Walls1-0/+2
2010-05-18V4L/DVB: cx18: Add support for component video inputsAndy Walls4-7/+51
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2010-02-26V4L/DVB: drivers/media/video/cx18/cx18-alsa-pcm.c: fix printk warningAndrew Morton1-1/+1
2010-02-26V4L/DVB: cx18: Add missing serialization locks to cx18-dvbAndy Walls1-0/+4
2010-02-26V4L/DVB: cx18: Increment driver version for the addition of cx18-alsa and fixesAndy Walls1-1/+1
2010-02-26V4L/DVB: cx18: Fix memory leak in cx18-alsa starting of PCM capturesAndy Walls1-13/+5
2010-02-26V4L/DVB: cx18: Add missing serialization locking to cx18-alsaAndy Walls1-1/+9
2010-02-26V4L/DVB: cx18: Rename snd_cx18_mixer_lock to snd_cx18_lock and increase visibilityAndy Walls2-20/+20
2010-02-26Fix the __init/__exit annotationsMauro Carvalho Chehab1-6/+6
2010-02-26cx18: Fix compilation when CONFIG_MODULE is disabledMauro Carvalho Chehab1-24/+21
2010-02-26V4L/DVB: using vmalloc requires include of linux/vmalloc.hStephen Rothwell1-0/+1
2010-02-26V4L/DVB: cx18-alsa: Fix the rates definition and move some buffer freeing code.Devin Heitmueller1-10/+12
2010-02-26V4L/DVB: cx18: address possible passing of NULL to snd_card_freeDevin Heitmueller1-2/+3
2010-02-26V4L/DVB: cx18-alsa: codingstyle cleanupDevin Heitmueller1-80/+76
2010-02-26V4L/DVB: cx18-alsa: codingstyle cleanupDevin Heitmueller1-3/+5
2010-02-26V4L/DVB: cx18: codingstyle fixesDevin Heitmueller1-3/+5
2010-02-26V4L/DVB: cx18-alsa: codingstyle fixesDevin Heitmueller1-4/+4
2010-02-26V4L/DVB: cx18-alsa: fix codingstyle issueDevin Heitmueller1-1/+1
2010-02-26V4L/DVB: cx18-alsa: fix memory leak in error conditionDevin Heitmueller1-0/+1
2010-02-26V4L/DVB: cx18-alsa: remove a couple of warningsDevin Heitmueller2-2/+0
2010-02-26V4L/DVB: cx18-alsa: name alsa device after the actual cardDevin Heitmueller1-1/+1
2010-02-26V4L/DVB: cx18: cleanup cx18-alsa debug loggingDevin Heitmueller1-1/+5
2010-02-26V4L/DVB: cx18: rework cx18-alsa module loading to support automatic loadingDevin Heitmueller3-32/+46
2010-02-26V4L/DVB: cx18-alsa: remove unneeded debug lineDevin Heitmueller1-1/+0
2010-02-26V4L/DVB: cx18: export more symbols required by cx18-alsaDevin Heitmueller1-0/+2
2010-02-26V4L/DVB: cx18: add cx18-alsa module to MakefileDevin Heitmueller2-0/+13
2010-02-26V4L/DVB: cx18: overhaul ALSA PCM device handling so it worksDevin Heitmueller5-7/+293
2010-02-26V4L/DVB: cx18: export a couple of symbols so they can be shared with cx18-alsaDevin Heitmueller2-2/+7
2010-02-26V4L/DVB: cx18: make it so cx18-alsa-main.c compilesDevin Heitmueller1-7/+19