aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
Commit message (Expand)AuthorAgeFilesLines
* merge linus/master (3.12-rc0); fixed conflictsH. Nikolaus Schaller2013-09-1019-70/+653
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-051-1/+3
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-161-0/+1
| | |\
| | * | include: Convert ethernet mac address declarations to use ETH_ALENJoe Perches2013-08-021-1/+3
| * | | [media] v4l2: added missing mutex.h include to v4l2-ctrls.hAndrzej Hajda2013-09-031-0/+1
| * | | [media] adv7511: add new video encoderHans Verkuil2013-08-261-0/+48
| * | | [media] adv7842: add new video decoder driverHans Verkuil2013-08-261-0/+226
| * | | [media] v4l2-dv-timings: add callback to handle exceptionsHans Verkuil2013-08-241-6/+28
| * | | [media] v4l2-dv-timings: rename v4l2_dv_valid_timings to v4l2_valid_dv_timingsHans Verkuil2013-08-241-2/+2
| * | | [media] v4l2-dv-timings: export the timings listHans Verkuil2013-08-241-0/+4
| * | | [media] v4l2-dv-timings: rename v4l_match_dv_timings to v4l2_match_dv_timingsHans Verkuil2013-08-241-4/+4
| * | | [media] v4l2-dv-timings: add v4l2_print_dv_timings helperHans Verkuil2013-08-241-0/+9
| * | | [media] media: OF: add "sync-on-green-active" propertyLad, Prabhakar2013-08-241-0/+3
| * | | [media] smiapp: Call the clock "ext_clk"Sakari Ailus2013-08-221-1/+0
| * | | [media] mt9v032: Use the common clock frameworkLaurent Pinchart2013-08-221-4/+0
| * | | v4l2-common: warning fix (W=1): add a missed function prototypeMauro Carvalho Chehab2013-08-181-0/+1
| * | | [media] saa7115: make multi-line comments compliant with CodingStyleMauro Carvalho Chehab2013-08-181-20/+29
| * | | [media] saa7115: Implement i2c_board_info.platform_dataJon Arne Jørgensen2013-08-181-0/+64
| * | | [media] v4l2: move dv-timings related code to v4l2-dv-timings.cHans Verkuil2013-08-182-13/+59
| * | | [media] v4l2-dv-timings: add new helper moduleHans Verkuil2013-08-181-0/+67
| * | | [media] tea575x: Move header from sound to mediaOndrej Zary2013-08-181-0/+79
| * | | [media] media: vb2: Clarify queue_setup() and buf_prepare() usage documentationLaurent Pinchart2013-08-181-4/+7
| * | | [media] media: Add support for circular graph traversalLaurent Pinchart2013-08-181-0/+4
| * | | [media] media: lirc: Allow lirc dev to talk to rc deviceSrinivas Kandagatla2013-07-311-0/+1
| * | | [media] media: rc: Add rc_open/close and use count to rc_devSrinivas Kandagatla2013-07-311-0/+4
| * | | [media] V4L: Merge struct v4l2_async_subdev_list with struct v4l2_subdevSylwester Nawrocki2013-07-302-21/+7
| * | | [media] V4L: Rename subdev field of struct v4l2_async_notifierSylwester Nawrocki2013-07-301-2/+2
| * | | [media] V4L: Add V4L2_ASYNC_MATCH_OF subdev matching typeSylwester Nawrocki2013-07-301-0/+5
| * | | [media] V4L: Rename v4l2_async_bus_* to v4l2_async_match_*Sylwester Nawrocki2013-07-301-6/+6
| * | | [media] media: i2c: adv7343: make the platform data members as arrayLad, Prabhakar2013-07-261-16/+4
| * | | [media] media: davinci: vpif: display: add V4L2-async supportLad, Prabhakar2013-07-261-0/+2
| * | | [media] media: davinci: vpif: capture: add V4L2-async supportLad, Prabhakar2013-07-261-0/+2
| * | | [media] mem2mem: add support for hardware buffered queuePhilipp Zabel2013-07-261-0/+13
| |/ /
* | | Merge commit Linux-3.11-rc5 'd4e4ab86bcba5a72779c43dc1459f71fea3d89c8' into n...H. Nikolaus Schaller2013-08-121-0/+1
|\ \ \ | | |/ | |/|
| * | [media] v4l2: added missing mutex.h include to v4l2-ctrls.hAndrzej Hajda2013-07-261-0/+1
| |/
* | fixed ov9655 camera driver and gta04 board file to use the latest xclks APIH. Nikolaus Schaller2013-08-031-9/+7
* | merge latest neil-mainline (3.11.0-rc2)H. Nikolaus Schaller2013-07-2819-439/+289
|\ \ | |/
| * [media] exynos4-is: Correct colorspace handling at FIMC-LITESylwester Nawrocki2013-06-281-0/+2
| * [media] V4L2: soc-camera: fix uninitialised use compiler warningGuennadi Liakhovetski2013-06-282-2/+2
| * [media] sh_mobile_ceu_camera: add asynchronous subdevice probing supportGuennadi Liakhovetski2013-06-212-1/+3
| * [media] soc-camera: add V4L2-async supportGuennadi Liakhovetski2013-06-211-1/+22
| * [media] soc-camera: switch I2C subdevice drivers to use v4l2-clkGuennadi Liakhovetski2013-06-211-5/+8
| * [media] V4L2: support asynchronous subdevice registrationGuennadi Liakhovetski2013-06-212-0/+113
| * [media] V4L2: add a device pointer to struct v4l2_subdevGuennadi Liakhovetski2013-06-211-0/+2
| * [media] V4L2: add temporary clock helpersGuennadi Liakhovetski2013-06-211-0/+54
| * [media] soc-camera: add host clock callbacks to start and stop the master clockGuennadi Liakhovetski2013-06-211-0/+2
| * [media] soc-camera: move common code to soc_camera.cGuennadi Liakhovetski2013-06-211-0/+1
| * [media] v4l2: always require v4l2_dev, rename parent to dev_parentHans Verkuil2013-06-211-2/+2
| * [media] soc_camera: replace vdev->parent by vdev->v4l2_devHans Verkuil2013-06-211-2/+2
| * [media] v4l2-core: remove support for obsolete VIDIOC_DBG_G_CHIP_IDENTHans Verkuil2013-06-213-359/+1