aboutsummaryrefslogtreecommitdiffstats
path: root/include/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-29Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap1-1/+1
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil6-15/+15
2009-01-02V4L/DVB (10139): v4l: rename v4l_compat_ioctl32 to v4l2_compat_ioctl32Hans Verkuil1-1/+1
2009-01-02V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil5-10/+10
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil3-14/+18
2008-12-30V4L/DVB (10110): v4l2-ioctl: Fix warnings when using .unlocked_ioctl = __video_ioctl2Mauro Carvalho Chehab1-1/+1
2008-12-30V4L/DVB (10099): soc-camera: add support for MT9T031 CMOS camera sensor from MicronGuennadi Liakhovetski1-0/+1
2008-12-30V4L/DVB (10094): Add tw9910 driverKuninori Morimoto2-0/+42
2008-12-30V4L/DVB (10093): soc-camera: add new bus width and signal polarity flagsGuennadi Liakhovetski1-9/+14
2008-12-30V4L/DVB (10087): Add new enum_input function on soc_cameraKuninori Morimoto1-0/+1
2008-12-30V4L/DVB (10086): Add new set_std function on soc_cameraKuninori Morimoto1-0/+1
2008-12-30V4L/DVB (10083): soc-camera: unify locking, play nicer with videobuf lockingGuennadi Liakhovetski1-3/+5
2008-12-30V4L/DVB (10076): v4l: add chip ID for MT9M112 camera sensor from MicronMike Rapoport1-0/+1
2008-12-30V4L/DVB (10074): soc-camera: add camera sense dataGuennadi Liakhovetski1-0/+27
2008-12-30V4L/DVB (10072): soc-camera: Add signal inversion flags to be used by camera driversGuennadi Liakhovetski1-0/+11
2008-12-30V4L/DVB (10069): Add ov7725 support to ov772x driverKuninori Morimoto1-0/+1
2008-12-30V4L/DVB (10068): Change device ID selection method on ov772x driverKuninori Morimoto1-1/+1
2008-12-30V4L/DVB (9974): v4l2-dev: allow drivers to pass v4l2_device as parentHans Verkuil1-0/+4
2008-12-30V4L/DVB (9973): v4l2-dev: use the release callback from device instead of cdevHans Verkuil1-15/+32
2008-12-30V4L/DVB (9969): tvp5150: add support for VIDIOC_G_CHIP_IDENT ioctlMauro Carvalho Chehab1-0/+3
2008-12-30V4L/DVB (9960): v4l2-subdev: ioctl ops should use unsigned for cmd arg.Hans Verkuil1-1/+1
2008-12-30V4L/DVB (9957): v4l2-subdev: add g_sliced_vbi_cap and add NULL pointer checksHans Verkuil1-0/+1
2008-12-30V4L/DVB (9940): bt832: remove this driverHans Verkuil1-2/+0
2008-12-30V4L/DVB (9821): v4l2-common: add i2c helper functionsHans Verkuil1-0/+41
2008-12-30V4L/DVB (9820): v4l2: add v4l2_device and v4l2_subdev structs to the v4l2 framework.Hans Verkuil2-0/+297
2008-12-30V4L/DVB (9817): v4l: add new tvp514x I2C video decoder driverVaibhav Hiremath1-0/+118
2008-12-30V4L/DVB (9816): v4l2-int-if: add three new ioctls for std handling and routingVaibhav Hiremath1-0/+6
2008-12-30V4L/DVB (9790): soc-camera: pixel format negotiation - core supportGuennadi Liakhovetski1-1/+24
2008-12-30V4L/DVB (9789): soc-camera: add a per-camera device host private data pointerGuennadi Liakhovetski1-0/+1
2008-12-30V4L/DVB (9788): soc-camera: simplify namingGuennadi Liakhovetski1-6/+4
2008-12-30V4L/DVB (9787): soc-camera: let camera host drivers decide upon pixel formatGuennadi Liakhovetski1-0/+3
2008-12-30V4L/DVB (9785): soc-camera: merge .try_bus_param() into .try_fmt_cap()Guennadi Liakhovetski1-1/+0
2008-12-30V4L/DVB (9772): saa7134: Add support for Kworld Plus TV Analog Lite PCIMauro Carvalho Chehab1-0/+1
2008-12-29V4L/DVB (9629): Add support for the ATI TV Wonder HD 600 USB Remote ControlDevin Heitmueller1-0/+1
2008-12-29V4L/DVB (9578): v4l core: add support for enumerating frame sizes and intervalsMauro Carvalho Chehab1-0/+6
2008-12-29V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-12-29V4L/DVB (9503): v4l: remove inode argument from video_usercopyHans Verkuil2-6/+3
2008-12-29V4L/DVB (9488): Add ov772x driverKuninori Morimoto2-0/+22
2008-10-21V4L/DVB (9335): videobuf: split unregister bus creating self-contained frontend de-allocatorDarron Broad1-0/+1
2008-10-21V4L/DVB (9331): Remove unused inode parameter from video_ioctl2Mauro Carvalho Chehab1-5/+15
2008-10-21V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl()Mauro Carvalho Chehab1-3/+3
2008-10-21V4L/DVB (9324): v4l2: add video_ioctl2_unlocked for unlocked_ioctl support.Hans Verkuil1-1/+3
2008-10-21V4L/DVB (9323): v4l2-int-if: Add enum_framesizes and enum_frameintervals ioctls.Sakari Ailus1-0/+4
2008-10-21V4L/DVB (9322): v4l2-int-if: Export more interfaces to modulesSakari Ailus1-0/+2
2008-10-21V4L/DVB (9321): v4l2-int-if: Define new power state changesSakari Ailus1-2/+8
2008-10-21V4L/DVB (9319): v4l2-int-if: Add cropcap, g_crop and s_crop commands.Sameer Venkatraman1-0/+6
2008-10-21V4L/DVB (9318): v4l2-int-if: Add command to get slave private data.Sakari Ailus1-0/+6
2008-10-17V4L/DVB (9276): videobuf-dvb: two functions are now staticMauro Carvalho Chehab1-10/+0
2008-10-17V4L/DVB (9271): videobuf: data storage optimisation (2)Darron Broad1-2/+1
2008-10-17V4L/DVB (9268): tuner: add FMD1216MEX tunerDarron Broad1-0/+1