aboutsummaryrefslogtreecommitdiffstats
path: root/include/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+2
2012-01-16[media] tuner: Fix numberspace conflict between xc4000 and pti 5nf05 tunersMiroslav Slugen1-1/+2
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds11-331/+108
2012-01-10[media] rc-videomate-m1f.c Rename to match remote controler nameSamuel Rakitnican1-1/+1
2012-01-10[media] v4l: add support for selection apiTomasz Stanislawski1-0/+4
2012-01-07Merge branch 'depends/rmk/restart' into next/cleanupArnd Bergmann1-1/+6
2012-01-06[media] atmel-isi: add code to enable/disable ISI_MCK clockJosh Wu1-1/+3
2012-01-06[media] soc-camera: remove redundant parameter from .set_bus_param()Guennadi Liakhovetski1-1/+1
2012-01-06[media] pwc: Remove driver specific ioctlsHans de Goede1-323/+0
2012-01-06[media] davinci vpbe: add VENC block changes to enable dm365 and dm355Manjunath Hadli1-0/+4
2012-01-06[media] davinci vpbe: add dm365 VPBE display driver changesManjunath Hadli1-0/+16
2012-01-05[media] cx25840: Add a flag to enable the CX23888 DIF to be enabled or notSteven Toth1-0/+1
2011-12-30Merge tag 'v3.2-rc7' into staging/for_v3.3Mauro Carvalho Chehab1-1/+6
2011-12-20Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+6
2011-12-20[media] as3645a: Add driver for LED flash controllerLaurent Pinchart1-0/+71
2011-12-20[media] media: fix truncated entity specificationClemens Ladisch1-1/+1
2011-12-20[media] omap3isp: Clarify the clk_pol field in platform dataLaurent Pinchart1-1/+1
2011-12-11[media] V4L: soc-camera: fix compiler warnings on 64-bit platformsGuennadi Liakhovetski1-1/+6
2011-12-03ARM: davinci: vpif: move code to driver core header from platformManjunath Hadli1-0/+71
2011-11-23Merge tag 'v3.2-rc2' into staging/for_v3.3Mauro Carvalho Chehab2-2/+4
2011-11-23[media] rc: Add support for decoding Sanyo protocolMauro Carvalho Chehab1-3/+5
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-2/+4
2011-11-03[media] vb2: add vb2_get_unmapped_area in vb2 coreScott Jiang1-0/+7
2011-11-03[media] v4l: Add v4l2 subdev driver for S5K6AAFX sensorSylwester Nawrocki1-0/+51
2011-11-03[media] V4L: soc-camera: make (almost) all client drivers re-usable outside of the frameworkGuennadi Liakhovetski1-3/+3
2011-11-03[media] V4L: add .g_std() core V4L2 subdevice operationGuennadi Liakhovetski1-0/+1
2011-11-03[media] V4L: dynamically allocate video_device nodes in subdevicesGuennadi Liakhovetski1-2/+2
2011-11-03[media] V4L: mt9m001, mt9v022: use internally cached pixel codeGuennadi Liakhovetski1-5/+0
2011-11-03[media] V4L: soc-camera: start removing struct soc_camera_device from client driversGuennadi Liakhovetski1-4/+21
2011-11-03[media] soc_camera: remove the now obsolete struct soc_camera_opsHans Verkuil1-18/+0
2011-11-03[media] sh_mobile_ceu_camera: implement the control handlerHans Verkuil1-4/+0
2011-11-03[media] soc_camera: add control handler supportHans Verkuil1-0/+2
2011-11-03[media] V4L: vb2: add support for buffers of different sizes on a single queueGuennadi Liakhovetski1-12/+23
2011-11-03[media] V4L: vb2: prepare to support multi-size buffersGuennadi Liakhovetski1-3/+3
2011-11-03[media] V4L: add two new ioctl()s for multi-size videobuffer managementGuennadi Liakhovetski1-0/+2
2011-11-03[media] V4L: add a new videobuf2 buffer state VB2_BUF_STATE_PREPAREDGuennadi Liakhovetski1-0/+2
2011-11-03[media] V4L: soc-camera: remove soc-camera client bus-param operations and supporting codeGuennadi Liakhovetski1-44/+8
2011-11-03[media] V4L: soc_camera_platform: remove superfluous soc-camera client operationsGuennadi Liakhovetski1-1/+0
2011-11-03[media] V4L: ov772x: remove superfluous soc-camera client operationsGuennadi Liakhovetski1-1/+0
2011-11-03[media] V4L: soc-camera: compatible bus-width flagsGuennadi Liakhovetski1-6/+6
2011-11-03[media] V4L: soc_camera_platform: support the new mbus-config subdev opsGuennadi Liakhovetski1-0/+3
2011-11-03[media] V4L: ov772x: rename macros to not pollute the global namespaceGuennadi Liakhovetski1-13/+12
2011-11-03[media] V4L: soc-camera: add helper functions for new bus configuration typeGuennadi Liakhovetski2-2/+6
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker2-2/+4
2011-10-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds13-52/+242
2011-09-27doc: fix broken referencesPaul Bolle1-1/+1
2011-09-24[media] m5mols: Remove superfluous irq field from the platform data structSylwester Nawrocki1-3/+1
2011-09-24[media] s5p-fimc: Convert to use generic media bus polarity flagsSylwester Nawrocki1-6/+1
2011-09-24[media] v4l2: Add polarity flag definitions for the parallel bus FIELD signalSylwester Nawrocki1-2/+10
2011-09-22[media] ati_remote: add support for SnapStream Firefly remoteAnssi Hannula1-0/+1